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

exploitDog

rocky логотип

RLSA-2025:11411

Опубликовано: 04 окт. 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: 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 9

НаименованиеАрхитектураРелизRPM
kernelx86_64570.28.1.el9_6kernel-5.14.0-570.28.1.el9_6.x86_64.rpm
kernel-abi-stablelistsnoarch570.28.1.el9_6kernel-abi-stablelists-5.14.0-570.28.1.el9_6.noarch.rpm
kernel-abi-stablelistsnoarch570.28.1.el9_6kernel-abi-stablelists-5.14.0-570.28.1.el9_6.noarch.rpm
kernel-abi-stablelistsnoarch570.28.1.el9_6kernel-abi-stablelists-5.14.0-570.28.1.el9_6.noarch.rpm
kernel-abi-stablelistsnoarch570.28.1.el9_6kernel-abi-stablelists-5.14.0-570.28.1.el9_6.noarch.rpm
kernel-corex86_64570.28.1.el9_6kernel-core-5.14.0-570.28.1.el9_6.x86_64.rpm
kernel-debugx86_64570.28.1.el9_6kernel-debug-5.14.0-570.28.1.el9_6.x86_64.rpm
kernel-debug-corex86_64570.28.1.el9_6kernel-debug-core-5.14.0-570.28.1.el9_6.x86_64.rpm
kernel-debug-modulesx86_64570.28.1.el9_6kernel-debug-modules-5.14.0-570.28.1.el9_6.x86_64.rpm
kernel-debug-modules-corex86_64570.28.1.el9_6kernel-debug-modules-core-5.14.0-570.28.1.el9_6.x86_64.rpm

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

Связанные CVE

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

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

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

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

Important: kernel security update

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

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

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

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Remove dangling pointers When an async control is written, we copy a pointer to the file handle that started the operation. That pointer will be used when the device is done. Which could be anytime in the future. If the user closes that file descriptor, its structure will be freed, and there will be one dangling pointer per pending async control, that the driver will try to use. Clean all the dangling pointers during release(). To avoid adding a performance penalty in the most common case (no async operation), a counter has been introduced with some logic to make sure that it is properly handled.

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

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Remove dangling pointers When an async control is written, we copy a pointer to the file handle that started the operation. That pointer will be used when the device is done. Which could be anytime in the future. If the user closes that file descriptor, its structure will be freed, and there will be one dangling pointer per pending async control, that the driver will try to use. Clean all the dangling pointers during release(). To avoid adding a performance penalty in the most common case (no async operation), a counter has been introduced with some logic to make sure that it is properly handled.