-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update advisories from GitHub Advisory Database
- Loading branch information
1 parent
b78d179
commit 1c2cef4
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
description: |- | ||
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. | ||
disclosure_date: 2025-02-11 | ||
first_patched_versions: | ||
- | ||
id: GHSA-vq52-99r9-h5pw | ||
link: https://github.com/advisories/GHSA-vq52-99r9-h5pw | ||
package: hackney | ||
severity: low | ||
title: Server-side Request Forgery (SSRF) in hackney | ||
vulnerable_version_ranges: | ||
- <= 1.20.1 |