WebKit IP and DNS leak: how it exposes iCloud Private Relay users

A new report published on the security research blog Mysk describes an IP and DNS leak vulnerability rooted in WebKit, the browser engine that powers Safari and, per Apple's iOS App Store rules, every other browser app on iPhone and iPad, including the third-party proxy browsers people use specifically to hide their location and network activity. The finding is significant because it undermines the very privacy protections these tools promise, revealing a user's real IP address or DNS queries to a website or network observer even when a proxy or VPN-style tunnel is active.
WebKit is Apple's browser engine, and because Apple requires every iOS browser -- whether it is Safari, Chrome for iOS, or a dedicated privacy-focused proxy browser -- to render pages through WebKit rather than its own engine, any leak inside WebKit itself potentially affects every browser on the platform, not just Safari. That single point of failure is what makes this category of bug more consequential on iOS than a comparable flaw would be on desktop, where browsers ship their own independent engines.
The leak the report describes centers on how certain network requests -- particularly ones tied to DNS resolution and specific WebKit APIs -- can bypass the tunnel that a proxy browser or Apple's own iCloud Private Relay sets up. Private Relay is designed to route a user's web traffic through two separate relays so that neither the network provider nor the destination website can see both the user's identity and the site being visited at once.
When a DNS or IP leak occurs, that separation breaks down. A website or a network positioned between the user and the internet can potentially see the user's real IP address, or observe which domains the device is resolving, even though the user believes their traffic is anonymized behind the relay or proxy tunnel. For someone using these tools specifically to avoid being tracked or geolocated, that is precisely the failure mode they were trying to prevent.
This type of leak is not unique to WebKit in the history of browser privacy tools; WebRTC-based IP leaks and DNS prefetching leaks have affected VPN and proxy setups on other browser engines for years, often because a browser feature designed for performance -- resolving a domain name early, or setting up a peer connection before it is needed -- was never audited for how it behaves when the browser is supposed to be tunneling everything through a separate exit point.
What makes proxy browsers on iOS particularly exposed is that they typically cannot swap out WebKit for their own networking stack the way a desktop browser can bundle its own DNS resolver. They are largely limited to configuring what WebKit is given to work with, which means a leak inside WebKit's own request-handling logic is very difficult for a third-party proxy browser to patch around on its own, and effectively requires a fix from Apple.
For iCloud Private Relay users, the exposure is narrower but still notable, since Private Relay is meant to be Apple's own first-party guarantee of this exact kind of protection. A leak that lets a destination site see the real IP address behind Private Relay defeats the specific feature Apple markets as a privacy upgrade for iCloud+ subscribers, rather than a workaround some third-party developer bolted on.
Security researchers who study this category of bug generally recommend a layered response rather than relying on any single tool: pairing a proxy or relay with a DNS provider configured to block leaks, testing for leaks with dedicated browser-based tools before trusting a setup, and treating any privacy tool's guarantee as provisional until independent researchers have tried to break it under real network conditions.
For everyday users who are not privacy researchers, the practical takeaway is more modest: proxy browsers and Private Relay meaningfully raise the bar against casual tracking, but they are not an absolute guarantee against a sufficiently motivated network observer or website, and users with acute anonymity needs -- journalists, activists, people fleeing surveillance -- should treat any single browser-level tool as one layer in a broader defense, not the whole defense.
Apple has a track record of patching WebKit issues once they are responsibly disclosed, and the standard pattern for a leak like this is a fix shipped in a subsequent iOS and Safari update rather than a public acknowledgment of the underlying mechanism. Until such a patch lands, the report's core message is a reminder that "private" and "encrypted" are not automatically the same as "leak-proof," even for tools built specifically to prevent exactly this kind of exposure.
Read next

Why has Texas paused new data center grid connections amid surging AI demand?
Texas has paused new large-scale data center connections to its ERCOT-run power grid after a surge of AI-driven interconnection requests threatened to outpace the grid's capacity, according to Ars Technica. The move is notable because the state's governor has spent the past two years promoting Texas as an AI infrastructure 'epicenter.' Similar strained connection queues have also emerged in Virginia and the PJM Interconnection region as AI data centers grow more power-hungry.

SpaceX doubles revenue on Anthropic and Google AI compute deals
SpaceX's revenue roughly doubled year-over-year in its first quarterly earnings report as a public company, driven by new AI compute deals with Anthropic and Google alongside continued Starlink growth. The compute business tripled to about $2.6 billion but the AI division still posted a $1.5 billion quarterly loss. The results put SpaceX in direct competition with dedicated 'neocloud' providers like CoreWeave for AI infrastructure business.

How third-party SDKs in Android apps leak your location to advertisers
A new Electronic Frontier Foundation investigation, reported by TechCrunch, finds that third-party advertising and analytics SDKs bundled inside many Android apps can collect and share users' location data even when the app's own developers never intended it. Because Android grants location permission at the app level, every embedded SDK inherits the same access the user approved for the app as a whole. EFF is urging developers to audit their SDKs and users to review app-by-app location permissions.

Zigbee vs Matter over Thread: which smart home protocol performs better?
Zigbee and Matter over Thread are the two leading protocols competing to run smart home networks, and a new arXiv comparison tests which one actually performs better in practice. The study finds Zigbee holds an edge in raw latency and battery life in dense mesh deployments, while Matter over Thread trades some efficiency for cross-brand interoperability. Which protocol wins depends on whether a household is starting fresh or already invested in one ecosystem.

10 breakthroughs in mathematics and theoretical computer science, explained simply
From a 350-year-old theorem finally proved to a quantum algorithm that threatens modern encryption, these are ten of the results that reshaped mathematics and theoretical computer science, and why each one mattered beyond the specialists who first understood it.