CVE-2026-42038 — Axios is a promise based HTTP client for the browser and
CVE-2026-42038 — Axios is a promise based HTTP client for the browser and Node.js. Prior to 1.15.1 and 0.31.1, he fix for no_proxy hostname normalization bypass is incomplete. When no_proxy=localhost is set, requests to 127.0.0.1 and [::1] still route through the proxy instead of bypassing it. The s
What This Means For You
- If your environment is affected by CWE-918, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-42038 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-42038 - Axios Incomplete No_Proxy Bypass Attempt
title: CVE-2026-42038 - Axios Incomplete No_Proxy Bypass Attempt
id: scw-2026-04-24-ai-1
status: experimental
level: high
description: |
Detects attempts to bypass proxy settings in vulnerable versions of Axios (prior to 1.15.1 and 0.31.1) by sending requests to loopback IP addresses (127.0.0.1, [::1]) when 'no_proxy=localhost' is configured. This indicates an attempt to exploit the incomplete no_proxy hostname normalization bypass vulnerability (CVE-2026-42038) where the application incorrectly routes traffic through the proxy instead of bypassing it.
author: SCW Feed Engine (AI-generated)
date: 2026-04-24
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-42038/
tags:
- attack.command_and_control
- attack.t1071.001
logsource:
category: proxy
detection:
selection:
dst_domain|contains:
- '127.0.0.1'
- '[::1]'
dst_port:
- '80'
- '443'
src_ip:
- '127.0.0.1'
- '[::1]'
selection_indicators:
referer|contains:
- 'localhost'
condition: selection AND selection_indicators
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-42038 | vulnerability | CVE-2026-42038 |
| CWE-918 | weakness | CWE-918 |
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.