目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-52923— Linux kernel 安全漏洞

CVSS 7.8 · High EPSS 0.13% · P3

可能的 ATT&CK 技术 1AI

T1055 · Process Injection

影响版本矩阵 18

厂商产品版本范围状态
LinuxLinux03f595668017f1a1fb971c02fc37140bc6e7bb1c< 3bbe2bb9111ce6967a951bfac79af142d816fae5affected
03f595668017f1a1fb971c02fc37140bc6e7bb1c< 8c58a92849175f5e2ab7bc2734b3b89afe79f6efaffected
03f595668017f1a1fb971c02fc37140bc6e7bb1c< af24e202b543ded8a34f1d5d3db54eb916173f04affected
03f595668017f1a1fb971c02fc37140bc6e7bb1c< 157ce2c6836ce0ff19108a819f38df061345425faffected
03f595668017f1a1fb971c02fc37140bc6e7bb1c< 41058d4c3f63ab64901560a704882e0565f4e456affected
03f595668017f1a1fb971c02fc37140bc6e7bb1c< a3cc795129e5ec0f8948653a3bf471e7d8852f5eaffected
03f595668017f1a1fb971c02fc37140bc6e7bb1c< bd4be70669af55b974860d13680348cfdf50bbedaffected
03f595668017f1a1fb971c02fc37140bc6e7bb1c< fa0b9b2b7ae3539908d69c2b9ac0d144d9bc5139affected
… +10 条更多
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-52923 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
ipc: limit next_id allocation to the valid ID range
来源: CVE Program / CVE List V5
Vulnerability Description
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 narrower SysV IPC index width: new->id = (new->seq << ipcmni_seq_shift()) + idx 4. Later removal goes through ipc_rmid(), which uses: ipcid_to_idx(ipcp->id) That truncates the real IDR index. An object actually stored at a high index can then be removed as if it lived at a low in-range index. 5. For shared memory, shm_destroy() frees the current object anyway, but the real high IDR slot is left behind as a dangling pointer. 6. A subsequent walk of /proc/sysvipc/shm reaches the stale IDR entry and dereferences freed memory. Prevent this by bounding the requested allocation to ipc_mni so the checkpoint/restore path fails once the valid range is exhausted.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会开源的操作系统Linux所使用的内核。 Linux kernel 3.8版本存在安全漏洞,该漏洞源于检查点/恢复路径中ipc_idr_alloc()分配SysV IPC ID时未对next_id设置有效上限,可能导致后续查找和删除操作定位到错误槽位,进而释放后内存被引用。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 03f595668017f1a1fb971c02fc37140bc6e7bb1c ~ 3bbe2bb9111ce6967a951bfac79af142d816fae5 -
LinuxLinux 3.8 -

二、漏洞 CVE-2026-52923 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-52923 的情报信息

登录查看更多情报信息。

CVE-2026-52923 补丁与修复 (8)

同批安全公告 · Linux · 2026-06-24 · 共 219 条

CVE-2026-530889.8 CRITICALLinux kernel 安全漏洞
CVE-2026-530469.8 CRITICALLinux kernel 安全漏洞
CVE-2026-530499.8 CRITICALLinux kernel 安全漏洞
CVE-2026-529559.8 CRITICALLinux kernel 安全漏洞
CVE-2026-530459.8 CRITICALLinux kernel 安全漏洞
CVE-2026-529829.8 CRITICALLinux kernel 安全漏洞
CVE-2026-529869.8 CRITICALLinux kernel 安全漏洞
CVE-2026-529899.8 CRITICALLinux kernel 安全漏洞
CVE-2026-529939.8 CRITICALLinux kernel 安全漏洞
CVE-2026-530029.8 CRITICALLinux kernel 安全漏洞
CVE-2026-529319.8 CRITICALLinux kernel 安全漏洞
CVE-2026-530559.8 CRITICALLinux kernel 安全漏洞
CVE-2026-529249.8 CRITICALLinux kernel 安全漏洞
CVE-2026-530069.8 CRITICALLinux kernel 安全漏洞
CVE-2026-529149.8 CRITICALLinux kernel 安全漏洞
CVE-2026-530869.8 CRITICALLinux kernel 安全漏洞
CVE-2026-530109.8 CRITICALLinux kernel 安全漏洞
CVE-2026-529999.1 CRITICALLinux kernel 安全漏洞
CVE-2026-529589.1 CRITICALLinux kernel 安全漏洞
CVE-2026-530439.1 CRITICALLinux kernel 安全漏洞

显示前 20 条,共 219 条。 查看全部 &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2026-52923

暂无评论


发表评论