Publish GHSA-vq52-99r9-h5pw

This commit is contained in:
advisory-database[bot]
2025-02-11 19:10:15 +00:00
parent 227b466ccd
commit 9eb9b9b68c
@@ -1,13 +1,13 @@
{
"schema_version": "1.4.0",
"id": "GHSA-vq52-99r9-h5pw",
"modified": "2025-02-11T17:59:52Z",
"modified": "2025-02-11T19:08:56Z",
"published": "2025-02-11T06:30:27Z",
"aliases": [
"CVE-2025-1211"
],
"summary": "Server-side Request Forgery (SSRF) in hackney",
"details": "Versions of the package hackney from 0.0.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 correct), and hackney will refer the host as 127.2.2.2/. \nThis vulnerability can be exploited when users rely on the URL function for host checking.",
"details": "Versions of the package hackney from 0.0.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 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.",
"severity": [
{
"type": "CVSS_V3",