The root cause of this issue is that a DNS record was configured to point to an ephemeral address, which was then released without the DNS record also being updated. This means that if the address is later allocated to another organisation, then any traffic meant for it is sent to the wrong place.
From the research, these appear to be mostly the result of an incomplete teardown of an environment, where someone has deleted an entire resource group, but left the DNS records pointing either directly at the ephemeral pool, or indirectly via services like CloudFlare.
If an attacker is later allocated the released ephemeral address, the dangling DNS record can turn into a full domain-level compromise primitive. The attacker can serve content from a victim-owned hostname, receive traffic intended for the legitimate service, and potentially issue trusted TLS certificates for that hostname using HTTP-based validation.
In practice, this can expose cookies, bearer tokens, API keys, session identifiers, request bodies, webhook payloads, and other sensitive data sent to the old endpoint. The impact can also extend beyond simple traffic interception, because many systems still make security decisions based on same-site or domain-level trust, including cookie scope, cache partitioning, CORS allowlists, OAuth/SAML redirects, and domain-based access controls.
At the organisational level, the risk includes phishing, malware hosting, or attacker-controlled pages served under a trusted domain, as well as privacy and compliance concerns where personal data, tracking identifiers, or regulated data is sent to the reallocated address.