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.
Conclusion & alert: CVE-2026-31842 is rated High Exploit Risk (69.8/100): CVSS High severity, with medium exploitation likelihood (EPSS 0.90%). Core evidence: 2 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ | |
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.06% | 0.90% | +0.84% |
| 2 | 2026-04-13 | 0.05% | 0.06% | +0.01% |
| 3 | 2026-04-07 | — | 0.05% | — |
Full EPSS history (3 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 8.7 | 4.0 | HIGH |
|
— | — | 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c |
| 7.5 | 3.1 | HIGH |
|
3.9 | 3.6 | 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c |
| 7.8 | 2.0 | HIGH |
|
10.0 | 6.9 | 309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c |
| vendor | priority | summary | link |
|---|---|---|---|
debian
|
not yet assigned | CVE-2026-31842 not yet assigned priority: Debian including 1 source packages (tinyproxy), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): open 5. | https://security-tracker.debian.org/tracker/CVE-2026-31842 |
ubuntu
|
medium | CVE-2026-31842 medium priority: Ubuntu including 1 source packages (tinyproxy), 8 status rows across 8 suites (bionic, focal, jammy, noble, questing, trusty, upstream, xenial): needs-triage 8. | https://ubuntu.com/security/CVE-2026-31842 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| tinyproxy_project | tinyproxy | <= 1.11.3 | cpe:2.3:a:tinyproxy_project:tinyproxy:*:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://datatracker.ietf.org/doc/html/rfc7230 | Exploit Technical Description |
| https://github.com/tinyproxy/tinyproxy | Product |
| https://github.com/tinyproxy/tinyproxy/issues/604 | Exploit Issue Tracking |