CVE-2026-67314

Source
https://cve.org/CVERecord?id=CVE-2026-67314
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-67314.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-67314
Aliases
Downstream
Published
2026-08-01T12:22:16.603Z
Modified
2026-08-02T03:47:34.055035830Z
Severity
  • 6.3 (Medium) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N CVSS Calculator
Summary
axios before 1.18.0 Prototype Pollution via auth subfields
Details

axios versions >=1.15.2 and <1.18.0 contain prototype-pollution read-side gadgets in Basic auth subfield handling (lib/adapters/http.js and lib/helpers/resolveConfig.js). When an application is already affected by a separate prototype-pollution primitive and makes an axios request with an own auth object that omits the username and/or password properties, axios reads the inherited Object.prototype.username and Object.prototype.password values and uses them to construct an outbound 'Authorization: Basic ...' header. axios itself does not pollute prototypes. The practical impact is outbound request tampering: an attacker who controls the polluted prototype values can inject attacker-chosen Basic auth credentials or replace an existing Authorization header. Credential disclosure is only possible under additional application-specific conditions.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/67xxx/CVE-2026-67314.json",
    "cwe_ids": [
        "CWE-1321"
    ],
    "cna_assigner": "VulnCheck"
}
References

Affected packages

Git / github.com/axios/axios

Affected ranges

Type
GIT
Repo
https://github.com/axios/axios
Events
Database specific
{
    "source": "AFFECTED_FIELD",
    "extracted_events": [
        {
            "introduced": "1.15.2"
        },
        {
            "fixed": "1.18.0"
        }
    ]
}

Affected versions

v1.*
v1.15.2
v1.16.0
v1.16.1
v1.17.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-67314.json"