CVE-2026-42037 — Axios is a promise based HTTP client for the browser and
CVE-2026-42037 — Axios is a promise based HTTP client for the browser and Node.js. From 1.0.0 to before 1.15.1, the FormDataPart constructor in lib/helpers/formDataToStream.js interpolates value.type directly into the Content-Type header of each multipart part without sanitizing CRLF (\r\n) sequence
What This Means For You
- If your environment is affected by CWE-93, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-42037 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
2 rules · 6 SIEM formats2 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-42037 - Axios Multipart Header Injection
title: CVE-2026-42037 - Axios Multipart Header Injection
id: scw-2026-04-24-ai-1
status: experimental
level: high
description: |
Detects exploitation attempts against CVE-2026-42037 in Axios. This rule looks for POST requests with 'multipart/form-data' in the URI query, originating from a referer indicating Axios usage, and containing CRLF sequences within the multipart body, which is indicative of header injection.
author: SCW Feed Engine (AI-generated)
date: 2026-04-24
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-42037/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
cs-uri|contains:
- '/api/'
cs-uri-query|contains:
- 'multipart/form-data'
referer|contains:
- 'axios'
selection_base:
cs-method:
- 'POST'
selection_indicators:
cs-uri-query|contains:
- '\r
Content-Disposition:'
condition: selection AND selection_indicators
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-42037 | vulnerability | CVE-2026-42037 |
| CWE-93 | weakness | CWE-93 |
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.