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

exploitDog

rocky логотип

RLSA-2026:49857

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

Описание

Moderate: kernel security, bug fix, and enhancement 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)

Bug Fix(es) and Enhancement(s):

  • Rocky Linux8.10 - KVM: s390: Limit adapter indicator access to mapped page (JIRA:Rocky Linux-183880)

  • CIFS mounts do not work with the latest kernel (JIRA:Rocky Linux-213976)

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

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

Связанные CVE

Исправления

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

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

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

In the Linux kernel, the following vulnerability has been resolved: i ...