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

exploitDog

rocky логотип

RLSA-2025:17776

Опубликовано: 18 окт. 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: HID: core: Harden s32ton() against conversion to 0 bits (CVE-2025-38556)

  • kernel: wifi: ath12k: Decrement TID on RX peer frag setup error handling (CVE-2025-39761)

  • kernel: ALSA: usb-audio: Validate UAC3 cluster segment descriptors (CVE-2025-39757)

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 10

НаименованиеАрхитектураРелизRPM
kernel-64k-debug-develaarch6455.39.1.el10_0kernel-64k-debug-devel-6.12.0-55.39.1.el10_0.aarch64.rpm
kernel-64k-debug-devel-matchedaarch6455.39.1.el10_0kernel-64k-debug-devel-matched-6.12.0-55.39.1.el10_0.aarch64.rpm
kernel-64k-develaarch6455.39.1.el10_0kernel-64k-devel-6.12.0-55.39.1.el10_0.aarch64.rpm
kernel-64k-devel-matchedaarch6455.39.1.el10_0kernel-64k-devel-matched-6.12.0-55.39.1.el10_0.aarch64.rpm
kernel-debug-develaarch6455.39.1.el10_0kernel-debug-devel-6.12.0-55.39.1.el10_0.aarch64.rpm
kernel-debug-devel-matchedaarch6455.39.1.el10_0kernel-debug-devel-matched-6.12.0-55.39.1.el10_0.aarch64.rpm
kernel-develaarch6455.39.1.el10_0kernel-devel-6.12.0-55.39.1.el10_0.aarch64.rpm
kernel-devel-matchedaarch6455.39.1.el10_0kernel-devel-matched-6.12.0-55.39.1.el10_0.aarch64.rpm
kernel-docnoarch55.39.1.el10_0kernel-doc-6.12.0-55.39.1.el10_0.noarch.rpm
perfaarch6455.39.1.el10_0perf-6.12.0-55.39.1.el10_0.aarch64.rpm

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

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

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

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

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

Moderate: kernel security update

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

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

CVSS3: 7.1
ubuntu
12 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: HID: core: Harden s32ton() against conversion to 0 bits Testing by the syzbot fuzzer showed that the HID core gets a shift-out-of-bounds exception when it tries to convert a 32-bit quantity to a 0-bit quantity. Ideally this should never occur, but there are buggy devices and some might have a report field with size set to zero; we shouldn't reject the report or the device just because of that. Instead, harden the s32ton() routine so that it returns a reasonable result instead of crashing when it is called with the number of bits set to 0 -- the same as what snto32() does.

CVSS3: 7.1
redhat
12 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: HID: core: Harden s32ton() against conversion to 0 bits Testing by the syzbot fuzzer showed that the HID core gets a shift-out-of-bounds exception when it tries to convert a 32-bit quantity to a 0-bit quantity. Ideally this should never occur, but there are buggy devices and some might have a report field with size set to zero; we shouldn't reject the report or the device just because of that. Instead, harden the s32ton() routine so that it returns a reasonable result instead of crashing when it is called with the number of bits set to 0 -- the same as what snto32() does.