Lucene search
+L

8149 matches found

RedHat Linux
RedHat Linux
added 2026/09/16 12:36 p.m.8 views

libevent: libevent: Multiple HTTP Parser Bugs Enable Request Smuggling

A flaw was found in libevent. The evhttp parser in libevent's http.c component inconsistently handles HTTP Transfer-Encoding headers and chunked framing. This inconsistency allows an unauthenticated remote attacker to desynchronize request boundaries when libevent is used behind a proxy. Successf...

9.2CVSS0.00587EPSS
SaveExploits0References11
RedHat Linux
RedHat Linux
added 2026/09/16 12:30 p.m.6 views

libevent: libevent: Multiple HTTP Parser Bugs Enable Request Smuggling

A flaw was found in libevent. The evhttp parser in libevent's http.c component inconsistently handles HTTP Transfer-Encoding headers and chunked framing. This inconsistency allows an unauthenticated remote attacker to desynchronize request boundaries when libevent is used behind a proxy. Successf...

9.2CVSS0.00587EPSS
SaveExploits0References11
RedHat Linux
RedHat Linux
added 2026/09/16 12:30 p.m.6 views

libevent: Libevent: HTTP header handling bugs create risk of access control bypass.

A flaw was found in libevent. The evhttpdecodeuriinternal function in http.c decodes percent-encoded %00 bytes into literal NUL characters without rejecting them, allowing an attacker to craft a URI such as /admin/secret%00.jpg where extension-based access checks see .jpg but the server processes...

9.2CVSS0.00403EPSS
SaveExploits0References9
OSV
OSV
added 2026/09/16 12:00 a.m.6 views

UBUNTU-CVE-2023-54397

Tornado before 6.3.3 contains an HTTP request smuggling vulnerability...

9CVSS0.00367EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2026/09/16 12:00 a.m.7 views

CVE-2023-54397

Tornado before 6.3.3 contains an HTTP request smuggling vulnerability...

9CVSS5.7AI score0.00367EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/15 11:30 p.m.12 views

CVE-2024-40725

Herramienta de Detección de HTTP Request Smuggling Este repositorio contiene una herramienta basada en Python para detectar vulnerabilidades de HTTP Request Smuggling, dirigida específicamente a CVE-2024-40725. La herramienta intenta explotar esta vulnerabilidad en el servidor HTTP Apache enviand...

5.3CVSS7AI score0.04168EPSS
SaveExploits4
NVD
NVD
added 2026/09/15 8:17 p.m.4 views

CVE-2026-69217

Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, Ember’s HTTP/1.1 parser accepts differing duplicate Content-Length headers and uses the last value instead of rejecting the message. When an Ember server is behind a keep-alive intermediary that selects a different...

8.7CVSS0.00499EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/15 8:17 p.m.7 views

CVE-2026-69205

Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, Ember’s HeaderP.parse uses a case-sensitive substring test for the Transfer-Encoding value and decodes header bytes with the platform default charset. Values such as Chunked are not recognized, values such as notchunke...

8.7CVSS0.00396EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2026/09/15 8:01 p.m.7 views

Http4s: Ember chunk parser lenience (TE.TE request smuggling)

Summary Ember's chunk decoder parses the size token leniently: it strips leading and trailing whitespace and accepts a leading + or - sign. RFC9112 §7.1 defines chunk-size = 1HEXDIG. An intermediary that parses the chunk boundary differently or rejects it will disagree with Ember on request...

5.4CVSS5.8AI score0.00242EPSS
SaveExploits0References5Affected Software3
Cvelist
Cvelist
added 2026/09/15 7:20 p.m.27 views

CVE-2026-69217 Http4s: Ember Server accepts duplicate Content-Length headers

Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, Ember’s HTTP/1.1 parser accepts differing duplicate Content-Length headers and uses the last value instead of rejecting the message. When an Ember server is behind a keep-alive intermediary that selects a different...

