CVE-2026-52923
Gravedad CVSS v3.1:
ALTA
Tipo:
No Disponible / Otro tipo
Fecha de publicación:
24/06/2026
Última modificación:
15/07/2026
Descripción
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
ipc: limit next_id allocation to the valid ID range<br />
<br />
The checkpoint/restore sysctl path can request the next SysV IPC id<br />
through ids->next_id. ipc_idr_alloc() currently forwards that request to<br />
idr_alloc() with an open-ended upper bound.<br />
<br />
If the valid tail of the SysV IPC id space is full, the allocation can<br />
spill beyond ipc_mni. The returned SysV IPC id still uses the normal<br />
index encoding, so later lookup and removal can target the wrong slot. <br />
This leaves the real IDR entry behind and breaks the IDR state for the<br />
object.<br />
<br />
The bug is in ipc_idr_alloc() in the checkpoint/restore path.<br />
<br />
1. ids->next_id is passed to:<br />
<br />
idr_alloc(&ids->ipcs_idr, new, ipcid_to_idx(next_id), 0, ...)<br />
<br />
2. The zero upper bound makes the allocation effectively open-ended.<br />
Once the valid SysV IPC tail is occupied, idr_alloc() can spill past<br />
ipc_mni and allocate an entry beyond the valid IPC id range.<br />
<br />
3. The new object id is still encoded with the narrower SysV IPC index<br />
width:<br />
<br />
new->id = (new->seq
Impacto
Puntuación base 3.x
7.80
Gravedad 3.x
ALTA
Productos y versiones vulnerables
| CPE | Desde | Hasta |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 3.8.1 (incluyendo) | 5.10.259 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.11 (incluyendo) | 5.15.210 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 5.16 (incluyendo) | 6.1.176 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.2 (incluyendo) | 6.6.143 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.7 (incluyendo) | 6.12.93 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.13 (incluyendo) | 6.18.35 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.19 (incluyendo) | 7.0.12 (excluyendo) |
| cpe:2.3:o:linux:linux_kernel:3.8:-:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:3.8:rc3:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:3.8:rc4:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:3.8:rc5:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:3.8:rc6:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:3.8:rc7:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* |
Para consultar la lista completa de nombres de CPE con productos y versiones, ver esta página
Referencias a soluciones, herramientas e información
- https://git.kernel.org/stable/c/157ce2c6836ce0ff19108a819f38df061345425f
- https://git.kernel.org/stable/c/3bbe2bb9111ce6967a951bfac79af142d816fae5
- https://git.kernel.org/stable/c/41058d4c3f63ab64901560a704882e0565f4e456
- https://git.kernel.org/stable/c/8c58a92849175f5e2ab7bc2734b3b89afe79f6ef
- https://git.kernel.org/stable/c/a3cc795129e5ec0f8948653a3bf471e7d8852f5e
- https://git.kernel.org/stable/c/af24e202b543ded8a34f1d5d3db54eb916173f04
- https://git.kernel.org/stable/c/bd4be70669af55b974860d13680348cfdf50bbed
- https://git.kernel.org/stable/c/fa0b9b2b7ae3539908d69c2b9ac0d144d9bc5139
- https://access.redhat.com/security/cve/CVE-2026-52923
- https://bugzilla.redhat.com/show_bug.cgi?id=2492094
- https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-52923.json



