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

exploitDog

rocky логотип

RLSA-2025:11428

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

Описание

Important: kernel security update

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

Security Fix(es):

  • kernel: media: uvcvideo: Remove dangling pointers (CVE-2024-58002)

  • kernel: media: uvcvideo: Fix double free in error path (CVE-2024-57980)

  • kernel: wifi: iwlwifi: limit printed string from FW file (CVE-2025-21905)

  • kernel: mm/huge_memory: fix dereferencing invalid pmd migration entry (CVE-2025-37958)

  • kernel: sunrpc: handle SVC_GARBAGE during svc auth processing as auth error (CVE-2025-38089)

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
kernelx86_6455.22.1.el10_0kernel-6.12.0-55.22.1.el10_0.x86_64.rpm
kernel-abi-stablelistsnoarch55.22.1.el10_0kernel-abi-stablelists-6.12.0-55.22.1.el10_0.noarch.rpm
kernel-corex86_6455.22.1.el10_0kernel-core-6.12.0-55.22.1.el10_0.x86_64.rpm
kernel-debugx86_6455.22.1.el10_0kernel-debug-6.12.0-55.22.1.el10_0.x86_64.rpm
kernel-debug-corex86_6455.22.1.el10_0kernel-debug-core-6.12.0-55.22.1.el10_0.x86_64.rpm
kernel-debuginfo-common-x86_64x86_6455.22.1.el10_0kernel-debuginfo-common-x86_64-6.12.0-55.22.1.el10_0.x86_64.rpm
kernel-debug-modulesx86_6455.22.1.el10_0kernel-debug-modules-6.12.0-55.22.1.el10_0.x86_64.rpm
kernel-debug-modules-corex86_6455.22.1.el10_0kernel-debug-modules-core-6.12.0-55.22.1.el10_0.x86_64.rpm
kernel-debug-modules-extrax86_6455.22.1.el10_0kernel-debug-modules-extra-6.12.0-55.22.1.el10_0.x86_64.rpm
kernel-debug-uki-virtx86_6455.22.1.el10_0kernel-debug-uki-virt-6.12.0-55.22.1.el10_0.x86_64.rpm

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

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

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

ELSA-2025-11428: kernel security update (IMPORTANT)

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

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

rocky
3 месяца назад

Moderate: kernel security update

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

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

CVSS3: 7.8
ubuntu
8 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix double free in error path If the uvc_status_init() function fails to allocate the int_urb, it will free the dev->status pointer but doesn't reset the pointer to NULL. This results in the kfree() call in uvc_status_cleanup() trying to double-free the memory. Fix it by resetting the dev->status pointer to NULL after freeing it. Reviewed by: Ricardo Ribalda <ribalda@chromium.org>