LIVE · cybersecurity feed
Live wire
Malware Hijacks Android Car Head UnitsCritical Flaw in NASA/JPL Open-Source Spacecraft Command Software Allowed Unauthenticated Command ExecutionCVE-2026-73570 · U.S. CISA adds Zimbra Collaboration Suite (ZCS) flaw to its Known Exploited Vulnerabilities catalogCVE-2024-3094 · Connecting the Dots: Securing the Overlooked Corners of the Software Development Lifecycle (SDLC) Supply Chain14 Trojanized npm Packages Drop RedC2 4.0 Linux Backdoor With AI-Assisted C2Hundreds of leaked AWS keys give full control over corporate accountsAndroid Car Malware Spreads Through Built-In Updaters for Ad Fraud, Proxy BotnetMalware injected into popular Rust packages to steal developer credentialsSix Maximum-Severity Flaws Found in Cisco ProductsCritical Isolated-vm Vulnerability Leads to RCE on Host
CVE-2026-14456high

CDN Tsunami Attack Abuses HTTP/3 Translation for Up to 350x DoS Amplification

Researchers have identified two denial-of-service (DoS) attack methods, dubbed "CDN Tsunami," that exploit the translation process between HTTP/3 and HTTP/1.1 used by major content delivery networks. These attacks can amplify low-bandwidth requests into significant loads on origin servers, with amplification factors up to 350x observed on some CDNs. The vulnerabilities affect services like Alibaba, Baidu, Cloudflare, Amazon CloudFront, Fastly, and Tencent, though mitigation strategies are being developed and deployed by some vendors.

zeroday.news ·

New research has revealed a pair of denial-of-service (DoS) attack techniques, collectively termed "CDN Tsunami," that leverage the protocol translation mechanisms within major content delivery networks. These methods exploit the process by which CDNs convert HTTP/3 requests into HTTP/1.1 for communication with origin servers, enabling attackers to amplify relatively small requests into substantial loads directed at those origins. Amplification factors as high as 350 times have been observed in testing against certain CDN configurations.

The core of the CDN Tsunami attacks lies in how CDNs handle the translation of HTTP/3 requests, particularly those with malformed or oversized headers, when forwarding them to origin servers that typically communicate via HTTP/1.1. An attacker can craft a low-bandwidth HTTP/3 request that, when processed and translated by the CDN, results in a significantly larger HTTP/1.1 request or a series of requests being sent to the origin. This amplification can overwhelm the origin server's resources, leading to service disruption.

One reported method involves sending HTTP/3 requests with numerous or excessively large headers. While HTTP/3 is designed to handle header compression efficiently, the translation process to HTTP/1.1, which lacks such native compression, can cause the CDN to generate a much larger HTTP/1.1 request. This expansion of data volume between the CDN and the origin server is the key to the amplification effect.

The second reported method exploits how CDNs might handle certain HTTP/3 stream management or error conditions during translation. By manipulating these aspects, an attacker can induce the CDN to generate multiple HTTP/1.1 requests or resource-intensive operations against the origin in response to a single, small HTTP/3 input. This can lead to a significant increase in processing load on the origin server.

The identified vulnerabilities reportedly affect a range of prominent CDN services, including those offered by Alibaba, Baidu, Cloudflare, Amazon CloudFront, Fastly, and Tencent. This widespread impact underscores the systemic nature of the issue, touching upon a common architectural pattern in modern web infrastructure. Mitigation strategies are reportedly under development and in the process of being deployed by some of the affected vendors.

For organizations utilizing these CDN services, typical mitigation guidance for this class of issue often involves ensuring that origin servers are configured with robust rate limiting and request validation mechanisms. While CDNs are expected to filter malicious traffic, a layered defense approach is always recommended. Additionally, monitoring origin server load and traffic patterns for anomalies can help detect and respond to such attacks.

The CDN Tsunami attacks highlight an evolving threat landscape where attackers increasingly target the complex interplay between different web protocols and infrastructure components. As the internet transitions to newer protocols like HTTP/3, the potential for novel amplification techniques emerges, requiring continuous vigilance and adaptation from both CDN providers and their customers to secure the underlying web infrastructure.

doshttp/3cdnamplification attackqpack
ShareXLinkedInWhatsAppFacebook

More News

view all →
security

Postal Service moves to finalize mail ballot regs before SCOTUS ruling

The rules have already been rejected by multiple state courts, but the Trump administration said it’s preparing in case of a favorable Supreme Court decision. The post Postal Service moves to finalize mail ballot regs before SCOTUS ruling appeared first on CyberScoop.

vulnerability

ToxicPanda 2.0 Gets a Major Upgrade, Expanding Attacks Across 16 Countries

ToxicPanda 2.0 targets 349 financial apps and abuses Android Wireless Debugging to gain deeper device access and steal banking credentials. ToxicPanda used to be a Europe-focused nuisance targeting a manageable list of banks. That version is gone. Zimperium’s zLabs team just documented ToxicPanda 2.0, and the numbers alone tell the story: 349 targeted financial institutions […]

ai

If you're not using AI to attack your own systems, your adversaries will

Agents are also the new attack surface - cue defenders' existential angst

privacy

TikTok Agrees to $400 Million Settlement in U.S. Child Privacy Lawsuit

TikTok has agreed to a $400 million settlement with the U.S. Department of Justice to resolve a lawsuit alleging violations of child privacy laws. The lawsuit, filed in 2024, accused the company of improperly collecting data from users under 13 and failing to comply with parental requests to delete accounts. The settlement includes an immediate payment of $300 million and an additional $100 million contingent on the dissolution of a prior consent decree related to Musical.ly.

malware

Hackers infect Android car head units with proxy botnet malware

A supply-chain attack targeting Android-based car head units is using a legitimate device-update app to spread malware that enlists compromised devices in a proxy botnet or uses them for ad fraud. [...]

security

Named Pipes Under Attack: Securing Windows Interprocess Communication

Windows named pipes provide fast interprocess communication, but weak access controls can expose privileged services to untrusted processes. ThreatLocker explains how endpoint verification, command authorization, strict input validation, and narrowly scoped privileges can help secure named-pipe communication. [...]