Bug 2510009 (CVE-2026-67316) - CVE-2026-67316 axios: axios: Prototype Pollution allows unauthorized data transmission and network redirection
Summary: CVE-2026-67316 axios: axios: Prototype Pollution allows unauthorized data tra...
Keywords:
Status: NEW
Alias: CVE-2026-67316
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2510261 2510262 2510263 2510264 2510266 2510269 2510272 2510273 2510265 2510267 2510268 2510270 2510271
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-01 13:03 UTC by OSIDB Bzimport
Modified: 2026-08-03 04:12 UTC (History)
106 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-01 13:03:05 UTC
axios is vulnerable to read-side prototype-pollution gadgets that can alter request construction when Object.prototype has already been polluted by a separate vulnerability or dependency. In the bodyless method aliases (axios.get(), axios.delete(), axios.head(), axios.options()), inherited data is read via (config || {}).data before config normalization, causing an attacker-controlled body to be sent on requests that did not set one. Additional low-level paths, only reachable when calling exported adapters/helpers (e.g. lib/adapters/http.js, unsafe/helpers/resolveConfig.js) directly with plain configs and no own proxy or paramsSerializer, can inherit polluted proxy values (routing requests through an attacker-controlled proxy) or paramsSerializer values (attacker-controlled URL serialization). These low-level gadgets do not reproduce through normal high-level axios calls on 1.15.2+. The issue is fixed in axios 1.18.0 and 0.33.0.


Note You need to log in before you can comment on or make changes to this bug.