惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

aimingoo的专栏
aimingoo的专栏
WordPress大学
WordPress大学
阮一峰的网络日志
阮一峰的网络日志
博客园 - 司徒正美
月光博客
月光博客
宝玉的分享
宝玉的分享
Recent Announcements
Recent Announcements
小众软件
小众软件
H
Hackread – Cybersecurity News, Data Breaches, AI and More
美团技术团队
博客园 - 三生石上(FineUI控件)
A
About on SuperTechFans
J
Java Code Geeks
云风的 BLOG
云风的 BLOG
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
IT之家
IT之家
Vercel News
Vercel News
量子位
Martin Fowler
Martin Fowler
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
Visual Studio Blog
腾讯CDC
有赞技术团队
有赞技术团队

Help Net Security

Police arrest 10 suspected members of Black Axe cybercrime gang ShinyHunters claims it stole 1.4 million records from Udemy Sevii unveils Cyber Swarm Defense Mode to stop AI-driven attacks at scale Alleged Chinese hacker extradited to US over cyberattacks targeting COVID-19 research Cequence Agent Personas bring granular control and governance to enterprise AI agents NowSecure MARI gives enterprises evidence-based visibility into third-party mobile app risk The metrics killing your SOC, and what to use instead US state privacy fines reached $3.425 billion in 2025 Canada’s first SMS blaster case leads to three arrests Linux storage management tool Stratis 3.9.0 adds online encryption and cache-less pool startup TLS Connect gives SMBs a right-sized automated tool to manage TLS certificates Aptori expands its platform with autonomous offensive testing to reduce security bottlenecks Your IAM was built for humans, AI agents don’t care The AI criminal mastermind is already hiring on gig platforms 25 open-source cybersecurity tools that don’t care about your budget Product showcase: LuLu reveals unauthorized outbound connections from Mac apps Week in review: Claude Mythos finds 271 Firefox flaws, Vercel breach Users advised to drop passwords and make room for passkeys - Help Net Security Indirect prompt injection is taking hold in the wild - Help Net Security Compromised everyday devices power Chinese cyber espionage operations - Help Net Security New Cisco firewall malware can only be killed by pulling the plug - Help Net Security Meta is overhauling how you sign in, manage settings, and protect your accounts - Help Net Security Ubuntu 26.04 LTS delivers memory-safe system tools and live patching for Arm servers - Help Net Security OpenAI’s GPT-5.5 is out with expanded cybersecurity safeguards - Help Net Security AI is speeding up nation-state cyber programs - Help Net Security A study of 1,000 Android apps finds a privacy policy logging gap - Help Net Security IT spending to hit $6.31 trillion record, thanks to AI - Help Net Security Where AI in CI/CD is working for engineering teams - Help Net Security With AI's help, North Korean hackers stumbled into a near-undetectable attack - Help Net Security Hacker with a special interest in breaching sports institutions ends behind bars - Help Net Security
Zombie linkages are keeping expired domains trusted for y...
Sinisa Marko · 2026-05-15 · via Help Net Security

Domains expire, get transferred, and return to the market every day. The systems connected to those domains can continue trusting the original owner long after control has changed.

expired domains security

Researchers at USC and the University of Twente examined this problem in three widely used systems: Web PKI, Maven Central, and Ethereum Name Service. They use the term “zombie linkages” to describe lingering trust records that remain active after the original domain owner no longer controls the domain.

The problem creates security risks for browser infrastructure, software supply chains, and cryptocurrency naming systems because DNS names are increasingly used as proof of identity.

HTTPS certificates outlive domain ownership

Web PKI is the infrastructure browsers use to verify HTTPS websites. Certificate authorities issue TLS certificates that connect a domain name to a cryptographic key. Browsers rely on those certificates to confirm that a website belongs to the domain displayed in the address bar.

The researchers found that some certificates remain active. after domains expire or change ownership.

More than 192,000 expired-domain certificates were still being served months after DNS name death. Another 7,300 certificates continued being served after the domain had been registered again by a new owner.

That creates a period where a new registrant controls the domain, and another party may still operate a server with a certificate browsers trust. An attacker who gains control of traffic to that server could potentially impersonate the domain using a still-valid certificate.

Roughly 3% of TLS certificates tied to newly registered domains remained linked to expired or transferred domains during the measurement period. Only 4.3% of zombie certificates were revoked before expiration.

Certificate expiration acts as the main limit on how long those records remain usable. Most certificates stayed valid until they expired naturally.

Expired domains can leave Maven namespaces active

The same persistence problem appears in software repositories.

Maven Central is one of the primary repositories for Java software packages. Enterprise applications and developer tools automatically download libraries and updates from it during software builds. The repository organizes software packages using names linked to internet domains.

The researchers identified 31,853 Maven Central namespaces in their dataset. Of those, 4,842, or 15.2%, were tied to expired or transferred domains.

Publishing activity continued in hundreds of those namespaces after the original ownership period had ended. Among 4,053 outdated namespaces with known start dates, 547 published new package versions after the domains lost their original owners.

They also found that 214 namespaces continued publishing packages after the domain had been registered again by another owner.

That creates a possible route for supply-chain compromise. Applications that automatically download updates from affected namespaces could receive packages published after domain ownership changed.

Maven Central package versions are immutable once published. A namespace and its package history can remain active indefinitely even after the original domain ownership period ends.

ENS mappings remain active for years

Cryptocurrency naming systems show the same pattern. Ethereum Name Service, or ENS, connects readable names to cryptocurrency wallet addresses. The system gives blockchain users domain-like names tied to crypto accounts.

The researchers examined two ENS approaches.

ENS On-chain validates domain ownership once and stores the mapping on Ethereum. Those records remain active until manually replaced. The researchers found that 425 of 1,882 active ENS On-chain linkages, or 23.8%, were outdated.

They also found that none of the outdated ENS On-chain linkages had ever been reclaimed. The median outdated ENS On-chain linkage was 1.9 years old.

There is currently no practical mechanism to revoke those mappings automatically. A new domain owner must repeat the linkage process to replace the old record.

That leaves ENS On-chain exposed to domain reuse problems. An outdated ENS mapping can remain active indefinitely even after a domain changes ownership and is registered again by another party. Users relying on the old mapping could potentially send cryptocurrency payments to the wrong wallet address.

Download: The IT and security field guide to AI adoption