← All stories
● Covered by 1 source · 1 reportMedium impact1 negative

Abandoned CDN Domain Re-registered, Posing Supply Chain Risk to Thousands of Sites

🔄 Updated 5d ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Expired CDN domain re-registered in July 2025.
  • Thousands of websites still reference the abandoned domain.
  • New owner controls content delivered via these references.
  • Similar to polyfill.io incident in June 2024.

Abandoned CDN Domain Re-registered

In July 2025, a domain previously used by a content delivery network (CDN) was re-registered after its expiration. Despite the CDN being defunct for years, thousands of websites, code repositories, and documentation pages continue to contain hard-coded references to hostnames under this domain.

New Owner Controls Content Delivery

The new owner now holds wildcard DNS for the entire domain, meaning any hostname under it resolves to infrastructure they control. Currently, the apex domain serves an ad-heavy media downloader page. This situation grants the new owner control over the content loaded by thousands of pages that still reference the abandoned domain, without any notification to the affected parties.

Precedent: The polyfill.io Incident

This scenario is not unprecedented. In June 2024, the polyfill.io domain, a JavaScript shim embedded in over 110,000 sites, changed ownership. It subsequently began serving conditional redirects to mobile visitors. These sites were not hacked; they simply continued to use an outsourced script tag without re-evaluating its source.

Supply Chain Vulnerability

Both cases illustrate a supply chain problem where malicious code is not hosted on the organization's server but is delivered via third-party scripts. Traditional security tooling like static analysis and dependency scanning do not address this, as they focus on what an organization builds and ships, not on external scripts fetched by a visitor's browser.

Client-Side Attack Vector

Third-party scripts operate with the same privileges as first-party code, allowing them to read the DOM, form fields, cookies, and local storage, and make outbound requests. This enables client-side attacks, such as Magecart-type compromises, without requiring a server breach. The vulnerability arises when an approved script tag begins to behave differently due to a change in its source.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~26 min · 21 stories · Sep 23

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

An expired CDN domain was re-registered in July 2025, and thousands of websites still hard-code references to its hostnames, allowing the new owner to control content delivered to those sites. This highlights a supply chain vulnerability where third-party scripts can be compromised without a server breach, as seen with the polyfill.io domain in June 2024.