axios in a Node.js deployment using the HTTP adapter can route requests through an attacker-controlled proxy. axios hardens merged request configuration by creating a null-prototype object, but reque…
Info
Summary
axios in a Node.js deployment using the HTTP adapter can route requests through an attacker-controlled proxy. axios hardens merged request configuration by creating a null-prototype object, but request interceptors run after the merge; a common immutable interceptor pattern such as {...config} or Object.assign({}, config) converts the hardened config back into a regular object. axios then dispatches that object without re-hardening it, and the Node HTTP adapter reads config.proxy through the pr…
In-depth triage · Auto channel
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Sources
- NVD DATABASE
Original Links
- https://github.com/axios/axios/commit/df53d7dd99b202fb194217abd127ae6a630e70dc
- https://github.com/axios/axios/security/advisories/GHSA-gcfj-64vw-6mp9
- https://www.vulncheck.com/advisories/axios-before-prototype-pollution-via-node-http-adapter
Timeline
- nvd_ingest NVD