PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-44492 axios CVE debrief

Axios, a promise-based HTTP client for browser and Node.js, has a vulnerability prior to versions 0.32.0 and 1.16.0. The issue arises from Axios not normalizing IPv4-mapped IPv6 addresses. This can lead to requests being routed through a configured proxy even when the NO_PROXY list includes an IPv4 address like 127.0.0.1 or 169.254.169.254. The vulnerability allows internal services to be accessed via the proxy, potentially bypassing intended blocking.

Vendor
axios
Product
Unknown
CVSS
HIGH 8.6
CISA KEV
Not listed in stored evidence
Original CVE published
2026-06-11
Original CVE updated
2026-09-11
Advisory published
2026-06-11
Advisory updated
2026-09-11

Who should care

Node.js developers and administrators using Axios for HTTP requests, especially in environments with proxy configurations, should assess exposure and plan mitigations. They should verify if current versions are vulnerable and plan for upgrades to 0.32.0 or 1.16.0. Implement compensating controls like stricter proxy rules or monitor for suspicious traffic. Defenders should prioritize assessing exposure in Node.js environments using Axios for HTTP requests,

Why it matters

CVE-2026-44492 in Axios allows requests to bypass NO_PROXY settings, potentially exposing internal services to unauthorized access. Defenders should assess exposure, prioritize upgrades, and implement compensating controls.

  • Verify proxy configurations to prevent unintended exposure of internal services.
  • Assess and upgrade Axios versions to prevent potential proxy bypass.
  • Monitor traffic for suspicious activity that could indicate exploitation attempts.
  • Implement additional security controls like stricter access controls for internal services.

Technical summary

Axios does not normalize IPv4-mapped IPv6 addresses, leading to potential proxy bypass when NO_PROXY lists an IPv4 address. Fixed in Axios versions 0.32.0 and 1.16.0. This issue allows internal services to be accessed via the proxy, potentially bypassing intended blocking. Node.js resolves these addresses to the underlying IPv4 host, so the request reaches the internal service via the proxy rather than being blocked. The vulnerability is fixed in 0.32.0 and 1.16.0. Axios, a promise-based HTTP client for browser and Node.js, has a vulnerability prior to versions 0.32.0 and 1.16.0.

Defensive priority

Defenders should prioritize assessing exposure in Node.js environments using Axios for HTTP requests, especially where proxy configurations are used. Verify if current versions are vulnerable and plan for upgrades to 0.32.0 or 1.16.0. Implement compensating controls like stricter proxy rules or monitor for suspicious traffic.

Recommended defensive actions

  • Assess Node.js environments for Axios usage and potential exposure.
  • Verify current Axios versions and plan upgrades to 0.32.0 or 1.16.0.
  • Implement stricter proxy rules or monitor for suspicious traffic as compensating controls.
  • Review proxy configurations to prevent unintended exposure of internal services.
  • Assess and upgrade Axios versions to prevent potential proxy bypass.
  • Monitor traffic for suspicious activity that could indicate exploitation attempts.
  • Implement additional security controls like stricter access controls for internal services.

Evidence notes

The CVE record and NVD details provide information on the vulnerability in Axios. Vendor advisories and errata from Red Hat offer additional context and mitigation strategies. Axios does not normalize IPv4-mapped IPv6 addresses, leading to potential proxy bypass when NO_PROXY lists an IPv4 address. This issue allows internal services to be accessed via the proxy, potentially bypassing intended blocking. Node.js resolves these addresses to the underlying IPv4 host, so the request reaches the internal service via the proxy rather than  

Sources and references

Verified primary and authoritative sources

  • CVE-2026-44492 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-44492

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-44492 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-44492

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://github.com/axios/axios/security/advisories/GHSA-pjwm-pj3p-43mv

    [email protected] - Exploit, Mitigation, Vendor Advisory

  • Source reference

    Unverified legacy reference

    URL: https://access.redhat.com/errata/RHSA-2026:20889

    0b0ca135-0b70-47e7-9f44-1890c2a1c46c

  • Source reference

    Unverified legacy reference

    URL: https://access.redhat.com/errata/RHSA-2026:20938

    0b0ca135-0b70-47e7-9f44-1890c2a1c46c

  • Source reference

    Unverified legacy reference

    URL: https://access.redhat.com/errata/RHSA-2026:27044

    0b0ca135-0b70-47e7-9f44-1890c2a1c46c

  • Source reference

    Unverified legacy reference

    URL: https://access.redhat.com/errata/RHSA-2026:27063

    0b0ca135-0b70-47e7-9f44-1890c2a1c46c

  • Source reference

    Unverified legacy reference

    URL: https://access.redhat.com/errata/RHSA-2026:28964

    0b0ca135-0b70-47e7-9f44-1890c2a1c46c

  • Source reference

    Unverified legacy reference

    URL: https://access.redhat.com/errata/RHSA-2026:29082

    0b0ca135-0b70-47e7-9f44-1890c2a1c46c

  • Source reference

    Unverified legacy reference

    URL: https://access.redhat.com/errata/RHSA-2026:29197

    0b0ca135-0b70-47e7-9f44-1890c2a1c46c

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.