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

exploitDog

oracle-oval логотип

ELSA-2025-19566

Опубликовано: 04 нояб. 2025
Источник: oracle-oval
Платформа: Oracle Linux 10

Описание

ELSA-2025-19566: osbuild-composer security update (MODERATE)

[134.1-3.0.1]

  • Add OL10 support
  • Update repository URLs for baseos, appstream and UERK
  • Fix the label for UEKR repository
  • Simplify repository names [JIRA: OLDIS-35893]
  • Ensure build on latest golang: CVE-2024-34156
  • Refactor patches to fix some naming and set a correct kernel for Oracle Linux [Orabug: 37253643]
  • Support using OCI variables inside built images [JIRA: OLDIS-35302]
  • Support using repository definitons with OCI variables [JIRA: OLDIS-38657]
  • Update repositories to contain OCI variables
  • Remove image types Minimal-raw and wsl [JIRA: OLDIS-38123]
  • Increase default /boot size to 1GB [Orabug: 36827079]
  • Add support for OCI hybrid images [JIRA: OLDIS-33593]
  • enable aarch64 OCI image builds [JIRA: OLDIS-33593]
  • support for building OL8/9 images on Oracle Linux 9 [Orabug: 36400619]
  • Rebuild for CVE-2025-22871

[134.1-3]

  • Fix json tailoring blueprint conversion Resolves: RHEL-115392
  • Fix unclosed logrus logging pipes Resolves: RHEL-121533
  • Update go-jose dependency Resolves: RHEL-82957 (CVE-2025-27144)

Обновленные пакеты

Oracle Linux 10

Oracle Linux aarch64

osbuild-composer

134.1-3.0.1.el10_0

osbuild-composer-core

134.1-3.0.1.el10_0

osbuild-composer-worker

134.1-3.0.1.el10_0

Oracle Linux x86_64

osbuild-composer

134.1-3.0.1.el10_0

osbuild-composer-core

134.1-3.0.1.el10_0

osbuild-composer-worker

134.1-3.0.1.el10_0

Связанные CVE

Связанные уязвимости

ubuntu
10 месяцев назад

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.

CVSS3: 7.5
redhat
10 месяцев назад

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.

nvd
10 месяцев назад

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.

msrc
9 месяцев назад

Описание отсутствует

debian
10 месяцев назад

Go JOSE provides an implementation of the Javascript Object Signing an ...