Vercel

Vercel Details Multi-Layered Defense Strategy Against Critical React2Shell Vulnerability


Executive Summary

Vercel has disclosed its defense-in-depth strategy against the critical React2Shell (CVE-2025-55182) remote code execution vulnerability. The company detailed how it aggressively hardened its "Seawall" Web Application Firewall (WAF) by running a $1 million bug bounty program that uncovered 20 unique bypass techniques. In addition to the WAF, Vercel revealed a new, previously undisclosed runtime mitigation layer that operates directly on the compute level to block the exploit's core attack vector, providing high confidence that its platform was protected.

Key Takeaways

* Multi-Layered Defense: Vercel implemented a two-pronged strategy: hardening its edge WAF ("Seawall") and deploying a new runtime mitigation layer operating directly on the compute level.

* Aggressive Bug Bounty: The company launched a HackerOne bug bounty program that paid out over $1 million to 116 researchers for identifying 20 unique WAF bypass techniques for React2Shell.

* WAF Hardening ("Seawall"): Based on bounty submissions, Vercel shipped 20 unique updates to its WAF in 48 hours. The WAF successfully blocked over 6 million exploit attempts, with a peak of 2.3 million in a single day.

* New Runtime Mitigation: A second defense layer was deployed inside the application runtime to directly disable the code execution vector used by the exploit. This mitigation now covers 96% of traffic on Vercel.

* Confirmed Effectiveness: Logging from the runtime mitigation layer allowed Vercel to confirm with high confidence that its WAF was highly effective against real-world exploitation attempts.

* Industry Collaboration: Vercel worked with partners like AWS, Google, and Cloudflare for a coordinated disclosure and shared the bypass techniques discovered during its bounty program to help harden other platforms.

Strategic Importance

This announcement serves as a powerful demonstration of Vercel's commitment to platform security and its ability to execute a rapid, sophisticated defense against zero-day threats. The disclosure builds customer trust and positions Vercel as a security-conscious leader in the web development platform space.

Original article