8.7CVSS0.00499EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/15 7:20 p.m.10 views

CVE-2026-69217

Http4s (a Scala HTTP service interface) is vulnerable to CL.CL request smuggling due to its Ember HTTP/1.1 parser accepting differing duplicate Content-Length headers and using the last value instead of rejecting the message. Affected versions are prior to 0.23.35 and 1.0.0-M47 . When an Ember se...

8.7CVSS5.7AI score0.00499EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/15 7:20 p.m.7 views

EUVD-2026-79193

Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, Ember’s HTTP/1.1 parser accepts differing duplicate Content-Length headers and uses the last value instead of rejecting the message. When an Ember server is behind a keep-alive intermediary that selects a different...

8.7CVSS5.7AI score0.00499EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/15 7:20 p.m.8 views

CVE-2026-69217 Http4s: Ember Server accepts duplicate Content-Length headers

Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, Ember’s HTTP/1.1 parser accepts differing duplicate Content-Length headers and uses the last value instead of rejecting the message. When an Ember server is behind a keep-alive intermediary that selects a different...

8.7CVSS5.7AI score
SaveExploits0References6
NVD
NVD
added 2026/09/15 7:17 p.m.5 views

CVE-2026-69216

Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, Ember’s chunk decoder trims the chunk-size token and accepts leading plus or minus signs instead of requiring one or more hexadecimal digits followed by the required CRLF. When an intermediary forwards chunked data...

5.4CVSS0.00242EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/15 7:17 p.m.4 views

CVE-2026-69204

Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, Ember HTTP/1.1 does not reject messages containing both Transfer-Encoding and Content-Length, so an intermediary and Ember can select different body framing rules. When ember-server is behind a keep-alive intermediary...

9.2CVSS0.00331EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/15 7:15 p.m.5 views

EUVD-2026-79190

Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, Ember’s HeaderP.parse uses a case-sensitive substring test for the Transfer-Encoding value and decodes header bytes with the platform default charset. Values such as Chunked are not recognized, values such as notchunke...

8.7CVSS5.6AI score0.00396EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2026/09/15 7:15 p.m.8 views

CVE-2026-69205 Http4s: Ember Transfer-Encoding value parsing (TE.CL / TE.0 request smuggling)

Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, Ember’s HeaderP.parse uses a case-sensitive substring test for the Transfer-Encoding value and decodes header bytes with the platform default charset. Values such as Chunked are not recognized, values such as notchunke...

8.7CVSS5.6AI score0.00396EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/15 7:15 p.m.24 views

CVE-2026-69205 Http4s: Ember Transfer-Encoding value parsing (TE.CL / TE.0 request smuggling)

Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, Ember’s HeaderP.parse uses a case-sensitive substring test for the Transfer-Encoding value and decodes header bytes with the platform default charset. Values such as Chunked are not recognized, values such as notchunke...

8.7CVSS0.00396EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/15 7:15 p.m.6 views

CVE-2026-69205 Http4s: Ember Transfer-Encoding value parsing (TE.CL / TE.0 request smuggling)

Http4s is a Scala interface for HTTP services. Prior to 0.23.35 and 1.0.0-M47, Ember’s HeaderP.parse uses a case-sensitive substring test for the Transfer-Encoding value and decodes header bytes with the platform default charset. Values such as Chunked are not recognized, values such as notchunke...

8.7CVSS5.6AI score
SaveExploits0References6
CVE
CVE
added 2026/09/15 7:15 p.m.10 views

CVE-2026-69205

Http4s (a Scala HTTP library) is affected in its Ember backend, specifically the HeaderP.parse function, which uses a case-sensitive substring test for the Transfer-Encoding value and decodes header bytes with the platform default charset. This causes mismatches with RFC-compliant intermediaries,...

8.7CVSS5.6AI score0.00396EPSS
SaveExploits0References4
Rows per page
Query Builder