Breaking
Rogue ransomware affiliate poses as recovery firm to steal paymentsOpenAI confirms ChatGPT is down as logins and signups failBursa Malaysia rises on Wall Street rally, YTL shares surgeCloudflare Workers Spectre Attack Leaks JWT From Co-Located Worker at 12 Bits/SecondOpenAI pauses frontier AI training as it tightens safety controlsIndo-Pacific's middle powers build networks that rival US-China blocsHajj costs for 2027 must balance pilgrim affordability and fund sustainabilityAn Australian gift of guns to Papua New Guinea must not end up in the wrong handsStripe to buy AI startup OpenRouter for $7.5 billionWaymo opens cheaper next-generation robotaxi service to all riders in three citiesOCBC prices £1 billion floating-rate covered bonds due 2029Indonesia's trade ministry clarifies BYD on consumer handlingGold holds near record high after U.S. debt buyback sparks longest rally in six monthsModerna’s 177% surge gives Wall Street a healthcare boostAI research still needs humans to push boundaries, study findsS P Setia posts RM98m 2Q profit as revenue falls 13%Spectre side-channel flaw leaks 12 bits/s from Cloudflare WorkersNuclear revival sparks global race to secure uranium supplyAsia rearming fast, but counting wrong kind of military powerUN condemns new Israeli outposts, curfews in West BankRogue ransomware affiliate poses as recovery firm to steal paymentsOpenAI confirms ChatGPT is down as logins and signups failBursa Malaysia rises on Wall Street rally, YTL shares surgeCloudflare Workers Spectre Attack Leaks JWT From Co-Located Worker at 12 Bits/SecondOpenAI pauses frontier AI training as it tightens safety controlsIndo-Pacific's middle powers build networks that rival US-China blocsHajj costs for 2027 must balance pilgrim affordability and fund sustainabilityAn Australian gift of guns to Papua New Guinea must not end up in the wrong handsStripe to buy AI startup OpenRouter for $7.5 billionWaymo opens cheaper next-generation robotaxi service to all riders in three citiesOCBC prices £1 billion floating-rate covered bonds due 2029Indonesia's trade ministry clarifies BYD on consumer handlingGold holds near record high after U.S. debt buyback sparks longest rally in six monthsModerna’s 177% surge gives Wall Street a healthcare boostAI research still needs humans to push boundaries, study findsS P Setia posts RM98m 2Q profit as revenue falls 13%Spectre side-channel flaw leaks 12 bits/s from Cloudflare WorkersNuclear revival sparks global race to secure uranium supplyAsia rearming fast, but counting wrong kind of military powerUN condemns new Israeli outposts, curfews in West Bank
Economy

Spectre side-channel flaw leaks 12 bits/s from Cloudflare Workers

Cloudflare said its Workers serverless platform was vulnerable to a new Spectre side-channel attack that leaked up to 12 bits per second with 99% accuracy in production tests.

Source: Cloudflare Blog · August 20, 2026 at 12:01 AM · AI-assisted report

Single-source
Spectre side-channel flaw leaks 12 bits/s from Cloudflare Workers
Photo: NASA Goddard Photo and Video via nasa (BY)

KUALA LUMPUR, 20 AUGUST 2026 —

Listen to this article

DomainFork Audio · read aloud

Cloudflare Uncovers New Spectre Attack Risks on Workers Platform, Enhances Defenses

Market Impact

KUALA LUMPUR, Aug 19 — Cloudflare has reassessed remote Spectre attacks on its Cloudflare Workers platform, uncovering new vulnerabilities that could potentially leak sensitive data despite existing defenses. The company disclosed that its 2024-2025 research identified attack primitives, including Spectre gadgets and remote timers, which could bypass earlier mitigations. While no active exploitation was detected, the findings prompted further hardening of the platform’s security architecture.

In 2021, Cloudflare introduced Dynamic Process Isolation (DyPrIs), a defense mechanism that isolates suspicious scripts into separate processes to mitigate Spectre risks. However, advancements in attack techniques prompted a reassessment in 2024 and early 2025. Researchers built a proof-of-concept on the production environment to empirically test the threat under real-world workloads. The study revealed a limitation in DyPrIs, demonstrating a remote Spectre attack capable of leaking up to 12 bits per second with 99% accuracy in the production environment.

