Taking Down the Internet's Most Popular HTTP Client with a Single JSON Key
8 points
2 hours ago
| 2 comments
| striga.ai
| HN
traekfuglene
2 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.
reply
hackerman70000
1 hour 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
reply