Taking Down the Internet's Most Popular HTTP Client with a Single JSON Key

9 pointsposted 7 hours ago
by traekfuglene

2 Comments

traekfuglene

7 hours ago

We used Striga to discover a high-severity vulnerability in axios, the most downloaded HTTP client in JavaScript. Any Node.js service that forwards user-controlled JSON through axios can be crashed with a single request. CVE-2026-25639. Patched in 1.13.5.

hackerman70000

6 hours ago

The prototype chain lookup on a plain object as a strategy map is a pattern that shows up everywhere in JS, not just axios. Surprised this wasn't caught earlier