Lucene search
+L

1307 matches found

Kitploit
Kitploit
added 2026/09/09 2:15 p.m.5 views

CVE-2026-66752-HTTP-Request-Smuggling-via-Unparsed-Transfer-Encoding-Values-tiny_http-

Security Advisory: HTTP Request Smuggling via Unparsed Transfer-Encoding Values tinyhttp Assigned CVE ID: CVE-2026-66752 Summary tinyhttp checks only whether a Transfer-Encoding header is present. It never looks at the value. Any value, including codings that are not chunked and coding lists whos...

6.3CVSS5.9AI score0.00237EPSS
SaveExploits1References1
Nuclei
Nuclei
added 2026/09/09 2:52 a.m.49 views

Apache2 - Transfer-Encoding Chunked XSS

Apache2 PHP before 5.6.38, 7.0.x before 7.0.32, 7.1.x before 7.1.22, and 7.2.x before 7.2.10 contain a reflected cross-site scripting vulnerability caused by mishandling of chunked transfer-encoding requests in sapi/apache2handler/sapiapache2.c. Attackers can execute malicious scripts via crafted...

6.1CVSS6.9AI score0.04103EPSS
SaveExploits1References5
EUVD
EUVD
added 2026/09/08 8:46 p.m.9 views

EUVD-2026-70248

HTTPX2: Conflicting Content-Length and Transfer-Encoding headers can be auto-generated...

5.6CVSS5.8AI score0.00221EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/08 2:59 a.m.4 views

CVE-2020-25613

POC root@kitploit: POST / HTTP/1.1 Host: 127.0.0.1:1080 Content-Type: text/html Content-Length: 129 Connection: keep-alive Transfer-Encoding: 0xb chunked 1 A 0 POST /flag HTTP/1.1 Host: 127.0.0.1:1080 Content-Length: 180 Connection: keep-alive Content-Type: text/html URI:...

7.5CVSS6.7AI score0.03849EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/04 7:17 a.m.6 views

CVE-2026-67181-HTTP-Request-Smuggling-via-Transfer-Encoding-Desynchronization-rouille-

Security Advisory: HTTP Request Smuggling via Transfer-Encoding Desynchronization rouille Assigned CVE ID: CVE-2026-67181 Summary rouille::proxy::proxy forwards the client's Transfer-Encoding header to the backend unchanged, but writes the request body that tinyhttp has already de-chunked. It nev...

6.3CVSS5.9AI score0.00292EPSS
SaveExploits1References1
Kitploit
Kitploit
added 2026/09/03 11:41 p.m.7 views

nodejs-http-transfer-encoding-smuggling-poc

nodejs-http-transfer-encoding-smuggling-poc PoC of HTTP Request Smuggling in nodejs CVE-2020-8287 src/index.js root@kitploit: header: 'Host', '127.0.0.1', 'Transfer-Encoding', 'chunked', 'Transfer-Encoding', 'eee' , body: 'A' header: 'Host', '127.0.0.1' , body: '' data: 'HTTP/1.1 200 OK\r\n' +...

6.5CVSS7.2AI score0.16296EPSS
SaveExploits2
RedHat Linux
RedHat Linux
added 2026/09/03 10:19 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.2CVSS8.4AI score0.00587EPSS
SaveExploits0References11
Microsoft CVE
Microsoft CVE
added 2026/09/03 8:06 a.m.14 views

inets, httpd: HTTP Request Smuggling via Transfer-Encoding and Content-Length

...

8.3CVSS5.8AI score0.00301EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/09/03 5:20 a.m.7 views

CVE-2026-73812

A flaw was found in the inets httpd server, part of Erlang/OTP. The server incorrectly processes HTTP requests that contain both Transfer-Encoding: chunked and Content-Length headers, failing to reject them or close the connection as required by RFC 9112 §6.1. When inets is deployed behind a...

8.3CVSS5.9AI score0.00301EPSS
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/03 1:22 a.m.8 views

CVE-2025-55315-detection-playground

Here are some tests that can be performed against these services to observe different behavior on GET/POST routes between the patched and unpatched versions of Kestrel. GET against unpatched sends 200 and socket remains open root@kitploit: printf 'GET / HTTP/1.1\r\nHost:...

9.9CVSS7.8AI score0.65838EPSS
SaveExploits5
Tenable Nessus
Tenable Nessus
added 2026/09/03 12:00 a.m.11 views

