SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-66752

MEDIUM · CVSS 5.4 EPSS 0.24% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-28 · Last synced 2026-08-27

CyberRota Analysis

AI-Generated

The vulnerability affects tiny-http versions up to 0.12.0, allowing remote attackers to exploit improper parsing of the Transfer-Encoding header, leading to HTTP request smuggling. This can result in desynchronized request handling between the library and front-end proxies, potentially allowing attackers to manipulate requests and exhaust server resources without triggering errors. Organizations using tiny-http should prioritize patching this vulnerability to mitigate risks associated with request smuggling and resource exhaustion.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit
GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-66752
Severity
MEDIUM
CVSS
5.4
EPSS
0.24%

Original NVD Description

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.