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

exploitDog

Количество 87

Количество 87

rocky логотип

RLSA-2026:49212

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

Important: kernel security update

EPSS: Низкий
oracle-oval логотип

ELSA-2026-49212

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

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

EPSS: Низкий
ubuntu логотип

CVE-2026-52923

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
EPSS: Низкий
redhat логотип

CVE-2026-52923

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
EPSS: Низкий
nvd логотип

CVE-2026-52923

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
EPSS: Низкий
msrc логотип

CVE-2026-52923

2 месяца назад

ipc: limit next_id allocation to the valid ID range

CVSS3: 7.8
EPSS: Низкий
debian логотип

CVE-2026-52923

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

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

CVSS3: 7.8
EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:3780-1

17 дней назад

Security update for the Linux Kernel (Live Patch 17 for SUSE Linux Enterprise 15 SP7)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:3778-1

17 дней назад

Security update for the Linux Kernel (Live Patch 16 for SUSE Linux Enterprise 15 SP7)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:3777-1

17 дней назад

Security update for the Linux Kernel (Live Patch 28 for SUSE Linux Enterprise 15 SP6)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:3779-1

17 дней назад

Security update for the Linux Kernel (Live Patch 15 for SUSE Linux Enterprise 15 SP7)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:3776-1

17 дней назад

Security update for the Linux Kernel (Live Patch 27 for SUSE Linux Enterprise 15 SP6)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:3759-1

17 дней назад

Security update for the Linux Kernel (Live Patch 40 for SUSE Linux Enterprise 15 SP5)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:3775-1

17 дней назад

Security update for the Linux Kernel (Live Patch 26 for SUSE Linux Enterprise 15 SP6)

EPSS: Низкий
rocky логотип

RLSA-2026:49857

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

Moderate: kernel security, bug fix, and enhancement update

EPSS: Низкий
github логотип

GHSA-m237-4jxg-w5jh

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 s...

CVSS3: 7.8
EPSS: Низкий
oracle-oval логотип

ELSA-2026-49857

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

ELSA-2026-49857: kernel security, bug fix, and enhancement update (MODERATE)

EPSS: Низкий
fstec логотип

BDU:2026-13716

4 месяца назад

Уязвимость функции ipc_idr_alloc() ядра операционной системы Linux, позволяющая нарушителю повысить свои привилегии

CVSS3: 7.8
EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:3774-1

17 дней назад

Security update for the Linux Kernel (Live Patch 14 for SUSE Linux Enterprise 15 SP7)

EPSS: Низкий
suse-cvrf логотип

SUSE-SU-2026:3770-1

17 дней назад

Security update for the Linux Kernel (Live Patch 11 for SUSE Linux Enterprise 15 SP7)

EPSS: Низкий

Уязвимостей на страницу

Уязвимость
CVSS
EPSS
Опубликовано
rocky логотип
RLSA-2026:49212

Important: kernel security update

около 1 месяца назад
oracle-oval логотип
ELSA-2026-49212

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

около 1 месяца назад
ubuntu логотип
CVE-2026-52923

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
0%
Низкий
3 месяца назад
redhat логотип
CVE-2026-52923

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
0%
Низкий
3 месяца назад
nvd логотип
CVE-2026-52923

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
0%
Низкий
3 месяца назад
msrc логотип
CVE-2026-52923

ipc: limit next_id allocation to the valid ID range

CVSS3: 7.8
0%
Низкий
2 месяца назад
debian логотип
CVE-2026-52923

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

CVSS3: 7.8
0%
Низкий
3 месяца назад
suse-cvrf логотип
SUSE-SU-2026:3780-1

Security update for the Linux Kernel (Live Patch 17 for SUSE Linux Enterprise 15 SP7)

17 дней назад
suse-cvrf логотип
SUSE-SU-2026:3778-1

Security update for the Linux Kernel (Live Patch 16 for SUSE Linux Enterprise 15 SP7)

17 дней назад
suse-cvrf логотип
SUSE-SU-2026:3777-1

Security update for the Linux Kernel (Live Patch 28 for SUSE Linux Enterprise 15 SP6)

17 дней назад
suse-cvrf логотип
SUSE-SU-2026:3779-1

Security update for the Linux Kernel (Live Patch 15 for SUSE Linux Enterprise 15 SP7)

17 дней назад
suse-cvrf логотип
SUSE-SU-2026:3776-1

Security update for the Linux Kernel (Live Patch 27 for SUSE Linux Enterprise 15 SP6)

17 дней назад
suse-cvrf логотип
SUSE-SU-2026:3759-1

Security update for the Linux Kernel (Live Patch 40 for SUSE Linux Enterprise 15 SP5)

17 дней назад
suse-cvrf логотип
SUSE-SU-2026:3775-1

Security update for the Linux Kernel (Live Patch 26 for SUSE Linux Enterprise 15 SP6)

17 дней назад
rocky логотип
RLSA-2026:49857

Moderate: kernel security, bug fix, and enhancement update

0%
Низкий
около 1 месяца назад
github логотип
GHSA-m237-4jxg-w5jh

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 s...

CVSS3: 7.8
0%
Низкий
3 месяца назад
oracle-oval логотип
ELSA-2026-49857

ELSA-2026-49857: kernel security, bug fix, and enhancement update (MODERATE)

0%
Низкий
около 1 месяца назад
fstec логотип
BDU:2026-13716

Уязвимость функции ipc_idr_alloc() ядра операционной системы Linux, позволяющая нарушителю повысить свои привилегии

CVSS3: 7.8
0%
Низкий
4 месяца назад
suse-cvrf логотип
SUSE-SU-2026:3774-1

Security update for the Linux Kernel (Live Patch 14 for SUSE Linux Enterprise 15 SP7)

17 дней назад
suse-cvrf логотип
SUSE-SU-2026:3770-1

Security update for the Linux Kernel (Live Patch 11 for SUSE Linux Enterprise 15 SP7)

17 дней назад

Уязвимостей на страницу