Linux Distros Unpatched Vulnerability : CVE-2026-84380

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - HTTPX2 is a next generation HTTP client for Python. Prior to 2.11.0, Request.prepare in src/httpx2/httpx2/models.py can add a body-derived Content-Length header...

5.6CVSS6.3AI score0.00221EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/09/02 7:03 p.m.7 views

CVE-2026-84380

A flaw was found in HTTPX2, a Python HTTP client. The Request.prepare function can incorrectly add a Content-Length header to a request that already includes a Transfer-Encoding header. This conflict in HTTP framing headers can lead to request smuggling or connection desynchronization. This could...

5.6CVSS5.8AI score0.00221EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2026/09/02 5:58 p.m.12 views

CVE-2026-84380 HTTPX2: Conflicting Content-Length and Transfer-Encoding headers can be auto-generated

HTTPX2 is a next generation HTTP client for Python. Prior to 2.11.0, Request.prepare in src/httpx2/httpx2/models.py can add a body-derived Content-Length header to a request that already contains a caller-supplied Transfer-Encoding header because its setdefault processing checks each default head...

5.6CVSS5.8AI score0.00221EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/02 5:58 p.m.5 views

CVE-2026-84380 HTTPX2: Conflicting Content-Length and Transfer-Encoding headers can be auto-generated

HTTPX2 is a next generation HTTP client for Python. Prior to 2.11.0, Request.prepare in src/httpx2/httpx2/models.py can add a body-derived Content-Length header to a request that already contains a caller-supplied Transfer-Encoding header because its setdefault processing checks each default head...

5.6CVSS5.8AI score
SaveExploits0References6
CVE
CVE
added 2026/09/02 5:58 p.m.17 views

CVE-2026-84380

HTTPX2 , a next-generation HTTP client for Python, contains a request-smuggling vulnerability prior to version 2.11.0 . The flaw resides in Request._prepare() in _models.py, where its setdefault() logic checks Content-Length and Transfer-Encoding headers independently instead of treating them as ...

5.6CVSS5.8AI score0.00221EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/02 5:58 p.m.38 views

CVE-2026-84380 HTTPX2: Conflicting Content-Length and Transfer-Encoding headers can be auto-generated

HTTPX2 is a next generation HTTP client for Python. Prior to 2.11.0, Request.prepare in src/httpx2/httpx2/models.py can add a body-derived Content-Length header to a request that already contains a caller-supplied Transfer-Encoding header because its setdefault processing checks each default head...

5.6CVSS0.00221EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/09/02 8:07 a.m.7 views

OTP: inets: inets: HTTP Request Smuggling allows bypassing security controls

A flaw was found in the inets httpd server, part of Erlang/OTP. The server incorrectly processes HTTP requests that contain both Transfer-Encoding: chunked and Content-Length headers, failing to reject them or close the connection as required by RFC 9112 §6.1. When inets is deployed behind a...

8.3CVSS5.8AI score0.00301EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/09/02 12:00 a.m.15 views

PT-2026-84846

Name of the Vulnerable Software and Affected Versions HTTPX2 versions prior to 2.11.0 Description The Request. prepare function in src/httpx2/httpx2/ models.py can add a body-derived Content-Length header to a request that already contains a caller-supplied Transfer-Encoding header. This occurs...

5.6CVSS5.8AI score0.00221EPSS
SaveExploits0References10
EUVD
EUVD
added 2026/09/01 2:59 p.m.8 views

EUVD-2026-69381

Missing Release of Resource after Effective Lifetime vulnerability in Erlang/OTP inets httpd allows an unauthenticated remote attacker to cause denial of service by sending a request with a chunked body whose chunk-size line is not a hexadecimal number. The worker serving the connection is never...

8.7CVSS5.9AI score0.00686EPSS
SaveExploits0References7
CVE
CVE
added 2026/09/01 2:42 p.m.38 views

CVE-2026-73812

Erlang/OTP inets (HTTP server module) is vulnerable to HTTP Request Smuggling (CL.TE desync) when deployed behind a Content-Length-preferring front-end proxy. The root cause is in httpd:check_header/3 , which rejects duplicate Content-Length headers but never validates the simultaneous presence o...

8.3CVSS5.9AI score0.00301EPSS
SaveExploits0References4
Rows per page
Query Builder