GHSA-8hc4-vh64-cxmj - HIGH Vulnerability | GeekWala
Loading...
Skip to main content

GHSA-8hc4-vh64-cxmj

HIGH

Server-Side Request Forgery in axios

Published August 12, 2024Updated February 4, 2026Source: osv

Details

axios 1.7.2 allows SSRF via unexpected behavior where requests for path relative URLs get processed as protocol relative URLs.

Remediation

Upgrade to the fixed version using your package manager.

npm
Update axios to 1.7.4 or later
npm install axios@1.7.4

After upgrading, run your dependency scanner again to confirm the vulnerability is resolved.

Affected Packages (1)

PackageEcosystemAffectedFixed In
axios
npm
All versions1.7.4

Vulnerability Classification

Common Weakness Enumeration (CWE) identifiers for this vulnerability type.

  • CWE-918
    Server-Side Request Forgery (SSRF)MITRE

Risk Assessment

EPSS Score (30-day exploit probability)
2.88%
Higher than 86% of vulnerabilities

Also Known As

Check if you're affected

Scan your dependencies to see if this vulnerability affects your projects.

Scan Your Dependencies