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

August 12, 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

Patch Availability(19)

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.

Affected Packages

(5 across 4 ecosystems)
Debian:11(2)
PackageVulnerable rangeFixed inDependents
linux5.10.103-1 ... 5.10.92-2 (54 versions)5.10.259-1
linux-6.16.1.106-3~deb11u1 ... 6.1.174-1~deb11u1 (20 versions)6.1.176-1~deb11u1
Debian:12(1)
PackageVulnerable rangeFixed inDependents
linux6.1.106-1 ... 6.1.99-1 (53 versions)6.1.176-1
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.38-1 ... 6.12.94-1~bpo12+1 (27 versions)6.12.94-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 7.0.9-1~bpo13+1 (139 versions)7.0.12-1

Weakness Classification(2)

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

Additional Vendor Advisories

(8)

Data Freshness Timeline

(refreshed 41× in last 7d / 188× 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 301 total refreshes for this CVE.

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

See which npm, PyPI, Go, and Maven packages are affected by 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.