CVE Vulnerabilities

CVE-2026-67314

Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')

Published: Aug 01, 2026 | Modified: Aug 03, 2026
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
7.4 IMPORTANT
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N
Ubuntu
MEDIUM
root.io logo minimus.io logo echo.ai logo

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.

Weakness

The product receives input from an upstream component that specifies attributes that are to be initialized or updated in an object, but it does not properly control modifications of attributes of the object prototype.

Affected Software

NameVendorStart VersionEnd Version
Red Hat Hardened ImagesRedHatjaeger-main-2.20.0-0.8.hum1*
Red Hat Hardened ImagesRedHatgrafana13-1-main-13.1.1-0.5.hum1*
Red Hat Hardened ImagesRedHatgrafana13-1-main-13.1.1-0.5.2.hum1*
Node-axiosUbuntuupstream*

Potential Mitigations

References