Skip to main content

axios CVE-2026-67320

| EUVDEUVD-2026-51847 HIGH
Information Exposure (CWE-200)
8.3
CVSS 4.0 · Vendor: VulnCheck
Share

Severity by source

Vendor (VulnCheck) PRIMARY
8.3 HIGH
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
6.5 MEDIUM

AC:H reflects mandatory chaining with a prior prototype pollution primitive and a specific interceptor pattern; no availability impact and limited integrity from proxy-injected responses.

3.1 AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:L/A:N
4.0 AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:L/VA:N/SC:N/SI:N/SA:N
SUSE
7.4 HIGH
AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
Red Hat
9.8 CRITICAL
qualitative

Primary rating from Vendor (VulnCheck).

CVSS VectorVendor: VulnCheck

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
X

Lifecycle Timeline

3
Source Code Evidence Fetched
Aug 01, 2026 - 13:18 vuln.today
Analysis Generated
Aug 01, 2026 - 13:18 vuln.today
CVE Published
Aug 01, 2026 - 12:22 cve.org
HIGH 8.3

Blast Radius

ecosystem impact
† from your stack dependencies † transitive graph · vuln.today resolves 4-path depth
  • 547 npm packages depend on axios (26 direct, 523 indirect)

Ecosystem-wide dependent count for version 0.31.1.

DescriptionCVE.org

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 headers, Basic auth from config.auth, method, absolute URL, Host, and request body, and can return its own response. This does not establish browser impact or HTTPS header/body disclosure under normal TLS validation. Affected versions are >=0.31.1 (fixed in 0.33.0) and >=1.15.2 (fixed in 1.18.0).

AnalysisAI

Prototype pollution via the Node.js HTTP adapter in axios allows an attacker who controls Object.prototype.proxy to silently reroute plaintext HTTP requests through an attacker-controlled proxy, exposing Authorization headers, Basic auth credentials, request method, absolute URL, Host, and body content. Affected are axios versions >=0.31.1 (fixed in 0.33.0) and >=1.15.2 (fixed in 1.18.0) running in Node.js environments. No public exploit or CISA KEV listing has been identified, but the CVSS 4.0 score of 8.3 with AT:P reflects that exploitation requires a prior or concurrent prototype pollution primitive elsewhere in the same process.

Technical ContextAI

axios (CPE: cpe:2.3:a:axios:axios) is a promise-based HTTP client for Node.js and browsers, distributed via npm. The root cause (CWE-200, Exposure of Sensitive Information) lies in a gap between axios's config-hardening step and its interceptor pipeline. lib/core/mergeConfig.js creates a null-prototype merged config object, which intentionally blocks reads from the prototype chain. However, lib/core/Axios.js runs request interceptors after this merge; any interceptor using the common immutable pattern {...config} or Object.assign({}, config) produces a regular object, re-enabling prototype chain reads. The Node.js HTTP adapter subsequently reads config.proxy through that chain. If an attacker has already polluted Object.prototype.proxy - a primitive available from any number of unrelated JSON-parsing or object-merging flaws - axios will use the attacker-specified proxy for HTTP requests. The Node fetch adapter and all browser adapters are not affected because they resolve proxy settings through different code paths.

RemediationAI

The primary fix is to upgrade axios to version 0.33.0 (for the 0.x branch) or 1.18.0 (for the 1.x branch), both confirmed as fixed releases per GHSA-gcfj-64vw-6mp9 and EUVD-2026-51847. Patch commits and PRs are available at https://github.com/axios/axios/commit/df53d7dd99b202fb194217abd127ae6a630e70dc and https://github.com/axios/axios/pull/11000 and https://github.com/axios/axios/pull/11001. For teams that cannot immediately upgrade, actionable compensating controls include: auditing and remediating any prototype-pollution vulnerabilities in the same Node.js process (remove the prerequisite entirely); rewriting request interceptors to return the original config object rather than a spread or Object.assign clone (this eliminates the hardening bypass path); setting an explicit own proxy: false in the default axios config to override any inherited prototype value (low trade-off, prevents unintended proxy routing); and migrating affected calls to the Node fetch adapter, which is not vulnerable. Each of these workarounds addresses a different link in the exploit chain and can be layered for defense in depth while a patch window is arranged.

CVE-2024-41713 CRITICAL POC
9.1 Oct 21

A vulnerability in the NuPoint Unified Messaging (NPM) component of Mitel MiCollab through 9.8 SP1 FP2 (9.8.1.201) could

CVE-2024-55591 CRITICAL POC
9.8 Jan 14

FortiOS and FortiProxy contain an authentication bypass via the Node.js websocket module allowing unauthenticated remote

CVE-2023-44487 HIGH POC
7.5 Oct 10

Denial of service against HTTP/2 server implementations allows remote unauthenticated attackers to exhaust server resour

CVE-2014-7205 CRITICAL POC
10.0 Oct 08

Eval injection vulnerability in the internals.batch function in lib/batch.js in the bassmaster plugin before 1.5.2 for t

CVE-2025-59528 CRITICAL POC
10.0 Sep 22

Flowise version 3.0.5 contains a remote code execution vulnerability in the CustomMCP node. The mcpServerConfig paramete

CVE-2017-14849 HIGH POC
7.5 Sep 28

Node.js 8.5.0 before 8.6.0 allows remote attackers to access unintended files, because a change to ".." handling was inc

CVE-2017-5941 CRITICAL POC
9.8 Feb 09

An issue was discovered in the node-serialize package 0.0.4 for Node.js. Rated critical severity (CVSS 9.8), this vulner

CVE-2014-0224 HIGH POC
7.4 Jun 05

OpenSSL before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h does not properly restrict processing of ChangeCiph

CVE-2014-3744 HIGH POC
7.5 Oct 23

Directory traversal vulnerability in the st module before 0.2.5 for Node.js allows remote attackers to read arbitrary fi

CVE-2014-9566 HIGH POC
7.5 Mar 10

Multiple SQL injection vulnerabilities in the Manage Accounts page in the AccountManagement.asmx service in the Solarwin

CVE-2013-4660 MEDIUM POC
6.8 Jun 28

The JS-YAML module before 2.0.5 for Node.js parses input without properly considering the unsafe !!js/function tag, whic

CVE-2016-2107 MEDIUM POC
5.9 May 05

The AES-NI implementation in OpenSSL before 1.0.1t and 1.0.2 before 1.0.2h does not consider memory allocation during a

Vendor StatusVendor

SUSE

Severity: Important
Product Status
SUSE Linux Enterprise Module for SAP Applications 15 SP7 Affected
SUSE Linux Enterprise Server for SAP Applications 15 SP7 Affected
SUSE Linux Enterprise Server for SAP applications 16.0 Affected
SUSE Linux Enterprise Server for SAP applications 16.1 Affected
openSUSE Leap 16.0 Affected

Share

CVE-2026-67320 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy