axios 1.7.2 allows SSRF via unexpected behavior where requests for path relative URLs get processed as protocol relative URLs.
The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.
Link | Tags |
---|---|
https://github.com/axios/axios/releases | release notes |
https://jeffhacks.com/advisories/2024/06/24/CVE-2024-39338.html | third party advisory exploit |