๐Ÿ” CVE Alert

CVE-2026-67319

UNKNOWN 0.0

axios before 0.33.0 Prototype Pollution via nested option objects

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

axios before 0.33.0 (and 1.x before 1.18.0) can consume inherited properties from nested request option objects when the JavaScript process's Object.prototype has already been polluted by another component. While the top-level merged config uses a null prototype, nested plain objects such as auth and paramsSerializer are cloned into ordinary objects and read without own-property checks. When an application passes placeholder nested objects such as auth: {} or paramsSerializer: {}, inherited username/password values can cause silent injection of an Authorization: Basic header, and inherited encode/serialize values can alter query-string serialization (full serializer replacement requires a function-valued pollution primitive). This is exploitable only in the presence of pre-existing prototype pollution.

CWE CWE-1321
Vendor axios
Product axios
Published Aug 1, 2026
Stay Ahead of the Next One

Get instant alerts for axios axios

Be the first to know when new unknown vulnerabilities affecting axios axios are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

axios / axios
0.8.0 < 0.33.0
axios / axios
1.0.0 < 1.18.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/axios/axios/security/advisories/GHSA-7q8q-rj6j-mhjq vulncheck.com: https://www.vulncheck.com/advisories/axios-before-prototype-pollution-via-nested-option-objects

Credits

๐Ÿ” asadeddin