CVE-2026-3945

Severity CVSS v4.0:
HIGH
Type:
CWE-190 Integer Overflow or Wraparound
Publication date:
30/03/2026
Last modified:
30/03/2026

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