VYPR

Hackney

by Benoitc

Source repositories

CVEs (2)

  • CVE-2025-1211MedFeb 11, 2025
    risk 0.35cvss 6.5epss 0.00

    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://127.0.0.1?@127.2.2.2/, the URI function will parse and see the host as 127.0.0.1 (which is…

  • CVE-2025-3864LowMay 28, 2025
    risk 0.08cvss epss 0.00

    Hackney fails to properly release HTTP connections to the pool after handling 307 Temporary Redirect responses. Remote attackers can exploit this to exhaust connection pools, causing denial of service in applications using the library. Fix for this issue has been included…