OSV 1.4.0 · github-reviewed · 修改于 2026-08-08 01:51
发布时间
2026-08-01 23:30
GitHub 审查时间
2026-08-08 01:51
NVD 发布时间
2026-08-01 21:17
源文件
advisories/github-reviewed/2026/08/GHSA-38gx-cfqf-f652/GHSA-38gx-cfqf-f652.json
该公告已于 2026-08-08 01:51 撤回
内容仅用于保留外部引用,请不要将其当作仍然有效的安全结论。
This advisory has been withdrawn because it is a duplicate of GHSA-xj6q-8x83-jv6g. This link is maintained to preserve external references.
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.