๐Ÿ” CVE Alert

CVE-2026-66752

MEDIUM 5.4

tiny-http 0.12.0 HTTP Request Smuggling via Transfer-Encoding Handling

CVSS Score
5.4
EPSS Score
0.0%
EPSS Percentile
0th

tiny-http through 0.12.0 contains an HTTP request smuggling vulnerability that allows remote attackers to desynchronize request framing by sending a Transfer-Encoding header with any value, including non-chunked codings, which causes the library to unconditionally apply chunk-decoding and discard Content-Length. Attackers can exploit the discrepancy between tiny_http's improper Transfer-Encoding parsing and a correctly-implemented front-end proxy to produce two distinct interpretations of a single byte stream, enabling request smuggling, and can additionally send non-chunked bodies with non-chunked Transfer-Encoding values to cause failed body reads that tie up connections and consume worker threads without signaling errors to clients.

CWE CWE-444
Vendor tiny-http
Product tiny-http
Published Jul 28, 2026
Last Updated Jul 28, 2026
Stay Ahead of the Next One

Get instant alerts for tiny-http tiny-http

Be the first to know when new medium vulnerabilities affecting tiny-http tiny-http are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:L/A:N
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Affected Versions

tiny-http / tiny-http
0 โ‰ค 0.12.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/theopaid/HTTP-Request-Smuggling-via-Unparsed-Transfer-Encoding-Values-tiny_http-/tree/master vulncheck.com: https://www.vulncheck.com/advisories/tiny-http-http-request-smuggling-via-transfer-encoding-handling

Credits

Theodosis Paidakis