CVE-2026-52923

HIGHPre-NVD 7.87.8
EchelonGraph scoreMEDIUM 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.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 7.8Exploit: None knownExposed: 0

A fix is available — apply it.

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(medium)
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 PROB
0%
EPSS %ILE
3%
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.

Patch Availability(5)

Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.

Weakness Classification(2)

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

Additional Vendor Advisories

(5)

Data Freshness Timeline

(refreshed 13× in last 7d / 119× 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 124 total refreshes for this CVE.

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

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 0% probability of exploitation in the next 30 days, which ranks it in the top 97.0% of all scored CVEs.
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.