---
id: CVE-2026-67316
title: >-
  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
summary: >-
  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(), axio…
severity: none
cwe:
  - CWE-1321
published: '2026-08-01'
updated: '2026-08-01'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-67316'
references:
  - url: 'https://github.com/axios/axios/security/advisories/GHSA-mmx7-hfxf-jppx'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/axios-before-prototype-pollution-via-bodyless-methods
    label: disclosure@vulncheck.com
tags:
  - nvd
ingestedAt: '2026-08-02T07:18:01.932Z'
epss: 0.00424
epssPercentile: 0.34078
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
