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

exploitDog

suse-cvrf логотип

SUSE-SU-2025:0980-1

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

Описание

Security update for apptainer

This update for apptainer fixes the following issues:

  • CVE-2025-27144: Fixed Denial of Service in Go JOSE's Parsing (bsc#1237679).
  • CVE-2024-45338: Fixed denial of service due to non-linear parsing of case-insensitive content (bsc#1234794).
  • CVE-2024-45337: Fixed Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto (bsc#1234595).
  • CVE-2025-22870: Fixed proxy bypass using IPv6 zone IDs (bsc#1238611).
  • CVE-2025-22869: Fixed Denial of Service in the Key Exchange of golang.org/x/crypto/ssh (bsc#1239341).
  • CVE-2024-41110: Fixed Authz zero length regression (bsc#1228324).

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

SUSE Linux Enterprise Module for HPC 15 SP6
apptainer-1.3.6-150600.4.9.1
apptainer-sle15_6-1.3.6-150600.4.9.1
openSUSE Leap 15.6
apptainer-1.3.6-150600.4.9.1
apptainer-leap-1.3.6-150600.4.9.1
apptainer-sle15_5-1.3.6-150600.4.9.1
apptainer-sle15_6-1.3.6-150600.4.9.1

Описание

Moby is an open-source project created by Docker for software containerization. A security vulnerability has been detected in certain versions of Docker Engine, which could allow an attacker to bypass authorization plugins (AuthZ) under specific circumstances. The base likelihood of this being exploited is low. Using a specially-crafted API request, an Engine API client could make the daemon forward the request or response to an authorization plugin without the body. In certain circumstances, the authorization plugin may allow a request which it would have otherwise denied if the body had been forwarded to it. A security issue was discovered In 2018, where an attacker could bypass AuthZ plugins using a specially crafted API request. This could lead to unauthorized actions, including privilege escalation. Although this issue was fixed in Docker Engine v18.09.1 in January 2019, the fix was not carried forward to later major versions, resulting in a regression. Anyone who depends on authorization plugins that introspect the request and/or response body to make access control decisions is potentially impacted. Docker EE v19.03.x and all versions of Mirantis Container Runtime are not vulnerable. docker-ce v27.1.1 containes patches to fix the vulnerability. Patches have also been merged into the master, 19.03, 20.0, 23.0, 24.0, 25.0, 26.0, and 26.1 release branches. If one is unable to upgrade immediately, avoid using AuthZ plugins and/or restrict access to the Docker API to trusted parties, following the principle of least privilege.


Затронутые продукты
SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1
SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1
openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1
openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1

Ссылки

Описание

Applications and libraries which misuse connection.serverAuthenticate (via callback field ServerConfig.PublicKeyCallback) may be susceptible to an authorization bypass. The documentation for ServerConfig.PublicKeyCallback says that "A call to this function does not guarantee that the key offered is in fact used to authenticate." Specifically, the SSH protocol allows clients to inquire about whether a public key is acceptable before proving control of the corresponding private key. PublicKeyCallback may be called with multiple keys, and the order in which the keys were provided cannot be used to infer which key the client successfully authenticated with, if any. Some applications, which store the key(s) passed to PublicKeyCallback (or derived information) and make security relevant determinations based on it once the connection is established, may make incorrect assumptions. For example, an attacker may send public keys A and B, and then authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B for which the attacker does not actually control the private key. Since this API is widely misused, as a partial mitigation golang.org/x/cry...@v0.31.0 enforces the property that, when successfully authenticating via public key, the last key passed to ServerConfig.PublicKeyCallback will be the key used to authenticate the connection. PublicKeyCallback will now be called multiple times with the same key, if necessary. Note that the client may still not control the last key passed to PublicKeyCallback if the connection is then authenticated with a different method, such as PasswordCallback, KeyboardInteractiveCallback, or NoClientAuth. Users should be using the Extensions field of the Permissions return value from the various authentication callbacks to record data associated with the authentication attempt instead of referencing external state. Once the connection is established the state corresponding to the successful authentication attempt can be retrieved via the ServerConn.Permissions field. Note that some third-party libraries misuse the Permissions type by sharing it across authentication attempts; users of third-party libraries should refer to the relevant projects for guidance.


Затронутые продукты
SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1
SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1
openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1
openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1

Ссылки

Описание

An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.


Затронутые продукты
SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1
SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1
openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1
openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1

Ссылки

Описание

SSH servers which implement file transfer protocols are vulnerable to a denial of service attack from clients which complete the key exchange slowly, or not at all, causing pending content to be read into memory, but never transmitted.


Затронутые продукты
SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1
SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1
openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1
openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1

Ссылки

Описание

Matching of hosts against proxy patterns can improperly treat an IPv6 zone ID as a hostname component. For example, when the NO_PROXY environment variable is set to "*.example.com", a request to "[::1%25.example.com]:80` will incorrectly match and not be proxied.


Затронутые продукты
SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1
SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1
openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1
openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1

Ссылки

Описание

Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. In versions on the 4.x branch prior to version 4.0.5, when parsing compact JWS or JWE input, Go JOSE could use excessive memory. The code used strings.Split(token, ".") to split JWT tokens, which is vulnerable to excessive memory consumption when processing maliciously crafted tokens with a large number of `.` characters. An attacker could exploit this by sending numerous malformed tokens, leading to memory exhaustion and a Denial of Service. Version 4.0.5 fixes this issue. As a workaround, applications could pre-validate that payloads passed to Go JOSE do not contain an excessive number of `.` characters.


Затронутые продукты
SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-1.3.6-150600.4.9.1
SUSE Linux Enterprise Module for HPC 15 SP6:apptainer-sle15_6-1.3.6-150600.4.9.1
openSUSE Leap 15.6:apptainer-1.3.6-150600.4.9.1
openSUSE Leap 15.6:apptainer-leap-1.3.6-150600.4.9.1

Ссылки
Уязвимость SUSE-SU-2025:0980-1