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

exploitDog

rocky логотип

RLSA-2025:3893

Опубликовано: 29 июл. 2025
Источник: rocky
Оценка: Moderate

Описание

Moderate: kernel security update

The kernel packages contain the Linux kernel, the core of any Linux operating system.

Security Fix(es):

  • kernel: xen: Xen hypercall page unsafe against speculative attacks (Xen Security Advisory 466) (CVE-2024-53241)

  • kernel: ALSA: usb-audio: Fix out of bounds reads when finding clock sources (CVE-2024-53150)

For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

Затронутые продукты

  • Rocky Linux 8

НаименованиеАрхитектураРелизRPM
bpftoolx86_64553.50.1.el8_10bpftool-4.18.0-553.50.1.el8_10.x86_64.rpm
kernelx86_64553.50.1.el8_10kernel-4.18.0-553.50.1.el8_10.x86_64.rpm
kernel-abi-stablelistsnoarch553.50.1.el8_10kernel-abi-stablelists-4.18.0-553.50.1.el8_10.noarch.rpm
kernel-abi-stablelistsnoarch553.50.1.el8_10kernel-abi-stablelists-4.18.0-553.50.1.el8_10.noarch.rpm
kernel-corex86_64553.50.1.el8_10kernel-core-4.18.0-553.50.1.el8_10.x86_64.rpm
kernel-cross-headersx86_64553.50.1.el8_10kernel-cross-headers-4.18.0-553.50.1.el8_10.x86_64.rpm
kernel-debugx86_64553.50.1.el8_10kernel-debug-4.18.0-553.50.1.el8_10.x86_64.rpm
kernel-debug-corex86_64553.50.1.el8_10kernel-debug-core-4.18.0-553.50.1.el8_10.x86_64.rpm
kernel-debug-develx86_64553.50.1.el8_10kernel-debug-devel-4.18.0-553.50.1.el8_10.x86_64.rpm
kernel-debuginfo-common-x86_64x86_64553.50.1.el8_10kernel-debuginfo-common-x86_64-4.18.0-553.50.1.el8_10.x86_64.rpm

Показывать по

Связанные CVE

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

oracle-oval
9 месяцев назад

ELSA-2025-3893: kernel security update (MODERATE)

CVSS3: 7.1
ubuntu
около 1 года назад

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix out of bounds reads when finding clock sources The current USB-audio driver code doesn't check bLength of each descriptor at traversing for clock descriptors. That is, when a device provides a bogus descriptor with a shorter bLength, the driver might hit out-of-bounds reads. For addressing it, this patch adds sanity checks to the validator functions for the clock descriptor traversal. When the descriptor length is shorter than expected, it's skipped in the loop. For the clock source and clock multiplier descriptors, we can just check bLength against the sizeof() of each descriptor type. OTOH, the clock selector descriptor of UAC2 and UAC3 has an array of bNrInPins elements and two more fields at its tail, hence those have to be checked in addition to the sizeof() check.

CVSS3: 7.1
redhat
около 1 года назад

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix out of bounds reads when finding clock sources The current USB-audio driver code doesn't check bLength of each descriptor at traversing for clock descriptors. That is, when a device provides a bogus descriptor with a shorter bLength, the driver might hit out-of-bounds reads. For addressing it, this patch adds sanity checks to the validator functions for the clock descriptor traversal. When the descriptor length is shorter than expected, it's skipped in the loop. For the clock source and clock multiplier descriptors, we can just check bLength against the sizeof() of each descriptor type. OTOH, the clock selector descriptor of UAC2 and UAC3 has an array of bNrInPins elements and two more fields at its tail, hence those have to be checked in addition to the sizeof() check.

CVSS3: 7.1
nvd
около 1 года назад

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Fix out of bounds reads when finding clock sources The current USB-audio driver code doesn't check bLength of each descriptor at traversing for clock descriptors. That is, when a device provides a bogus descriptor with a shorter bLength, the driver might hit out-of-bounds reads. For addressing it, this patch adds sanity checks to the validator functions for the clock descriptor traversal. When the descriptor length is shorter than expected, it's skipped in the loop. For the clock source and clock multiplier descriptors, we can just check bLength against the sizeof() of each descriptor type. OTOH, the clock selector descriptor of UAC2 and UAC3 has an array of bNrInPins elements and two more fields at its tail, hence those have to be checked in addition to the sizeof() check.

CVSS3: 7.1
msrc
10 месяцев назад

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