Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-44494 Details

Description

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://access.redhat.com/errata/RHSA-2026:20889 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:20938 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:27044 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:28964 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:29082 redhat-SADP

see all 55 references

Weakness Enumeration

CWE-IDCWE NameSource
CWE-1321Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')[email protected]
CWE-441Unintended Proxy or Intermediary ('Confused Deputy')[email protected]
CWE-915Improperly Controlled Modification of Dynamically-Determined Object Attributesredhat-SADP

Affected Products

ProductVersions
axios axios
>= 1.0.0, < 1.16.0

CPE

  • cpe:2.3:a:axios:axios:*:*:*:*:*:node.js:*:*

Remediation

  • No remediation found in references.

Change History

44 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-44494
NVD Published Date:
Jun 11, 2026
NVD Last Modified:
Sep 11, 2026
Source:
[email protected]
CVE-2026-44494 Details - Not Deferred