boxscore/security
CVE · referencelatest edition

Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.

CVE-2026-44489MEDIUM
Axios: Proxy-Authorization Header Injection via Prototype Pollution — Incomplete Null-Prototype Fix
  AV  AC  PR  UI  S  C  I  A   CVSS    EPSS   %ile   KEV
   N   L   N   N  U  N  L  N    5.3   .0023   13.8     —
AFFECTED
  Product  Versions  Fixed
  axios    1.15.2 –  —
TIMELINE
  May 6   Reserved by GitHub_M
  Jun 11  EXPLOIT PUBLISHED — CVE-2026-44489 (axios). Public exploit reference added.
  Jun 11  Published (CNA: GitHub_M)
CWE-113, CWE-1321 · CNA: GitHub_M · CVSS v3.1 · 1 reference · NVD status: Analyzed

Description

Axios is a promise based HTTP client for the browser and Node.js. From 1.15.2 to before 1.16.0, nested objects created by utils.merge() (e.g., config.proxy) are still constructed as plain {} with Object.prototype in their chain. The setProxy() function at lib/adapters/http.js:209-223 reads proxy.username, proxy.password, and proxy.auth without hasOwnProperty checks. When Object.prototype.username is polluted, setProxy() constructs a Proxy-Authorization header with attacker-controlled credentials and injects it into every proxied HTTP request. This vulnerability is fixed in 1.16.0.

Lifecycle

Complete event history — 3 events, chronological
DateEventDetail
May 6, 2026ReservedReserved by GitHub_M
June 11, 2026EXPLOIT PUBLISHEDEXPLOIT PUBLISHED — CVE-2026-44489 (axios). Public exploit reference added.
June 11, 2026PublishedPublished (CNA: GitHub_M)

Affected

Affected products and packages — 1 row
VendorProduct / PackageEcosystemVersion introducedFixed
axiosaxios1.15.2

Weaknesses

CWE-113 · CWE-1321

References (1)

Related

Authoritative record: CVE-2026-44489 at cve.org

Vendors: axios

Weaknesses: CWE-113 · CWE-1321

About this page

This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2026-44489 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.