Critical Vulnerabilities in .js Framework Lead to Remote Code Execution Risks

Critical Vulnerabilities in .js Framework Lead to Remote Code Execution Risks

First seen 26 Aug 2026, 16:26 UTC NextjsDevelopers.Cloudflarewww.cve.orghackerone.com 72.0

Article Content

Browse articles
ThreatCluster

On August 25, 2026, Next.js announced a critical security release to address two vulnerabilities affecting .js applications. The vulnerabilities, CVE-2026-75604 and GHSA-2xp9-vwfh-vxw4, allow unauthenticated remote code execution. CVE-2026-75604 specifically impacts Windows-hosted applications using both the Pages Router and App Router without Cache Components. GHSA-2xp9-vwfh-vxw4 affects the .js Image Optimizer when processing crafted AVIF images. Cloudflare released an emergency WAF update on August 26 to mitigate these vulnerabilities. Users are urged to update to versions 16.3.3 or 15.5.24 to secure their applications. The vulnerabilities pose significant risks, especially for Windows users, and there are no known workarounds for affected systems. The Next.js team collaborates with researchers to enhance security through a bug bounty program.

Key Points: • Two critical vulnerabilities in .js allow remote code execution. • CVE-2026-75604 affects Windows applications using specific routing methods. • Immediate updates to versions 16.3.3 or 15.5.24 are recommended.

Timeline

2026-08-25
Next.js security release announced
Next.js disclosed critical vulnerabilities affecting .js applications and recommended immediate updates.
Nextjs
2026-08-26
Cloudflare WAF emergency release
Cloudflare updated its WAF to include rules for mitigating CVE-2026-75604 and GHSA-2xp9-vwfh-vxw4.
Developers.Cloudflare
2026-08-26
Public exploit for CVE-2026-75604 released
A proof-of-concept exploit appeared on GitHub, lowering the barrier for opportunistic attackers.
GitHub