Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
4358 articles · 196335 vulns · 36/41 feeds (7d)
← Back to list
8.7
CVE-2026-44494EXPLOITEDPATCHED
axios · axios

Axios: Full Man-in-the-Middle via Prototype Pollution Gadget in `config.proxy`

Description

Axios is a promise based HTTP client for the browser and Node.js. From 1.0.0 to before 1.16.0, the Axios library is vulnerable to a Prototype Pollution "Gadget" attack that allows any Object.prototype pollution in the application's dependency tree to be escalated into a full Man-in-the-Middle (MITM) attack — intercepting, reading, and modifying all HTTP traffic including authentication credentials. The HTTP adapter at lib/adapters/http.js:670 reads config.proxy via standard property access, which traverses the prototype chain. Because proxy is not present in Axios defaults, the merged config object has no own proxy property, making it trivially injectable via prototype pollution. Once injected, setProxy() routes all HTTP requests through the attacker's proxy server. This vulnerability is fixed in 1.16.0.

Affected Products

VendorProductVersions
axiosaxios>= 1.0.0, < 1.16.0

Also Affects

Downstream vendors/products affected by this vulnerability

VendorProductSourceConfidence
atlassiancruciblecert_advisory90%
atlassianjiracert_advisory90%
atlassianfisheyecert_advisory90%
atlassianbamboocert_advisory90%
atlassianbitbucketcert_advisory90%

References

  • https://github.com/axios/axios/security/advisories/GHSA-35jp-ww65-95wh(x_refsource_CONFIRM)

Related News (6 articles)

Tier B
BSI Advisories4d ago
[NEU] [hoch] Atlassian Produkte (Bamboo, Bitbucket, Confluence, Crucible, Fisheye, und Jira): Mehrere Schwachstellen
→ No new info (linked only)
Tier B
CERT-FR24d ago
Multiples vulnérabilités dans les produits IBM (31 juillet 2026)
→ No new info (linked only)
Tier B
CERT-FR28d ago
Multiples vulnérabilités dans les produits Atlassian (27 juillet 2026)
→ No new info (linked only)
Tier B
BSI Advisories32d ago
[NEU] [hoch] Atlassian Bamboo, Bitbucket, Confluence, Fisheye, Crucible, Jira und Jira Service Management: Mehrere Schwachstellen
→ No new info (linked only)
Tier B
BSI Advisories53d ago
[NEU] [mittel] Red Hat OpenShift Container Platform (protobufjs, fast-uri): Mehrere Schwachstellen
→ No new info (linked only)
Tier C
VulDB73d ago
CVE-2026-44494 | Axios up to 1.15.x lib/adapters/http.js setProxy confused deputy
→ No new info (linked only)
CVSS 3.18.7 HIGH
VectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N
CISA KEV❌ No
Actively exploited✅ Yes
Patch available
axios@1.16.0
CWECWE-441, CWE-1321
PublishedMay 29, 2026
Last enriched73d agov2
Tags
GHSA-35jp-ww65-95whnpmCVE-2026-44494
Trending Score38
Source articles6
Independent3
Info Completeness9/14
Missing: epss, kev, exploit, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (5)

HIGHCVE-2026-44488EXP
Axios: Allocation of Resources Without Limits or Throttling in axios
Trending: 40
HIGHCVE-2026-44495EXP
Axios: Credential Theft and Response Hijacking via Prototype Pollution Gadget in Config Merge
Trending: 38
HIGHCVE-2026-44486
Axios: Proxy-Authorization header leaks to redirect target when proxy is re-evaluated to direct connection
Trending: 36
HIGHCVE-2026-44496
Axios: Regular Expression Denial of Service (ReDoS) via Cookie Name Injection
Trending: 36
HIGHCVE-2026-44492
Axios: shouldBypassProxy does not recognize IPv4-mapped IPv6 addresses, allowing NO_PROXY bypass (incomplete fix for CVE-2025-62718)
Trending: 36

Pin to Dashboard

Verification

State: unverified
Confidence: 0%

Vulnerability Timeline

CVE Published
May 29, 2026
Discovered by ZDM
May 29, 2026
Updated: description, affectedVersions, severity, activelyExploited, patchAvailable, tags
Jun 11, 2026
Actively Exploited
Aug 21, 2026
Patch Available
Aug 21, 2026

Version History

v2
Last enriched 73d ago
v2Tier C73d ago

Updated description with new details, changed affected versions to <= 1.15.x, updated severity to MEDIUM, and noted that no exploit is available.

descriptionaffectedVersionsseverityactivelyExploitedpatchAvailabletags
via VulDB
v186d ago

Initial creation