Lucene search
+L

147 matches found

Positive Technologies
Positive Technologies
added 2026/05/25 12:0 a.m.49 views

PT-2026-43072

Name of the Vulnerable Software and Affected Versions benoitc hackney versions 0.13.0 through 4.0.0 Description An interpretation conflict allows Server Side Request Forgery SSRF, a flaw where an attacker can induce the server to make requests to an unintended location. The function hackney...

6.9CVSS5.7AI score0.00229EPSS
SaveExploits1References14
Positive Technologies
Positive Technologies
added 2026/05/25 12:0 a.m.26 views

PT-2026-43071

Name of the Vulnerable Software and Affected Versions hackney versions 0 through 4.0.0 Description Improper Neutralization of CRLF Sequences allows HTTP Request Splitting. The software fails to percent-encode carriage return r or line feed characters in the URL query component before constructing...

7.5CVSS5.9AI score0.00479EPSS
SaveExploits1References14
Positive Technologies
Positive Technologies
added 2026/05/25 12:0 a.m.29 views

PT-2026-43069

Name of the Vulnerable Software and Affected Versions hackney versions 2.0.0 through 4.0.0 Description Improper Neutralization of CRLF Sequences, also known as CRLF Injection, allows HTTP Request/Response Splitting. The WebSocket upgrade code in src/hackney ws.erl copies the host, path, headers...

7.5CVSS6AI score0.00542EPSS
SaveExploits1References8
RedhatCVE
RedhatCVE
added 2026/01/07 9:54 a.m.18 views

CVE-2025-1211

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...

6.5CVSS6.5AI score0.0051EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/03 8:7 p.m.12 views

EUVD-2025-2081

Malicious code in bioql PyPI...

6.5CVSS6.4AI score0.0051EPSS
SaveExploits0References6
EUVD
EUVD
added 2025/10/03 8:7 p.m.10 views

EUVD-2025-16328

Malicious code in bioql PyPI...

2.3CVSS6.5AI score0.00732EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2025/05/28 12:30 p.m.19 views

Hackney fails to properly release HTTP connections to the pool

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 in 1.24.0 release...

2.3CVSS6.9AI score0.00732EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2025/05/28 12:30 p.m.9 views

GHSA-9FM9-HP7P-53MF Hackney fails to properly release HTTP connections to the pool

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 in 1.24.0 release...

2.3CVSS7.2AI score0.00732EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2025/05/28 12:15 p.m.5 views

CVE-2025-3864

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 in 1.24.0 release...

2.3CVSS5.8AI score0.00732EPSS
SaveExploits0References4
NVD
NVD
added 2025/05/28 12:15 p.m.34 views

CVE-2025-3864

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 in 1.24.0 release...

2.3CVSS0.00732EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2025/05/28 11:19 a.m.10 views

CVE-2025-3864 Connection pool exhaustion in hackney

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 in 1.24.0 release...

2.3CVSS7AI score0.00732EPSS
SaveExploits0References3
CVE
CVE
added 2025/05/28 11:19 a.m.64 views

CVE-2025-3864

Hackney contains a vulnerability where it fails to properly release HTTP connections back to the pool after handling 307 Temporary Redirect responses, which can exhaust connection pools and cause denial of service in applications using the library. The issue is tied to CVE-2025-3864. A fix is inc...

2.3CVSS6.7AI score0.00732EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2025/05/28 11:19 a.m.34 views

CVE-2025-3864 Connection pool exhaustion in hackney

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 in 1.24.0 release...

2.3CVSS0.00732EPSS
SaveExploits0References3
CNNVD
CNNVD
added 2025/05/28 12:0 a.m.11 views

Hackney 安全漏洞

Hackney is a program library from Hackney, Inc. A security vulnerability exists in Hackney that originates from not properly releasing an HTTP connection after processing a 307 redirect response, which could result in a denial of service...

2.3CVSS6.5AI score0.00732EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/05/28 12:0 a.m.16 views

PT-2025-23077

Name of the Vulnerable Software and Affected Versions Hackney versions prior to 1.24.0 Description The issue arises from Hackney's failure to properly release HTTP connections to the pool after handling 307 Temporary Redirect responses. This allows remote attackers to exhaust connection pools,...

2.3CVSS5.9AI score0.00732EPSS
SaveExploits0References11
Github Security Blog
Github Security Blog
added 2025/02/11 6:30 a.m.14 views

Server-side Request Forgery (SSRF) in hackney

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://[email protected]/, the URI function will parse and see the host as 127.0.0.1 which is correct, and hackney will...

6.5CVSS6.5AI score0.0051EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2025/02/11 6:30 a.m.14 views

GHSA-VQ52-99R9-H5PW Server-side Request Forgery (SSRF) in hackney

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://[email protected]/, the URI function will parse and see the host as 127.0.0.1 which is correct, and hackney will...

6.5CVSS6.5AI score0.0051EPSS
SaveExploits0References7
NVD
NVD
added 2025/02/11 5:15 a.m.8 views

CVE-2025-1211

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...

6.5CVSS0.0051EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2025/02/11 5:0 a.m.8 views

CVE-2025-1211

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...

6.5CVSS6.5AI score0.0051EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2025/02/11 5:0 a.m.24 views

CVE-2025-1211

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...

6.5CVSS0.0051EPSS
SaveExploits0References4
Rows per page
Query Builder