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)
EG Risk
40(Track)
EG Risk 40/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity78% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS
2.7%
KEV
Not listed

Published

June 24, 2026

Last Modified

July 15, 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(2)

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

Data Freshness Timeline

(refreshed 14× in last 7d / 115× 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.

Showing the most recent 100 of 115 total refreshes for this CVE.

  1. 2026-07-23 03:19 UTCEG score recompute
  2. 2026-07-22 14:08 UTCEPSS rescore
  3. 2026-07-21 15:25 UTCEPSS rescore
  4. 2026-07-20 17:08 UTCEPSS rescore
  5. 2026-07-19 14:31 UTCEPSS rescore
  6. 2026-07-19 14:31 UTCEPSS rescore
  7. 2026-07-18 10:04 UTCEPSS rescore
  8. 2026-07-17 05:36 UTCVendor advisory
  9. 2026-07-17 05:36 UTCGHSA enrichment
  10. 2026-07-16 18:45 UTCVendor advisory
  11. 2026-07-16 18:45 UTCGHSA enrichment
  12. 2026-07-16 17:03 UTCEPSS rescore
  13. 2026-07-16 07:49 UTCVendor advisory
  14. 2026-07-16 07:49 UTCGHSA enrichment
  15. 2026-07-15 20:58 UTCVendor advisory
  16. 2026-07-15 20:58 UTCGHSA enrichment
  17. 2026-07-15 16:57 UTCEPSS rescore
  18. 2026-07-15 16:57 UTCEPSS rescore
  19. 2026-07-15 10:02 UTCVendor advisory
  20. 2026-07-15 10:02 UTCGHSA enrichment
  21. 2026-07-15 02:00 UTCEPSS rescore
  22. 2026-07-15 02:00 UTCEPSS rescore
  23. 2026-07-14 23:10 UTCVendor advisory
  24. 2026-07-14 23:10 UTCGHSA enrichment
  25. 2026-07-14 12:11 UTCVendor advisory
Show 75 more
  1. 2026-07-14 12:11 UTCGHSA enrichment
  2. 2026-07-14 01:20 UTCVendor advisory
  3. 2026-07-14 01:20 UTCGHSA enrichment
  4. 2026-07-13 22:31 UTCEPSS rescore
  5. 2026-07-13 14:26 UTCGHSA enrichment
  6. 2026-07-13 06:13 UTCEPSS rescore
  7. 2026-07-13 06:13 UTCEPSS rescore
  8. 2026-07-13 03:32 UTCVendor advisory
  9. 2026-07-13 03:32 UTCGHSA enrichment
  10. 2026-07-12 16:41 UTCVendor advisory
  11. 2026-07-12 16:41 UTCGHSA enrichment
  12. 2026-07-12 05:46 UTCEPSS rescore
  13. 2026-07-12 05:46 UTCVendor advisory
  14. 2026-07-12 05:46 UTCGHSA enrichment
  15. 2026-07-11 18:55 UTCVendor advisory
  16. 2026-07-11 18:55 UTCGHSA enrichment
  17. 2026-07-11 08:27 UTCEPSS rescore
  18. 2026-07-11 08:27 UTCEPSS rescore
  19. 2026-07-11 08:04 UTCVendor advisory
  20. 2026-07-11 08:04 UTCGHSA enrichment
  21. 2026-07-10 21:12 UTCVendor advisory
  22. 2026-07-10 21:12 UTCGHSA enrichment
  23. 2026-07-10 10:21 UTCVendor advisory
  24. 2026-07-10 10:21 UTCGHSA enrichment
  25. 2026-07-09 23:29 UTCVendor advisory
  26. 2026-07-09 23:29 UTCGHSA enrichment
  27. 2026-07-09 19:10 UTCEPSS rescore
  28. 2026-07-09 19:10 UTCEPSS rescore
  29. 2026-07-09 12:37 UTCVendor advisory
  30. 2026-07-09 12:37 UTCGHSA enrichment
  31. 2026-07-09 01:45 UTCVendor advisory
  32. 2026-07-09 01:45 UTCGHSA enrichment
  33. 2026-07-08 15:16 UTCEPSS rescore
  34. 2026-07-08 15:16 UTCEPSS rescore
  35. 2026-07-08 14:44 UTCVendor advisory
  36. 2026-07-08 14:44 UTCGHSA enrichment
  37. 2026-07-08 03:51 UTCVendor advisory
  38. 2026-07-08 03:51 UTCGHSA enrichment
  39. 2026-07-07 17:01 UTCVendor advisory
  40. 2026-07-07 17:00 UTCGHSA enrichment
  41. 2026-07-07 13:46 UTCEPSS rescore
  42. 2026-07-07 13:46 UTCEPSS rescore
  43. 2026-07-07 05:47 UTCVendor advisory
  44. 2026-07-07 05:47 UTCGHSA enrichment
  45. 2026-07-06 18:55 UTCVendor advisory
  46. 2026-07-06 18:55 UTCGHSA enrichment
  47. 2026-07-06 16:27 UTCEPSS rescore
  48. 2026-07-06 16:27 UTCEPSS rescore
  49. 2026-07-06 08:03 UTCVendor advisory
  50. 2026-07-06 08:03 UTCGHSA enrichment
  51. 2026-07-05 21:05 UTCVendor advisory
  52. 2026-07-05 21:05 UTCGHSA enrichment
  53. 2026-07-05 10:14 UTCVendor advisory
  54. 2026-07-05 10:14 UTCGHSA enrichment
  55. 2026-07-05 02:30 UTCEPSS rescore
  56. 2026-07-04 23:23 UTCVendor advisory
  57. 2026-07-04 23:23 UTCGHSA enrichment
  58. 2026-07-04 12:31 UTCVendor advisory
  59. 2026-07-04 12:31 UTCGHSA enrichment
  60. 2026-07-04 06:31 UTCEPSS rescore
  61. 2026-07-04 01:40 UTCVendor advisory
  62. 2026-07-04 01:39 UTCGHSA enrichment
  63. 2026-07-03 14:46 UTCVendor advisory
  64. 2026-07-03 14:46 UTCGHSA enrichment
  65. 2026-07-03 03:56 UTCVendor advisory
  66. 2026-07-03 03:55 UTCGHSA enrichment
  67. 2026-07-02 17:04 UTCVendor advisory
  68. 2026-07-02 17:04 UTCGHSA enrichment
  69. 2026-07-02 06:12 UTCVendor advisory
  70. 2026-07-02 06:11 UTCGHSA enrichment
  71. 2026-07-01 19:19 UTCVendor advisory
  72. 2026-07-01 19:19 UTCGHSA enrichment
  73. 2026-07-01 08:28 UTCVendor advisory
  74. 2026-07-01 08:28 UTCGHSA enrichment
  75. 2026-06-30 23:22 UTCEPSS rescore

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 July 15, 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.7% 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.