CVE-2026-52923

HIGHPre-NVD 7.87.8
EchelonGraph scoreHIGH confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-06-24. a secondary CVSS source baseline 7.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
7.8
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 0%CVSS: 7.8Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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.

  • ids->next_id is passed to:

idr_alloc(&ids->ipcs_idr, new, ipcid_to_idx(next_id), 0, ...)

  • 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.
  • The new object id is still encoded with the narrower SysV IPC index
width:

new->id = (new->seq << ipcmni_seq_shift()) + idx

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

  • For shared memory, shm_destroy() frees the current object anyway, but
the real high IDR slot is left behind as a dangling pointer.
  • 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.

CVSS v3
7.8
EG Score
7.8(high)
EPSS
2.5%
KEV
Not listed

Published

June 24, 2026

Last Modified

June 30, 2026

Advisory Details (8)

Auto-updated Jun 28, 2026
No patch confirmed yet.
generic

ipc: limit next_id allocation to the valid ID range - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/fa0b9b2b7ae3539908d69c2b9ac0d144d9bc5139
generic

ipc: limit next_id allocation to the valid ID range - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/bd4be70669af55b974860d13680348cfdf50bbed
generic

ipc: limit next_id allocation to the valid ID range - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/af24e202b543ded8a34f1d5d3db54eb916173f04
generic

ipc: limit next_id allocation to the valid ID range - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/a3cc795129e5ec0f8948653a3bf471e7d8852f5e
generic

ipc: limit next_id allocation to the valid ID range - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/8c58a92849175f5e2ab7bc2734b3b89afe79f6ef
generic

ipc: limit next_id allocation to the valid ID range - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/41058d4c3f63ab64901560a704882e0565f4e456
generic

ipc: limit next_id allocation to the valid ID range - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/3bbe2bb9111ce6967a951bfac79af142d816fae5
generic

ipc: limit next_id allocation to the valid ID range - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/157ce2c6836ce0ff19108a819f38df061345425f

Vendor Advisories for CVE-2026-52923(2)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 47× in last 7d / 60× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-06 18:55 UTCEG score recompute
  2. 2026-07-06 18:55 UTCVendor advisory
  3. 2026-07-06 18:55 UTCGHSA enrichment
  4. 2026-07-06 16:27 UTCEPSS rescore
  5. 2026-07-06 16:27 UTCEPSS rescore
  6. 2026-07-06 08:03 UTCEG score recompute
  7. 2026-07-06 08:03 UTCVendor advisory
  8. 2026-07-06 08:03 UTCGHSA enrichment
  9. 2026-07-05 21:05 UTCEG score recompute
  10. 2026-07-05 21:05 UTCVendor advisory
  11. 2026-07-05 21:05 UTCGHSA enrichment
  12. 2026-07-05 10:14 UTCEG score recompute
  13. 2026-07-05 10:14 UTCVendor advisory
  14. 2026-07-05 10:14 UTCGHSA enrichment
  15. 2026-07-05 02:30 UTCEPSS rescore
  16. 2026-07-04 23:23 UTCEG score recompute
  17. 2026-07-04 23:23 UTCVendor advisory
  18. 2026-07-04 23:23 UTCGHSA enrichment
  19. 2026-07-04 12:31 UTCEG score recompute
  20. 2026-07-04 12:31 UTCVendor advisory
  21. 2026-07-04 12:31 UTCGHSA enrichment
  22. 2026-07-04 06:31 UTCEPSS rescore
  23. 2026-07-04 01:40 UTCEG score recompute
  24. 2026-07-04 01:40 UTCVendor advisory
  25. 2026-07-04 01:39 UTCGHSA enrichment
Show 35 more
  1. 2026-07-03 14:46 UTCEG score recompute
  2. 2026-07-03 14:46 UTCVendor advisory
  3. 2026-07-03 14:46 UTCGHSA enrichment
  4. 2026-07-03 03:56 UTCEG score recompute
  5. 2026-07-03 03:56 UTCVendor advisory
  6. 2026-07-03 03:55 UTCGHSA enrichment
  7. 2026-07-02 17:04 UTCEG score recompute
  8. 2026-07-02 17:04 UTCVendor advisory
  9. 2026-07-02 17:04 UTCGHSA enrichment
  10. 2026-07-02 06:12 UTCEG score recompute
  11. 2026-07-02 06:12 UTCVendor advisory
  12. 2026-07-02 06:11 UTCGHSA enrichment
  13. 2026-07-01 19:19 UTCEG score recompute
  14. 2026-07-01 19:19 UTCVendor advisory
  15. 2026-07-01 19:19 UTCGHSA enrichment
  16. 2026-07-01 08:28 UTCEG score recompute
  17. 2026-07-01 08:28 UTCVendor advisory
  18. 2026-07-01 08:28 UTCGHSA enrichment
  19. 2026-06-30 23:22 UTCEPSS rescore
  20. 2026-06-30 21:37 UTCEG score recompute 7.80
  21. 2026-06-30 21:37 UTCVendor advisory
  22. 2026-06-30 21:37 UTCGHSA enrichment
  23. 2026-06-29 14:06 UTCEPSS rescore
  24. 2026-06-29 14:06 UTCEPSS rescore
  25. 2026-06-28 14:07 UTCEPSS rescore
  26. 2026-06-28 07:52 UTCMITRE cvelistV5CVSS v3 → 7.8 · severity → HIGH
  27. 2026-06-28 04:56 UTCEPSS rescore
  28. 2026-06-28 04:56 UTCEPSS rescore
  29. 2026-06-27 15:08 UTCEG score recompute
  30. 2026-06-27 15:08 UTCGHSA enrichment
  31. 2026-06-27 03:08 UTCEPSS rescore
  32. 2026-06-25 13:49 UTCEPSS rescore
  33. 2026-06-24 14:05 UTCEPSS rescore
  34. 2026-06-24 08:41 UTCEG score recompute
  35. 2026-06-24 08:40 UTCNVD updatefirst tracked

Frequently asked(5)

What is CVE-2026-52923?
CVE-2026-52923 is a high vulnerability published on June 24, 2026. 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->nextid. ipcidr_alloc() currently forwards that request to idr_alloc() with an open-ended upper…
When was CVE-2026-52923 disclosed?
CVE-2026-52923 was first published in the National Vulnerability Database on June 24, 2026, with the most recent update on June 30, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-52923 actively exploited?
CVE-2026-52923 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 2.5% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-52923?
CVE-2026-52923 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-52923?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-52923, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-52923

Explore →

Is Your Infrastructure Affected by CVE-2026-52923?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.