Prototype pollution in axios - #VU127604

 

Prototype pollution in axios - #VU127604

Published: April 24, 2026


Vulnerability identifier: #VU127604
CSH Severity: Medium
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: N/A
CWE-ID: CWE-1321
Exploitation vector: Remote access
Exploit availability: No public exploit available
Vendor: axios
Affected software:
axios

Detailed vulnerability description

The vulnerability allows a remote attacker to hijack outbound HTTP requests and disclose sensitive information.

The vulnerability exists due to prototype pollution in the Node.js http adapter transport handling when processing requests in a process where Object.prototype has been polluted by a co-dependency. A remote attacker can pollute Object.prototype.transport to hijack outbound HTTP requests and disclose sensitive information.

This issue affects the transport gadget in the Node.js http adapter only and requires a separate source of prototype pollution in the same process.


Remediation

Install security update from vendor's website.

Sources