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

exploitDog

rocky логотип

RLSA-2026:49212

Опубликовано: 02 авг. 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: ipc: limit next_id allocation to the valid ID range (CVE-2026-52923)

  • kernel: tipc: fix double-free in tipc_buf_append() (CVE-2026-52993)

  • kernel: net: sched: UAF via missing handler for TC_ACT_CONSUMED in tcf_qevent_handle ()

  • kernel: net/sched: cls_api: Handle TC_ACT_CONSUMED in tcf_qevent_handle (CVE-2026-64530)

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
kernelaarch64687.33.1.el9_8kernel-5.14.0-687.33.1.el9_8.aarch64.rpm
kernel-64kaarch64687.33.1.el9_8kernel-64k-5.14.0-687.33.1.el9_8.aarch64.rpm
kernel-64k-coreaarch64687.33.1.el9_8kernel-64k-core-5.14.0-687.33.1.el9_8.aarch64.rpm
kernel-64k-debugaarch64687.33.1.el9_8kernel-64k-debug-5.14.0-687.33.1.el9_8.aarch64.rpm
kernel-64k-debug-coreaarch64687.33.1.el9_8kernel-64k-debug-core-5.14.0-687.33.1.el9_8.aarch64.rpm
kernel-64k-debug-modulesaarch64687.33.1.el9_8kernel-64k-debug-modules-5.14.0-687.33.1.el9_8.aarch64.rpm
kernel-64k-debug-modules-coreaarch64687.33.1.el9_8kernel-64k-debug-modules-core-5.14.0-687.33.1.el9_8.aarch64.rpm
kernel-64k-debug-modules-extraaarch64687.33.1.el9_8kernel-64k-debug-modules-extra-5.14.0-687.33.1.el9_8.aarch64.rpm
kernel-64k-modulesaarch64687.33.1.el9_8kernel-64k-modules-5.14.0-687.33.1.el9_8.aarch64.rpm
kernel-64k-modules-coreaarch64687.33.1.el9_8kernel-64k-modules-core-5.14.0-687.33.1.el9_8.aarch64.rpm

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

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

oracle-oval
около 1 месяца назад

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

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

In the Linux kernel, the following vulnerability has been resolved: ipc: limit next_id allocation to the valid ID range The checkpoint/restore sysctl path can request the next SysV IPC id through ids->next_id. ipc_idr_alloc() currently forwards that request to idr_alloc() with an open-ended upper bound. If the valid tail of the SysV IPC id space is full, the allocation can spill beyond ipc_mni. The returned SysV IPC id still uses the normal index encoding, so later lookup and removal can target the wrong slot. This leaves the real IDR entry behind and breaks the IDR state for the object. The bug is in ipc_idr_alloc() in the checkpoint/restore path. 1. ids->next_id is passed to: idr_alloc(&ids->ipcs_idr, new, ipcid_to_idx(next_id), 0, ...) 2. The zero upper bound makes the allocation effectively open-ended. Once the valid SysV IPC tail is occupied, idr_alloc() can spill past ipc_mni and allocate an entry beyond the valid IPC id range. 3. The new object id is still encoded with the ...

CVSS3: 7.8
redhat
3 месяца назад

In the Linux kernel, the following vulnerability has been resolved: ipc: limit next_id allocation to the valid ID range The checkpoint/restore sysctl path can request the next SysV IPC id through ids->next_id. ipc_idr_alloc() currently forwards that request to idr_alloc() with an open-ended upper bound. If the valid tail of the SysV IPC id space is full, the allocation can spill beyond ipc_mni. The returned SysV IPC id still uses the normal index encoding, so later lookup and removal can target the wrong slot. This leaves the real IDR entry behind and breaks the IDR state for the object. The bug is in ipc_idr_alloc() in the checkpoint/restore path. 1. ids->next_id is passed to: idr_alloc(&ids->ipcs_idr, new, ipcid_to_idx(next_id), 0, ...) 2. The zero upper bound makes the allocation effectively open-ended. Once the valid SysV IPC tail is occupied, idr_alloc() can spill past ipc_mni and allocate an entry beyond the valid IPC id range. 3. The new object id is still encoded with the...

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

In the Linux kernel, the following vulnerability has been resolved: ipc: limit next_id allocation to the valid ID range The checkpoint/restore sysctl path can request the next SysV IPC id through ids->next_id. ipc_idr_alloc() currently forwards that request to idr_alloc() with an open-ended upper bound. If the valid tail of the SysV IPC id space is full, the allocation can spill beyond ipc_mni. The returned SysV IPC id still uses the normal index encoding, so later lookup and removal can target the wrong slot. This leaves the real IDR entry behind and breaks the IDR state for the object. The bug is in ipc_idr_alloc() in the checkpoint/restore path. 1. ids->next_id is passed to: idr_alloc(&ids->ipcs_idr, new, ipcid_to_idx(next_id), 0, ...) 2. The zero upper bound makes the allocation effectively open-ended. Once the valid SysV IPC tail is occupied, idr_alloc() can spill past ipc_mni and allocate an entry beyond the valid IPC id range. 3. The new object id is stil

CVSS3: 7.8
msrc
2 месяца назад

ipc: limit next_id allocation to the valid ID range