← Back to CVE List

CVE-2025-1211

Published: 2025-02-11T05:15Z
Last Modified: 2025-03-16T13:15Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
Versions of the package hackney before 1.21.0 are vulnerable to Server-side Request Forgery (SSRF) due to improper parsing of URLs by URI built-in module and hackey. Given the URL http://[email protected]/, the URI function will parse and see the host as 127.0.0.1 (which is correct), and hackney will refer the host as 127.2.2.2/. This vulnerability can be exploited when users rely on the URL function for host checking. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt