Logo
vulnerabilityCVE-2026-3945
Name
CVE-2026-3945
Source
NVD ( link)Debian ( link)
Description
An integer overflow vulnerability in the HTTP chunked transfer encoding parser in tinyproxy up to and including version 1.11.3 allows an unauthenticated remote attacker to cause a denial of service (DoS). The issue occurs because chunk size values are parsed using strtol() without properly validating overflow conditions (e.g., errno == ERANGE). A crafted chunk size such as 0x7fffffffffffffff (LONG_MAX) bypasses the existing validation check (chunklen < 0), leading to a signed integer overflow during arithmetic operations (chunklen + 2). This results in incorrect size calculations, causing the proxy to attempt reading an extremely large amount of request-body data and holding worker connections open indefinitely. An attacker can exploit this behavior to exhaust all available worker slots, preventing new connections from being accepted and causing complete service unavailability. Upstream addressed this issue in commit bb7edc4; however, the latest stable release (1.11.3) remains affected at the time of publication.
Published Date
Updated Date
Workaround
-
Advisories

Analysis#


Affected Component
Analysis
tinyproxy
Patched

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
Not Affected
buildroot
master
1.11.2
Not Affected
openwrt
master
1.11.1-r4
Not Affected
openwrt
openwrt-25.12
1.11.1-r3
Not Affected
yocto
kirkstone
1.11.0
Not Affected
yocto
scarthgap
1.11.1
Not Affected

Resolved with patches#


tinyproxy (yocto:master)

#
Title
Author
Resolve
1
reqs: prevent potential int overflow when parsing chunked
rofl0r <rofl0r@users.noreply.github.com>
CVE-2026-3945
2
reqs: check negative length values when reading chunked data
rofl0r <rofl0r@users.noreply.github.com>
CVE-2026-3945