VYPR
Unrated severityOSV Advisory· Published Aug 2, 2026

Debian node-axios: axios is vulnerable to read-side prototype-pollution gadgets that can alter requ…

CVE-2026-67316

Description

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.

Affected products

3
  • Axios/AxiosOSV2 versions
    v1.17.0, v1.16.1, v0.32.0, …+ 1 more
    • (no CPE)range: v1.17.0, v1.16.1, v0.32.0, …
    • (no CPE)range: <1.18.0, <0.33.0
  • Debian/node-axiosllm-create
    Range: <1.18.0, <0.33.0

Patches

Vulnerability mechanics

News mentions

0

No linked articles in our index yet.

CVE-2026-67316 · VYPR