Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Asadeddin

#22046of 53,634
10.6Total CVSS
Vulnerabilities · 2
Medium
2
PT-2026-35045
5.3
2026-04-24
Npm · Axios · CVE-2026-42034
**Name of the Vulnerable Software and Affected Versions** Axios versions prior to 0.31.1 Axios versions prior to 1.15.1 **Description** For stream request bodies, the `maxBodyLength` limit is bypassed when `maxRedirects` is set to 0 using the native http/https transport path. This allows oversized streamed uploads to be sent in full, even when strict body limits are configured by the caller. **Recommendations** Update to version 0.31.1. Update to version 1.15.1.
PT-2026-35046
5.3
2026-04-24
Npm · Axios · CVE-2026-42036
**Name of the Vulnerable Software and Affected Versions** Axios versions prior to 1.15.1 Axios versions prior to 0.31.1 **Description** When the `responseType` variable is set to 'stream', the software returns the response stream without enforcing `maxContentLength`. This allows unbounded downstream consumption by bypassing configured response-size limits. **Recommendations** Update to version 1.15.1 or newer. Update to version 0.31.1 or newer.