---
id: CVE-2026-67318
title: >-
  axios versions >=1.13.0 (Node.js HTTP adapter) fail to enforce the configured
  maxBodyLength limit on streamed request bodies when requests are sent with
  httpVersion: 2
summary: >-
  axios versions >=1.13.0 (Node.js HTTP adapter) fail to enforce the configured
  maxBodyLength limit on streamed request bodies when requests are sent with
  httpVersion: 2. Because Node's HTTP/2 request API does not honor the
  maxBodyLength o…
severity: none
cwe:
  - CWE-400
published: '2026-08-01'
updated: '2026-08-01'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-67318'
references:
  - url: 'https://github.com/axios/axios/security/advisories/GHSA-mwf2-3pr3-8698'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/axios-before-maxbodylength-bypass-via-http-2
    label: disclosure@vulncheck.com
tags:
  - nvd
ingestedAt: '2026-08-02T07:18:01.997Z'
epss: 0.00616
epssPercentile: 0.47303
---

## Overview

axios versions >=1.13.0 (Node.js HTTP adapter) fail to enforce the configured maxBodyLength limit on streamed request bodies when requests are sent with httpVersion: 2. Because Node's HTTP/2 request API does not honor the maxBodyLength option and axios's byte-counting stream wrapper is gated on maxRedirects === 0, an attacker who controls a stream passed to axios can cause the application to transmit outbound data exceeding the configured finite maxBodyLength. Impact is limited to resource consumption and policy bypass (excess egress, upstream quota consumption, limited availability); it does not enable code execution, credential disclosure, or request-destination control. Calls using the default maxBodyLength: -1 and browser adapters are not affected.

## Remediation

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