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

exploitDog

rocky логотип

RLSA-2026:54246

Опубликовано: 13 авг. 2026
Источник: rocky
Оценка: Moderate

Описание

Moderate: kernel security update

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

Security Fix(es):

  • kernel: udf: fix partition descriptor append bookkeeping (CVE-2026-45991)

  • kernel: ice: fix double-free of tx_buf skb (CVE-2026-53009)

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
bpftoolaarch64553.155.1.el8_10bpftool-4.18.0-553.155.1.el8_10.aarch64.rpm
kernelaarch64553.155.1.el8_10kernel-4.18.0-553.155.1.el8_10.aarch64.rpm
kernel-abi-stablelistsnoarch553.155.1.el8_10kernel-abi-stablelists-4.18.0-553.155.1.el8_10.noarch.rpm
kernel-coreaarch64553.155.1.el8_10kernel-core-4.18.0-553.155.1.el8_10.aarch64.rpm
kernel-debugaarch64553.155.1.el8_10kernel-debug-4.18.0-553.155.1.el8_10.aarch64.rpm
kernel-debug-coreaarch64553.155.1.el8_10kernel-debug-core-4.18.0-553.155.1.el8_10.aarch64.rpm
kernel-debug-develaarch64553.155.1.el8_10kernel-debug-devel-4.18.0-553.155.1.el8_10.aarch64.rpm
kernel-debuginfo-common-aarch64aarch64553.155.1.el8_10kernel-debuginfo-common-aarch64-4.18.0-553.155.1.el8_10.aarch64.rpm
kernel-debug-modulesaarch64553.155.1.el8_10kernel-debug-modules-4.18.0-553.155.1.el8_10.aarch64.rpm
kernel-debug-modules-extraaarch64553.155.1.el8_10kernel-debug-modules-extra-4.18.0-553.155.1.el8_10.aarch64.rpm

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

Связанные CVE

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

oracle-oval
28 дней назад

ELSA-2026-54246: kernel security update (MODERATE)

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

In the Linux kernel, the following vulnerability has been resolved: udf: fix partition descriptor append bookkeeping Mounting a crafted UDF image with repeated partition descriptors can trigger a heap out-of-bounds write in part_descs_loc[]. handle_partition_descriptor() deduplicates entries by partition number, but appended slots never record partnum. As a result duplicate Partition Descriptors are appended repeatedly and num_part_descs keeps growing. Once the table is full, the growth path still sizes the allocation from partnum even though inserts are indexed by num_part_descs. If partnum is already aligned to PART_DESC_ALLOC_STEP, ALIGN(partnum, step) can keep the old capacity and the next append writes past the end of the table. Store partnum in the appended slot and size growth from the next append count so deduplication and capacity tracking follow the same model.

CVSS3: 6.6
redhat
4 месяца назад

In the Linux kernel, the following vulnerability has been resolved: udf: fix partition descriptor append bookkeeping Mounting a crafted UDF image with repeated partition descriptors can trigger a heap out-of-bounds write in part_descs_loc[]. handle_partition_descriptor() deduplicates entries by partition number, but appended slots never record partnum. As a result duplicate Partition Descriptors are appended repeatedly and num_part_descs keeps growing. Once the table is full, the growth path still sizes the allocation from partnum even though inserts are indexed by num_part_descs. If partnum is already aligned to PART_DESC_ALLOC_STEP, ALIGN(partnum, step) can keep the old capacity and the next append writes past the end of the table. Store partnum in the appended slot and size growth from the next append count so deduplication and capacity tracking follow the same model.

CVSS3: 7.8
nvd
4 месяца назад

In the Linux kernel, the following vulnerability has been resolved: udf: fix partition descriptor append bookkeeping Mounting a crafted UDF image with repeated partition descriptors can trigger a heap out-of-bounds write in part_descs_loc[]. handle_partition_descriptor() deduplicates entries by partition number, but appended slots never record partnum. As a result duplicate Partition Descriptors are appended repeatedly and num_part_descs keeps growing. Once the table is full, the growth path still sizes the allocation from partnum even though inserts are indexed by num_part_descs. If partnum is already aligned to PART_DESC_ALLOC_STEP, ALIGN(partnum, step) can keep the old capacity and the next append writes past the end of the table. Store partnum in the appended slot and size growth from the next append count so deduplication and capacity tracking follow the same model.

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

udf: fix partition descriptor append bookkeeping