CVE-2026-42034 — Axios is a promise based HTTP client for the browser and
CVE-2026-42034 — Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, for stream request bodies, maxBodyLength is bypassed when maxRedirects is set to 0 (native http/https transport path). Oversized streamed uploads are sent fully even when the caller sets st
What This Means For You
- If your environment is affected by CWE-770, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-42034 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
3 rules · 6 SIEM formats3 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-42034 - Axios Stream Upload Bypass
title: CVE-2026-42034 - Axios Stream Upload Bypass
id: scw-2026-04-24-ai-1
status: experimental
level: medium
description: |
Detects potential exploitation of CVE-2026-42034 by identifying POST requests to upload endpoints that contain 'axios' in the URI or referer, and are served via JavaScript files. This bypasses the maxBodyLength limit for streamed uploads when maxRedirects is set to 0, allowing oversized uploads.
author: SCW Feed Engine (AI-generated)
date: 2026-04-24
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-42034/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-method:
- 'POST'
cs-uri-query|contains:
- '/upload'
cs-uri|contains:
- '.js'
selection_base:
sc-status:
- '200'
selection_indicators:
uri|contains:
- 'axios'
referer|contains:
- 'axios'
condition: selection AND selection_base AND selection_indicators
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-42034 | vulnerability | CVE-2026-42034 |
| CWE-770 | weakness | CWE-770 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | April 24, 2026 at 21:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.