As a result, Cloudflare enhanced DyPrIs by integrating the V8 Sandbox and an in-process isolation mechanism, further reducing memory disclosure risks. The findings, co-authored by Albert Pedersen, Haocheng Xiao, Sam Ainsworth, Nigel Topham, and Martin Schwarzl, are detailed in a paper published today. Cloudflare confirmed that the attack is already mitigated in its production system due to countermeasures applied by the Workers Runtime team. No indicators of active exploitation were found over the past three years.

Cloudflare Workers executes untrusted JavaScript at the edge, leveraging language-level isolation via V8 isolates to allow tens of thousands of tenants to share the same OS process efficiently. Each Worker operates within a separate JavaScript heap, minimizing startup latency while maintaining performance. Additional security layers include automated V8 patch pipelines, a two-layered sandbox (Linux namespaces and seccomp filters), Cap’n Proto RPC, and the option to schedule certain scripts in separate process sandboxes. Despite these measures, a single arbitrary read vulnerability within a Worker process could still enable cross-tenant data leakage, particularly through in-process Spectre attacks.

Spectre exploits speculative execution—a CPU optimization where the processor predicts branch outcomes to improve performance. If the prediction is incorrect, transient instructions leave microarchitectural traces, such as in CPU caches, which attackers can abuse to infer sensitive data. Cloudflare’s existing mitigations include freezing local timers, disallowing multithreading and shared memory, and isolating malicious scripts. However, the new research identified ways to bypass these protections under production conditions.

To mount a successful remote Spectre attack, an attacker must overcome several obstacles: 1. Co-location between attacker and victim must be guaranteed. 2. A reliable remote timer must be discovered for stable timing measurements. 3. The attack must account for production noise, requiring signal amplification and cache eviction techniques.

The research utilized two Spectre gadget types: - One leaked compressed heap pointers, such as the isolate’s heap base address. - The other exploited speculative type confusion to leak arbitrary 64-bit pointers.

Under Cloudflare’s pointer compression system, most objects use 32-bit compressed pointers, but TypedArray exceptions stored raw 64-bit pointers, which the gadget exploited. By mistraining branch predictions, the attack transiently accessed out-of-bounds memory, encoding bits into cache states. Signal amplification techniques, including PLRU cache-replacement policy exploitation, helped differentiate cache hits from misses amid remote timer noise.

The attack’s success hinged on evading Cloudflare’s existing mitigations, such as timer freezing and process isolation. By mapping neighboring objects and leveraging cache-line manipulation, the researchers demonstrated arbitrary-address reads, though these are now mitigated in production.

For the Malaysian and broader regional market, Cloudflare’s findings underscore the evolving threat landscape for edge computing and serverless platforms. Businesses relying on Workers for low-latency JavaScript execution must stay vigilant, as Spectre-class attacks remain a persistent risk. Cloudflare’s enhancements—particularly the V8 Sandbox integration—provide stronger defenses, but continuous monitoring and patching are critical.

Industry stakeholders in Malaysia, including cloud service providers and enterprises using serverless architectures, should assess their own Spectre mitigation strategies. While Cloudflare has addressed the disclosed vulnerabilities, the broader tech community must remain proactive in adapting to new attack vectors. The company’s transparency in publishing research and countermeasures sets a benchmark for collaborative security improvements in the region.

Looking ahead, Cloudflare plans to further refine its defenses, including deeper integration of sandboxing technologies and enhanced detection mechanisms. The company’s proactive approach highlights the need for defense-in-depth strategies in cloud security, particularly as speculative execution attacks grow more sophisticated. For users of Cloudflare Workers, the reassurance lies in the platform’s rapid response to emerging threats—though vigilance remains essential in an ever-changing cybersecurity landscape.

Reporting based on Cloudflare Blog. Figures and claims are subject to revision as the story develops. DomainFork publishes editorial context, not investment advice — see our editorial standards.