Tag
Axios Prototype Pollution Leads to Man-in-the-Middle Vulnerability
3 rules 7 TTPsAxios is vulnerable to a Prototype Pollution attack that can be escalated into a full Man-in-the-Middle (MITM) attack by injecting a malicious proxy configuration via `Object.prototype.proxy`, allowing attackers to intercept, read, and modify all HTTP traffic, including authentication credentials.
Axios NO_PROXY Hostname Normalization Bypass Leads to SSRF
2 rules 1 TTP 1 CVEAxios is vulnerable to a NO_PROXY hostname normalization bypass leading to SSRF, where requests to loopback addresses like `localhost.` or `[::1]` bypass `NO_PROXY` rules, allowing attackers to force requests through a proxy and potentially exfiltrate sensitive data.
Axios Prototype Pollution Vulnerability Leads to Request Hijacking and Data Exfiltration
2 rules 1 TTPAxios versions 0.19.0 through 1.13.6 are vulnerable to prototype pollution, allowing attackers to intercept and modify JSON responses, hijack HTTP requests, and exfiltrate sensitive data by polluting the Object.prototype with keys like `parseReviver` and `transport`.
Axios HTTP Adapter Prototype Pollution Vulnerability
2 rules 4 TTPs 1 CVEA prototype pollution vulnerability in the Axios HTTP adapter allows an attacker to inject arbitrary HTTP headers into outgoing requests by polluting the Object prototype with specific properties, leading to potential authentication bypass and privilege escalation.