LIVE · cybersecurity feed
Live wire
cve recordhigh

CVE-2026-67320

axios · axios

Published
CVSS7.5
Severityhigh
WeaknessCWE-200
ExploitedNot in CISA KEV

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Description

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 prototype chain. If an attacker can pollute Object.prototype.proxy, affected requests can be routed through an attacker-controlled proxy. For plaintext HTTP requests, the proxy can observe Authorization

References

← Back to the CVE Tracker

Our coverage of CVE-2026-67320

No stories yet. This page updates automatically when we publish reporting that references CVE-2026-67320.