Axios Prototype Pollution MITM via proxy config, fixed in 1.16.0
CVE-2026-44494 Published on June 11, 2026
Axios: Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`
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.
Vulnerability Analysis
CVE-2026-44494 is exploitable with network access, and does not require authorization privileges or user interaction. This vulnerability is consided to have a high level of attack complexity. Public availability of a proof of concept (POC) exploit exists for CVE-2026-44494. The potential impact of an exploit of this vulnerability is considered to have a high impact on confidentiality and integrity, and no impact on availability.
Weakness Types
What is a Confused Deputy Vulnerability?
The product receives a request, message, or directive from an upstream component, but the product does not sufficiently preserve the original source of the request before forwarding the request to an external actor that is outside of the product's control sphere. This causes the product to appear to be the source of the request, leading it to act as a proxy or other intermediary between the upstream component and the external actor.
CVE-2026-44494 has been classified to as a Confused Deputy vulnerability or weakness.
What is a Prototype Pollution Vulnerability?
The software receives input from an upstream component that specifies attributes that are to be initialized or updated in an object, but it does not properly control modifications of attributes of the object prototype.
CVE-2026-44494 has been classified to as a Prototype Pollution vulnerability or weakness.
What is a Mass Assignment Vulnerability?
The software receives input from an upstream component that specifies multiple attributes, properties, or fields that are to be initialized or updated in an object, but it does not properly control which attributes can be modified.
CVE-2026-44494 has been classified to as a Mass Assignment vulnerability or weakness.
Products Associated with CVE-2026-44494
You can be notified by email with stack.watch whenever vulnerabilities like CVE-2026-44494 are published in these products:
Affected Versions
axios:- Version >= 1.0.0, < 1.16.0 is affected.
- Version 0:2.5.20260715-1.el8ap and below * is unaffected.
- Version 0:2.5.20260715-1.el9ap and below * is unaffected.
- Version 1784312384 and below * is unaffected.
- Version 1783351002 and below * is unaffected.
- Version 1782157085 and below * is unaffected.
- Version 1783348181 and below * is unaffected.
- Version 1783350952 and below * is unaffected.
- Version 1782157514 and below * is unaffected.
- Version 1783451729 and below * is unaffected.
- Version 1784578812 and below * is unaffected.
- Version 1779371594 and below * is unaffected.
- Version 1779293013 and below * is unaffected.
- Version 1783919486 and below * is unaffected.
- Version 1782426816 and below * is unaffected.
- Version 1782356760 and below * is unaffected.
- Version 1783448184 and below * is unaffected.
- Version 1782761244 and below * is unaffected.
- Version 1782166952 and below * is unaffected.
- Version 1783690532 and below * is unaffected.
- Version 1785169013 and below * is unaffected.
- Version 1782911957 and below * is unaffected.
- Version 1782127091 and below * is unaffected.
- Version 1782244020 and below * is unaffected.
- Version 1782243791 and below * is unaffected.
- Version 1782171032 and below * is unaffected.
- Version 1782313844 and below * is unaffected.
- Version 1784148076 and below * is unaffected.
- Version 1781731914 and below * is unaffected.
- Version 1784134078 and below * is unaffected.
- Version 1782913451 and below * is unaffected.
- Version 1782498475 and below * is unaffected.
- Version 1782498792 and below * is unaffected.
- Version 1781937133 and below * is unaffected.
- Version 1782287580 and below * is unaffected.
- Version 1782201894 and below * is unaffected.
- Version 1782201833 and below * is unaffected.
- Version 1782201696 and below * is unaffected.
- Version 1782201537 and below * is unaffected.
- Version 1782201851 and below * is unaffected.
- Version 1782201812 and below * is unaffected.
- Version 1782231869 and below * is unaffected.
- Version 1782201466 and below * is unaffected.
- Version 1783750447 and below * is unaffected.
- Version 1783751865 and below * is unaffected.
- Version 1784353904 and below * is unaffected.
- Version 1784351966 and below * is unaffected.
- Version 1783955846 and below * is unaffected.
- Version 1784125838 and below * is unaffected.
- Version 1781174698 and below * is unaffected.
- Version 1782253070 and below * is unaffected.
- Version 1782243376 and below * is unaffected.
- Version 1784105894 and below * is unaffected.
Exploit Probability
EPSS (Exploit Prediction Scoring System) scores estimate the probability that a vulnerability will be exploited in the wild within the next 30 days. The percentile shows you how this score compares to all other vulnerabilities.