Bug 2461634 (CVE-2026-42038) - CVE-2026-42038 axios: Axios: Information disclosure due to `no_proxy` bypass
Summary: CVE-2026-42038 axios: Axios: Information disclosure due to `no_proxy` bypass
Keywords:
Status: NEW
Alias: CVE-2026-42038
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-04-24 19:02 UTC by OSIDB Bzimport
Modified: 2026-04-29 08:52 UTC (History)
119 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-04-24 19:02:30 UTC
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 shouldBypassProxy() function does pure string matching — it does not resolve IP aliases or loopback equivalents. This vulnerability is fixed in 1.15.1 and 0.31.1.


Note You need to log in before you can comment on or make changes to this bug.