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

exploitDog

suse-cvrf логотип

openSUSE-SU-2026:20412-1

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

Описание

Security update for salt

This update for salt fixes the following issues:

Changes in salt:

  • Security issues fixed:

    • CVE-2025-67724: fixed missing validation of supplied reason phrase (bsc#1254903)
    • CVE-2025-67725: fixed DoS via malicious HTTP request (bsc#1254905)
    • CVE-2025-67726: fixed HTTP header parameter parsing algorithm (bsc#1254904)
  • Fixed KeyError in postgres module with PostgreSQL 17 (bsc#1254325)

  • Use internal deb classes instead of external aptsource lib

  • Improved performance of wheel key.finger call (bsc#1240532)

  • Improved performance of utils.find_json function (bsc#1246130)

  • Extend warn_until period to 2027

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

openSUSE Leap 16.0
python313-salt-3006.0-160000.4.1
python313-salt-testsuite-3006.0-160000.4.1
salt-3006.0-160000.4.1
salt-api-3006.0-160000.4.1
salt-bash-completion-3006.0-160000.4.1
salt-cloud-3006.0-160000.4.1
salt-doc-3006.0-160000.4.1
salt-fish-completion-3006.0-160000.4.1
salt-master-3006.0-160000.4.1
salt-minion-3006.0-160000.4.1
salt-proxy-3006.0-160000.4.1
salt-ssh-3006.0-160000.4.1
salt-standalone-formulas-configuration-3006.0-160000.4.1
salt-syndic-3006.0-160000.4.1
salt-transactional-update-3006.0-160000.4.1
salt-zsh-completion-3006.0-160000.4.1

Описание

When reading an HTTP response from a server, if no read amount is specified, the default behavior will be to use Content-Length. This allows a malicious server to cause the client to read large amounts of data into memory, potentially causing OOM or other DoS.


Затронутые продукты
openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1
openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1
openSUSE Leap 16.0:salt-3006.0-160000.4.1
openSUSE Leap 16.0:salt-api-3006.0-160000.4.1

Ссылки

Описание

Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, the supplied reason phrase is used unescaped in HTTP headers (where it could be used for header injection) or in HTML in the default error page (where it could be used for XSS) and can be exploited by passing untrusted or malicious data into the reason argument. Used by both RequestHandler.set_status and tornado.web.HTTPError, the argument is designed to allow applications to pass custom "reason" phrases (the "Not Found" in HTTP/1.1 404 Not Found) to the HTTP status line (mainly for non-standard status codes). This issue is fixed in version 6.5.3.


Затронутые продукты
openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1
openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1
openSUSE Leap 16.0:salt-3006.0-160000.4.1
openSUSE Leap 16.0:salt-api-3006.0-160000.4.1

Ссылки

Описание

Tornado is a Python web framework and asynchronous networking library. In versions 6.5.2 and below, a single maliciously crafted HTTP request can block the server's event loop for an extended period, caused by the HTTPHeaders.add method. The function accumulates values using string concatenation when the same header name is repeated, causing a Denial of Service (DoS). Due to Python string immutability, each concatenation copies the entire string, resulting in O(n^2) time complexity. The severity can vary from high if max_header_size has been increased from its default, to low if it has its default value of 64KB. This issue is fixed in version 6.5.3.


Затронутые продукты
openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1
openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1
openSUSE Leap 16.0:salt-3006.0-160000.4.1
openSUSE Leap 16.0:salt-api-3006.0-160000.4.1

Ссылки

Описание

Tornado is a Python web framework and asynchronous networking library. Versions 6.5.2 and below use an inefficient algorithm when parsing parameters for HTTP header values, potentially causing a DoS. The _parseparam function in httputil.py is used to parse specific HTTP header values, such as those in multipart/form-data and repeatedly calls string.count() within a nested loop while processing quoted semicolons. If an attacker sends a request with a large number of maliciously crafted parameters in a Content-Disposition header, the server's CPU usage increases quadratically (O(n^2)) during parsing. Due to Tornado's single event loop architecture, a single malicious request can cause the entire server to become unresponsive for an extended period. This issue is fixed in version 6.5.3.


Затронутые продукты
openSUSE Leap 16.0:python313-salt-3006.0-160000.4.1
openSUSE Leap 16.0:python313-salt-testsuite-3006.0-160000.4.1
openSUSE Leap 16.0:salt-3006.0-160000.4.1
openSUSE Leap 16.0:salt-api-3006.0-160000.4.1

Ссылки
Уязвимость openSUSE-SU-2026:20412-1