Logo
vulnerabilityCVE-2026-31842
Name
CVE-2026-31842
Source
NVD ( link)Debian ( link)
Description
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. By sending a request with Transfer-Encoding: Chunked, an unauthenticated remote attacker can cause Tinyproxy to misinterpret the request as having no body. In this state, Tinyproxy sets content_length.client to -1, skips pull_client_data_chunked(), forwards request headers upstream, and transitions into relay_connection() raw TCP forwarding while unread body data remains buffered. This leads to inconsistent request state between Tinyproxy and backend servers. RFC-compliant backends (e.g., Node.js, Nginx) will continue waiting for chunked body data, causing connections to hang indefinitely. This behavior enables application-level denial of service through backend worker exhaustion. Additionally, in deployments where Tinyproxy is used for request-body inspection, filtering, or security enforcement, the unread body may be forwarded without proper inspection, resulting in potential security control bypass.
Published Date
Updated Date
Workaround
-

Analysis#


Affected Component
Analysis
tinyproxy
Exploitable

Vulnerability Ratings#


8.7
CVSSv4
7.5
CVSSv31
7.8
CVSSv2
NaN
other

Others affected components#


Name
Project
Project Version
Version
Status
buildroot
2025.02.x
1.11.2
Exploitable
buildroot
master
1.11.2
Exploitable
openwrt
master
1.11.1-r4
Exploitable
openwrt
openwrt-25.12
1.11.1-r3
Exploitable
yocto
master
1.11.3
Exploitable
yocto
scarthgap
1.11.1
Exploitable