Skip to main content
Components
Vulnerabilities
Security Events
Pricing
MCP
API
Docs
Sign up
Login
Find vulnerabilities. Fix fast with AI.
Search components by package, version, or CVE to get started.
axios 1.15.2 | Vulnerabilities | Sonatype Guide
Get full component data and automated fixes with Sonatype Guide.
Sign up for free
npm
axios
1.15.2
axios 1.15.2
Published
Apr 21, 2026
•
Policy
compliance
npm Registry
Developer Trust Score
Recommended Version:
x.y.z
Recommended upgrade that meets your policy.
Compare Versions
Overview
Overview
Versions
147
Versions
147
Vulnerabilities
28
Vulnerabilities
28
Dependencies
3
Dependencies
3
Severity
Critical
(0)
High
(16)
Medium
(11)
Low
(1)
CVSS Score
0.0
10.0
EPSS Score
0.0
1.0
Malware
KEV Status
Published
Filter
Sort: Published (Newest first)
6.9
sonatype-2026-008290
axios - The fetch adapter honours inherited properties on fetchOptions, letting outbound requests be altered
affected
Severity
Medium
Published
Sep 17, 2026
8.2
sonatype-2026-008271
axios - Uncontrolled Resource Consumption
affected
Severity
High
Published
Sep 17, 2026
6.9
sonatype-2026-008270
axios - Injection
affected
Severity
Medium
Published
Sep 17, 2026
8.3
sonatype-2026-008269
axios - Prototype Pollution
affected
Severity
High
Published
Sep 17, 2026
6.9
sonatype-2026-008268
axios - Injection
affected
Severity
Medium
Published
Sep 17, 2026
8.2
sonatype-2026-008267
axios - Uncontrolled Resource Consumption
affected
Severity
High
Published
Sep 17, 2026
6.9
sonatype-2026-008266
axios - Protection Mechanism Failure
affected
Severity
Medium
Published
Sep 17, 2026
7.6
sonatype-2026-008264
axios - Confused Deputy
affected
Severity
High
Published
Sep 17, 2026
6.9
sonatype-2026-008261
axios - Prototype Pollution
affected
Severity
Medium
Published
Sep 17, 2026
7.0
sonatype-2026-008260
axios - Server-Side Request Forgery (SSRF)
affected
Severity
High
Published
Sep 17, 2026
6.5
sonatype-2026-004598
Axios - Prototype pollution read-side gadget in Basic auth handling [CVE-2026-67314]
affected
Severity
Medium
Published
Jul 8, 2026
7.5
sonatype-2026-004586
axios - Denial of Service via Deep formToJSON Key Recursion [CVE-2026-67312]
affected
Severity
High
Published
Jul 8, 2026
6.3
sonatype-2026-004577
axios - HTTP/2 streamed uploads bypass maxBodyLength enforcement
affected
Severity
Medium
Published
Jul 7, 2026
8.3
sonatype-2026-004576
Axios - Node HTTP proxy hijack via prototype pollution bypass
affected
Severity
High
Published
Jul 7, 2026
6.3
sonatype-2026-004575
axios - Uncontrolled recursion in formDataToJSON causes DoS
affected
Severity
Medium
Published
Jul 7, 2026
3.7
sonatype-2026-004570
axios - Prototype Pollution Gadget in Nested Options
affected
Severity
Low
Published
Jul 7, 2026
7.5
sonatype-2026-004569
axios - Incomplete Loopback Check Allows SSRF via 0.0.0.0 [CVE-2026-67315, sonatype-2026-004855]
affected
Severity
High
Published
Jul 7, 2026
7.4
sonatype-2026-004568
axios - Prototype pollution read-side gadgets
affected
Severity
High
Published
Jul 7, 2026
6.9
sonatype-2026-004559
Axios - Incomplete depth-limit bypass causes DoS via stack overflow
affected
Severity
Medium
Published
Jul 7, 2026
6.3
sonatype-2026-004558
axios - fetch adapter bypasses maxBodyLength for ReadableStream bodies
affected
Severity
Medium
Published
Jul 7, 2026
8.7
CVE-2026-44494
Axios is a promise based HTTP client for the browser and Node.js. From 1.0.0 to before 1.16.0, the Axios library is vulnerable to a Prototype Pollution "Gadget" attack that allows any Object.prototype pollution in the application's dependency tree to be escalated into a full Man-in-the-Middle (MITM) attack — intercepting, reading, and modifying all HTTP traffic including authentication credentials. The HTTP adapter at lib/adapters/http.js:670 reads config.proxy via standard property access, which traverses the prototype chain. Because proxy is not present in Axios defaults, the merged config object has no own proxy property, making it trivially injectable via prototype pollution. Once injected, setProxy() routes all HTTP requests through the attacker's proxy server. This vulnerability is fixed in 1.16.0.
affected
Severity
High
Published
Jun 12, 2026
8.7
CVE-2026-44488
Axios is a promise based HTTP client for the browser and Node.js. Axios versions 1.7.0 through 1.15.x did not enforce configured request and response size limits when requests were sent with the fetch adapter. Applications that selected adapter: 'fetch', or ran in environments where axios resolved to the fetch adapter, could receive or send bodies larger than maxContentLength or maxBodyLength despite those limits being explicitly configured. This can cause resource exhaustion in server-side usage when a malicious or compromised server returns an oversized response, when an attacker can supply a large data: URL, or when an application forwards attacker-controlled request bodies through axios while relying on maxBodyLength as a boundary. This vulnerability is fixed in 0.32.0 and 1.16.0.
affected
Severity
High
Published
Jun 1, 2026
7.5
CVE-2026-44487
Axios is a promise based HTTP client for the browser and Node.js. Prior to 0.32.0 and 1.16.0, Axios’s Node.js HTTP adapter may forward a Proxy-Authorization header to a redirected origin during specific proxy-to-direct redirect flows. This affects Node.js usage, where an initial HTTP request is sent through an authenticated HTTP proxy, redirects are followed, and the redirected URL is no longer proxied. Under affected redirect shapes, the final origin can receive the proxy credential that was intended only for the outbound proxy. This vulnerability is fixed in 0.32.0 and 1.16.0.
affected
Severity
High
Published
Jun 1, 2026
7.5
CVE-2026-44486
Axios is a promise based HTTP client for the browser and Node.js. Prior to 0.32.0 and 1.16.0, Axios’ Node.js HTTP adapter can leak proxy credentials to a redirect target in affected versions. When a request is sent through an authenticated proxy, Axios may add a Proxy-Authorization header. If Axios then follows a redirect and the redirected request is no longer sent through that proxy, the stale Proxy-Authorization header can remain on the redirected request and be sent to the redirect target. This affects Node.js's use of Axios with automatic redirects enabled and an authenticated proxy configuration. Browser adapters are not affected. This vulnerability is fixed in 0.32.0 and 1.16.0.
affected
Severity
High
Published
Jun 1, 2026
7.5
CVE-2026-44496
Axios is a promise based HTTP client for the browser and Node.js. Axios versions before 0.32.0 on the 0.x line and before 1.16.0 on the 1.x line build a regular expression from the configured XSRF cookie name without escaping regex metacharacters. In standard browser environments, an attacker who can influence the cookie name passed to axios can cause expensive regex backtracking while axios reads document.cookie. The practical impact is client-side availability degradation, such as freezing the affected browser tab while axios prepares a request. The issue does not affect ordinary Node.js HTTP adapter usage, React Native, or web workers, where axios does not read document.cookie. This vulnerability is fixed in 0.32.0 and 1.16.0.
affected
Severity
High
Published
Jun 1, 2026
1-25 of 28