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-42041 Details

Description

Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, the Axios library is vulnerable to a Prototype Pollution "Gadget" attack that allows any Object.prototype pollution to silently suppress all HTTP error responses (401, 403, 500, etc.), causing them to be treated as successful responses. This completely bypasses application-level authentication and error handling. The root cause is that validateStatus is the only config property using the mergeDirectKeys merge strategy, which uses JavaScript's in operator — an operator that inherently traverses the prototype chain. When Object.prototype.validateStatus is polluted with () => true, all HTTP status codes are accepted as success. This vulnerability is fixed in 1.15.1 and 0.31.1.

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:14937 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:16476 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:16532 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:16534 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:16535 redhat-SADP

see all 42 references

Weakness Enumeration

CWE-IDCWE NameSource
CWE-1321Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')[email protected]
CWE-287Improper Authentication[email protected]
CWE-915Improperly Controlled Modification of Dynamically-Determined Object Attributesredhat-SADP

Affected Products

ProductVersions
axios axios
< 0.31.1
>= 1.0.0, < 1.15.1

CPE

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

Remediation

  • No remediation found in references.

Change History

33 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-42041
NVD Published Date:
Apr 24, 2026
NVD Last Modified:
Sep 10, 2026
Source:
[email protected]
CVE-2026-42041 Details - Not Deferred