<Vulnerability name="CVE-2026-67320">
    <DocumentDistribution xml:lang="en">Copyright © 2012 Red Hat, Inc. All rights reserved.</DocumentDistribution>
    <ThreatSeverity>Important</ThreatSeverity>
    <PublicDate>2026-08-01T12:22:17</PublicDate>
    <Bugzilla id="2509993" url="https://bugzilla.redhat.com/show_bug.cgi?id=2509993" xml:lang="en:us">
axios: axios: Information disclosure via Prototype Pollution in Node HTTP adapter
    </Bugzilla>
    <CVSS3 status="verified">
        <CVSS3BaseScore>7.4</CVSS3BaseScore>
        <CVSS3ScoringVector>CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N</CVSS3ScoringVector>
    </CVSS3>
    <CWE>CWE-915</CWE>
    <Details xml:lang="en:us" source="Mitre">
axios in a Node.js deployment using the HTTP adapter can route requests through an attacker-controlled proxy. axios hardens merged request configuration by creating a null-prototype object, but request interceptors run after the merge; a common immutable interceptor pattern such as {...config} or Object.assign({}, config) converts the hardened config back into a regular object. axios then dispatches that object without re-hardening it, and the Node HTTP adapter reads config.proxy through the prototype chain. If an attacker can pollute Object.prototype.proxy, affected requests can be routed through an attacker-controlled proxy. For plaintext HTTP requests, the proxy can observe Authorization headers, Basic auth from config.auth, method, absolute URL, Host, and request body, and can return its own response. This does not establish browser impact or HTTPS header/body disclosure under normal TLS validation. Affected versions are &gt;=0.31.1 (fixed in 0.33.0) and &gt;=1.15.2 (fixed in 1.18.0).
    </Details>
    <Details xml:lang="en:us" source="Red Hat">
A flaw was found in axios when used in a Node.js deployment with the HTTP adapter. This vulnerability, known as Prototype Pollution, occurs because request interceptors can revert hardened request configurations, allowing an attacker to manipulate the Object.prototype.proxy property. If successfully exploited, an attacker can route affected plaintext HTTP requests through a malicious proxy, potentially observing sensitive data such as authentication headers and request bodies, and even returning their own responses.
    </Details>
    <AffectedRelease impact="critical" cpe="cpe:/a:redhat:hummingbird:1">
        <ProductName>Red Hat Hardened Images</ProductName>
        <ReleaseDate>2026-07-28T00:00:00Z</ReleaseDate>
        <Advisory type="RHSA" url="https://access.redhat.com/errata/RHSA-2026:47619">RHSA-2026:47619</Advisory>
        <Package name="grafana12-4-main">grafana12-4-main-12.4.6-0.2.hum1</Package>
    </AffectedRelease>
    <AffectedRelease impact="critical" cpe="cpe:/a:redhat:hummingbird:1">
        <ProductName>Red Hat Hardened Images</ProductName>
        <ReleaseDate>2026-07-29T00:00:00Z</ReleaseDate>
        <Advisory type="RHSA" url="https://access.redhat.com/errata/RHSA-2026:48241">RHSA-2026:48241</Advisory>
        <Package name="grafana13-1-main">grafana13-1-main-13.1.1-0.3.hum1</Package>
    </AffectedRelease>
    <AffectedRelease impact="critical" cpe="cpe:/a:redhat:hummingbird:1">
        <ProductName>Red Hat Hardened Images</ProductName>
        <ReleaseDate>2026-07-30T00:00:00Z</ReleaseDate>
        <Advisory type="RHSA" url="https://access.redhat.com/errata/RHSA-2026:48758">RHSA-2026:48758</Advisory>
        <Package name="jaeger-main">jaeger-main-2.20.0-0.8.hum1</Package>
    </AffectedRelease>
    <References xml:lang="en:us">
https://www.cve.org/CVERecord?id=CVE-2026-67320
https://nvd.nist.gov/vuln/detail/CVE-2026-67320
https://github.com/axios/axios/commit/df53d7dd99b202fb194217abd127ae6a630e70dc
https://github.com/axios/axios/security/advisories/GHSA-gcfj-64vw-6mp9
https://www.vulncheck.com/advisories/axios-before-prototype-pollution-via-node-http-adapter
    </References>
</Vulnerability>