Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

suse-cvrf логотип

openSUSE-SU-2026:20456-1

Опубликовано: 01 апр. 2026
Источник: suse-cvrf

Описание

Security update for tinyproxy

This update for tinyproxy fixes the following issues:

Changes in tinyproxy:

  • CVE-2026-3945: Fixed denial of service by unauthenticated remote attacker (boo#1261024)

  • Update to release 1.11.3

    • conf: add BasicAuthRealm feature
    • basic auth: fix error status 401 vs 407
    • tinyproxy.conf.5: explain what a site_spec looks like
    • tinyproxy.conf.5: add an IPv6 example to allow/deny section
    • reqs: fix integer overflow in port number processing

Список пакетов

openSUSE Leap 16.0
tinyproxy-1.11.3-bp160.1.1

Описание

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.


Затронутые продукты
openSUSE Leap 16.0:tinyproxy-1.11.3-bp160.1.1

Ссылки