CVE-2026-47073
- EPSS 0.83%
- Veröffentlicht 25.05.2026 14:00:49
- Zuletzt bearbeitet 27.05.2026 13:54:21
Allocation of Resources Without Limits or Throttling vulnerability in benoitc hackney allows Flooding. The WebSocket client in src/hackney_ws.erl imposes no upper bound on memory consumption in three code paths. First, read_handshake_response/3 accum...
CVE-2026-47067
- EPSS 0.7%
- Veröffentlicht 25.05.2026 14:00:48
- Zuletzt bearbeitet 27.05.2026 13:52:12
Allocation of Resources Without Limits or Throttling vulnerability in benoitc hackney allows Flooding. The URL parser in src/hackney_url.erl converts every unrecognized URL scheme to a permanent BEAM atom via binary_to_atom/2. BEAM atoms are never ga...
CVE-2026-47072
- EPSS 0.51%
- Veröffentlicht 25.05.2026 14:00:47
- Zuletzt bearbeitet 28.05.2026 20:27:13
Improper Neutralization of CRLF Sequences ('CRLF Injection') vulnerability in benoitc hackney allows HTTP Request/Response Splitting. The WebSocket upgrade code in src/hackney_ws.erl copies the host, path, headers (ExtraHeaders), and protocols option...
CVE-2026-47070
- EPSS 0.35%
- Veröffentlicht 25.05.2026 14:00:46
- Zuletzt bearbeitet 27.05.2026 13:55:50
Sensitive Data Exposure vulnerability in benoitc hackney allows Retrieve Embedded Sensitive Data. The HTTP/3 redirect handler in src/hackney_h3.erl passes the original request headers unchanged to the redirect target without performing any cross-orig...
CVE-2026-47076
- EPSS 0.2%
- Veröffentlicht 25.05.2026 14:00:46
- Zuletzt bearbeitet 27.05.2026 13:51:53
Interpretation Conflict vulnerability in benoitc hackney allows Server Side Request Forgery. hackney_url:normalize/2 URL-decodes the host component after the URL has been parsed into a #hackney_url{} record. OTP's uri_string:parse/1 and inet:parse_ad...
CVE-2026-47075
- EPSS 0.42%
- Veröffentlicht 25.05.2026 14:00:45
- Zuletzt bearbeitet 28.05.2026 20:26:32
Improper Neutralization of CRLF Sequences vulnerability in benoitc hackney allows HTTP Request Splitting. hackney does not percent-encode carriage return (\r) or line feed (\n) characters in the URL query component before constructing the HTTP/1.1 re...
CVE-2026-47077
- EPSS 0.7%
- Veröffentlicht 25.05.2026 14:00:42
- Zuletzt bearbeitet 27.05.2026 13:53:56
Allocation of Resources Without Limits or Throttling vulnerability in benoitc hackney allows Flooding. hackney_h3:await_response_loop/6 accumulates the HTTP/3 response body in memory without any size cap. The after Timeout clause is a per-message ina...
CVE-2026-47071
- EPSS 0.7%
- Veröffentlicht 25.05.2026 14:00:41
- Zuletzt bearbeitet 27.05.2026 13:56:30
Uncontrolled Resource Consumption vulnerability in benoitc hackney allows Flooding. The SOCKS5 transport in src/hackney_socks5.erl correctly applies the caller-supplied timeout to the SOCKS5 negotiation phase, but then upgrades the connection to TLS ...
CVE-2026-47066
- EPSS 0.7%
- Veröffentlicht 25.05.2026 14:00:39
- Zuletzt bearbeitet 27.05.2026 13:54:47
Loop with Unreachable Exit Condition ('Infinite Loop') vulnerability in benoitc hackney allows Excessive Allocation. The Alt-Svc response header parser in src/hackney_altsvc.erl does not guarantee forward progress. When parse_token/2 receives a non-t...
CVE-2026-47069
- EPSS 0.37%
- Veröffentlicht 25.05.2026 14:00:39
- Zuletzt bearbeitet 27.05.2026 13:53:28
Improper Neutralization of CRLF Sequences ('CRLF Injection') vulnerability in benoitc hackney allows HTTP Response Splitting. The hackney_cookie:setcookie/3 function in src/hackney_cookie.erl validates the Name and Value arguments against CRLF and co...