Описание
Security update for salt
This update for salt fixes the following issues:
-
Security issues fixed:
- CVE-2024-38822: Fixed Minion token validation (bsc#1244561)
- CVE-2024-38823: Fixed server vulnerability to replay attacks when not using a TLS encrypted transport (bsc#1244564)
- CVE-2024-38824: Fixed directory traversal vulnerability in recv_file method (bsc#1244565)
- CVE-2024-38825: Fixed salt.auth.pki module authentication issue (bsc#1244566)
- CVE-2025-22240: Fixed arbitrary directory creation or file deletion with GitFS (bsc#1244567)
- CVE-2025-22236: Fixed Minion event bus authorization bypass (bsc#1244568)
- CVE-2025-22241: Fixed the use of un-validated input in the VirtKey class (bsc#1244570)
- CVE-2025-22237: Fixed exploitation of the 'on demand' pillar functionality (bsc#1244571)
- CVE-2025-22238: Fixed the master's default cache vulnerability to a directory traversal attack (bsc#1244572)
- CVE-2025-22239: Fixed the arbitrary event injection on the Salt Master (bsc#1244574)
- CVE-2025-22242: Fixed a Denial of Service vulnerability through file read operation (bsc#1244575)
- CVE-2025-47287: Fixed a Denial of Service vulnerability in Tornado logging behavior (bsc#1243268)
-
Other bugs fixed:
- Added subsystem filter to udev.exportdb (bsc#1236621)
- Fixed Ubuntu 24.04 test failures
- Fixed refresh of osrelease and related grains on Python 3.10+
- Fixed issue requiring proper Python flavor for dependencies
Список пакетов
SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS
SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS
SUSE Linux Enterprise Micro 5.5
SUSE Linux Enterprise Module for Basesystem 15 SP6
SUSE Linux Enterprise Module for Server Applications 15 SP6
SUSE Linux Enterprise Module for Transactional Server 15 SP6
SUSE Linux Enterprise Server 15 SP5-LTSS
SUSE Linux Enterprise Server for SAP Applications 15 SP5
openSUSE Leap 15.6
Ссылки
- Link for SUSE-SU-2025:02501-1
- E-Mail link for SUSE-SU-2025:02501-1
- SUSE Security Ratings
- SUSE Bug 1236621
- SUSE Bug 1243268
- SUSE Bug 1244561
- SUSE Bug 1244564
- SUSE Bug 1244565
- SUSE Bug 1244566
- SUSE Bug 1244567
- SUSE Bug 1244568
- SUSE Bug 1244570
- SUSE Bug 1244571
- SUSE Bug 1244572
- SUSE Bug 1244574
- SUSE Bug 1244575
- SUSE CVE CVE-2024-38822 page
- SUSE CVE CVE-2024-38823 page
- SUSE CVE CVE-2024-38824 page
- SUSE CVE CVE-2024-38825 page
Описание
Multiple methods in the salt master skip minion token validation. Therefore a misbehaving minion can impersonate another minion.
Затронутые продукты
Ссылки
- CVE-2024-38822
- SUSE Bug 1244561
Описание
Salt's request server is vulnerable to replay attacks when not using a TLS encrypted transport.
Затронутые продукты
Ссылки
- CVE-2024-38823
- SUSE Bug 1244564
Описание
Directory traversal vulnerability in recv_file method allows arbitrary files to be written to the master cache directory.
Затронутые продукты
Ссылки
- CVE-2024-38824
- SUSE Bug 1244565
Описание
The salt.auth.pki module does not properly authenticate callers. The "password" field contains a public certificate which is validated against a CA certificate by the module. This is not pki authentication, as the caller does not need access to the corresponding private key for the authentication attempt to be accepted.
Затронутые продукты
Ссылки
- CVE-2024-38825
- SUSE Bug 1244566
Описание
Minion event bus authorization bypass. An attacker with access to a minion key can craft a message which may be able to execute a job on other minions (>= 3007.0).
Затронутые продукты
Ссылки
- CVE-2025-22236
- SUSE Bug 1244568
Описание
An attacker with access to a minion key can exploit the 'on demand' pillar functionality with a specially crafted git url which could cause and arbitrary command to be run on the master with the same privileges as the master process.
Затронутые продукты
Ссылки
- CVE-2025-22237
- SUSE Bug 1244571
Описание
Directory traversal attack in minion file cache creation. The master's default cache is vulnerable to a directory traversal attack. Which could be leveraged to write or overwrite 'cache' files outside of the cache directory.
Затронутые продукты
Ссылки
- CVE-2025-22238
- SUSE Bug 1244572
Описание
Arbitrary event injection on Salt Master. The master's "_minion_event" method can be used by and authorized minion to send arbitrary events onto the master's event bus.
Затронутые продукты
Ссылки
- CVE-2025-22239
- SUSE Bug 1244574
Описание
Arbitrary directory creation or file deletion. In the find_file method of the GitFS class, a path is created using os.path.join using unvalidated input from the "tgt_env" variable. This can be exploited by an attacker to delete any file on the Master's process has permissions to.
Затронутые продукты
Ссылки
- CVE-2025-22240
- SUSE Bug 1244567
Описание
File contents overwrite the VirtKey class is called when "on-demand pillar" data is requested and uses un-validated input to create paths to the "pki directory". The functionality is used to auto-accept Minion authentication keys based on a pre-placed "authorization file" at a specific location and is present in the default configuration.
Затронутые продукты
Ссылки
- CVE-2025-22241
- SUSE Bug 1244570
Описание
Worker process denial of service through file read operation. .A vulnerability exists in the Master's "pub_ret" method which is exposed to all minions. The un-sanitized input value "jid" is used to construct a path which is then opened for reading. An attacker could exploit this vulnerabilities by attempting to read from a filename that will not return any data, e.g. by targeting a pipe node on the proc file system.
Затронутые продукты
Ссылки
- CVE-2025-22242
- SUSE Bug 1244575
Описание
Tornado is a Python web framework and asynchronous networking library. When Tornado's ``multipart/form-data`` parser encounters certain errors, it logs a warning but continues trying to parse the remainder of the data. This allows remote attackers to generate an extremely high volume of logs, constituting a DoS attack. This DoS is compounded by the fact that the logging subsystem is synchronous. All versions of Tornado prior to 6.5.0 are affected. The vulnerable parser is enabled by default. Upgrade to Tornado version 6.50 to receive a patch. As a workaround, risk can be mitigated by blocking `Content-Type: multipart/form-data` in a proxy.
Затронутые продукты
Ссылки
- CVE-2025-47287
- SUSE Bug 1243268