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

exploitDog

rocky логотип

RLSA-2026:9131

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

Описание

Important: kernel security update

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

Security Fix(es):

  • kernel: scsi: qla2xxx: Fix improper freeing of purex item (CVE-2025-68741)

  • kernel: ALSA: aloop: Fix racy access at PCM trigger (CVE-2026-23191)

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
kernel-abi-stablelistsnoarch553.120.1.el8_10kernel-abi-stablelists-4.18.0-553.120.1.el8_10.noarch.rpm
kernel-docnoarch553.120.1.el8_10kernel-doc-4.18.0-553.120.1.el8_10.noarch.rpm
bpftoolaarch64553.120.1.el8_10bpftool-4.18.0-553.120.1.el8_10.aarch64.rpm
kernelaarch64553.120.1.el8_10kernel-4.18.0-553.120.1.el8_10.aarch64.rpm
kernel-coreaarch64553.120.1.el8_10kernel-core-4.18.0-553.120.1.el8_10.aarch64.rpm
kernel-debugaarch64553.120.1.el8_10kernel-debug-4.18.0-553.120.1.el8_10.aarch64.rpm
kernel-debug-coreaarch64553.120.1.el8_10kernel-debug-core-4.18.0-553.120.1.el8_10.aarch64.rpm
kernel-debug-develaarch64553.120.1.el8_10kernel-debug-devel-4.18.0-553.120.1.el8_10.aarch64.rpm
kernel-debug-modulesaarch64553.120.1.el8_10kernel-debug-modules-4.18.0-553.120.1.el8_10.aarch64.rpm
kernel-debug-modules-extraaarch64553.120.1.el8_10kernel-debug-modules-extra-4.18.0-553.120.1.el8_10.aarch64.rpm

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

Связанные CVE

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

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

ELSA-2026-9131: kernel security update (IMPORTANT)

CVSS3: 9.8
ubuntu
7 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix improper freeing of purex item In qla2xxx_process_purls_iocb(), an item is allocated via qla27xx_copy_multiple_pkt(), which internally calls qla24xx_alloc_purex_item(). The qla24xx_alloc_purex_item() function may return a pre-allocated item from a per-adapter pool for small allocations, instead of dynamically allocating memory with kzalloc(). An error handling path in qla2xxx_process_purls_iocb() incorrectly uses kfree() to release the item. If the item was from the pre-allocated pool, calling kfree() on it is a bug that can lead to memory corruption. Fix this by using the correct deallocation function, qla24xx_free_purex_item(), which properly handles both dynamically allocated and pre-allocated items.

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

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix improper freeing of purex item In qla2xxx_process_purls_iocb(), an item is allocated via qla27xx_copy_multiple_pkt(), which internally calls qla24xx_alloc_purex_item(). The qla24xx_alloc_purex_item() function may return a pre-allocated item from a per-adapter pool for small allocations, instead of dynamically allocating memory with kzalloc(). An error handling path in qla2xxx_process_purls_iocb() incorrectly uses kfree() to release the item. If the item was from the pre-allocated pool, calling kfree() on it is a bug that can lead to memory corruption. Fix this by using the correct deallocation function, qla24xx_free_purex_item(), which properly handles both dynamically allocated and pre-allocated items.

CVSS3: 9.8
nvd
7 месяцев назад

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix improper freeing of purex item In qla2xxx_process_purls_iocb(), an item is allocated via qla27xx_copy_multiple_pkt(), which internally calls qla24xx_alloc_purex_item(). The qla24xx_alloc_purex_item() function may return a pre-allocated item from a per-adapter pool for small allocations, instead of dynamically allocating memory with kzalloc(). An error handling path in qla2xxx_process_purls_iocb() incorrectly uses kfree() to release the item. If the item was from the pre-allocated pool, calling kfree() on it is a bug that can lead to memory corruption. Fix this by using the correct deallocation function, qla24xx_free_purex_item(), which properly handles both dynamically allocated and pre-allocated items.

CVSS3: 5.5
msrc
7 месяцев назад

scsi: qla2xxx: Fix improper freeing of purex item