Search Results (1 CVEs found)

CVE Vendors Products Updated CVSS v3.1
CVE-2026-31842 1 Tinyproxy Project 1 Tinyproxy 2026-08-10 7.5 High
Tinyproxy through 1.11.3 is vulnerable to HTTP request parsing desynchronization due to a case-sensitive comparison of the Transfer-Encoding header in src/reqs.c. The is_chunked_transfer function uses strcmp to compare the header value against "chunked", even though RFC 7230 specifies that transfer-coding names are case-insensitive.