CVE & CISA-KEV Catalog

CVE-2026-52923

HIGH
7.8
CVSS v3
NVD

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.

How to fix

Remediation Available
linuxDebian
Fixed in:6.1.176-1CVE-2026-52923
Fixed in:6.12.94-1CVE-2026-52923
Fixed in:7.0.12-1CVE-2026-52923
bpftoolRocky
Fixed in:0:3.10.0-1160.159.1.el7RHSA-2026:61692
Fixed in:0:3.10.0-1160.159.1.el7RHSA-2026:61692
Fixed in:0:3.10.0-1160.159.1.el7.ppc64RHSA-2026:61692
Fixed in:0:3.10.0-1160.159.1.el7RHSA-2026:61692
Fixed in:0:4.18.0-553.151.1.el8_10RHSA-2026:49857
Fixed in:0:4.18.0-477.158.1.el8_8RHSA-2026:52649
Fixed in:0:4.18.0-553.151.1.el8_10RHSA-2026:49857
Fixed in:0:4.18.0-477.158.1.el8_8RHSA-2026:52649
bpftoolRed Hat / RHEL
Fixed in:0:3.10.0-1160.159.1.el7.ppc64RHSA-2026:61692

This Red Hat / RHEL release reached end-of-life on 2024-06-30. Extended security maintenance is available until 2029-05-31.

Fixed in:0:3.10.0-1160.159.1.el7RHSA-2026:61692

This Red Hat / RHEL release reached end-of-life on 2024-06-30. Extended security maintenance is available until 2029-05-31.

Fixed in:0:3.10.0-1160.159.1.el7RHSA-2026:61692

This Red Hat / RHEL release reached end-of-life on 2024-06-30. Extended security maintenance is available until 2029-05-31.

Fixed in:0:3.10.0-1160.159.1.el7RHSA-2026:61692

This Red Hat / RHEL release reached end-of-life on 2024-06-30. Extended security maintenance is available until 2029-05-31.

Fixed in:0:4.18.0-553.151.1.el8_10RHSA-2026:49857
Fixed in:0:4.18.0-305.200.1.el8_4RHSA-2026:47248
Fixed in:0:4.18.0-477.158.1.el8_8RHSA-2026:52649
Fixed in:0:4.18.0-477.158.1.el8_8RHSA-2026:52649
bpftool-debuginfoRocky
Fixed in:0:3.10.0-1160.159.1.el7RHSA-2026:61692
Fixed in:0:3.10.0-1160.159.1.el7RHSA-2026:61692
Fixed in:0:3.10.0-1160.159.1.el7.ppc64RHSA-2026:61692
Fixed in:0:3.10.0-1160.159.1.el7RHSA-2026:61692
Fixed in:0:4.18.0-553.151.1.el8_10RHSA-2026:49857
Fixed in:0:4.18.0-553.151.1.el8_10RHSA-2026:49857
Fixed in:0:4.18.0-305.200.1.el8_4RHSA-2026:47248
Fixed in:0:4.18.0-477.158.1.el8_8RHSA-2026:52649
bpftool-debuginfoRed Hat / RHEL
Fixed in:0:3.10.0-1160.159.1.el7RHSA-2026:61692

This Red Hat / RHEL release reached end-of-life on 2024-06-30. Extended security maintenance is available until 2029-05-31.

Fixed in:0:3.10.0-1160.159.1.el7RHSA-2026:61692

This Red Hat / RHEL release reached end-of-life on 2024-06-30. Extended security maintenance is available until 2029-05-31.

Fixed in:0:3.10.0-1160.159.1.el7RHSA-2026:61692

This Red Hat / RHEL release reached end-of-life on 2024-06-30. Extended security maintenance is available until 2029-05-31.

Fixed in:0:3.10.0-1160.159.1.el7.ppc64RHSA-2026:61692

This Red Hat / RHEL release reached end-of-life on 2024-06-30. Extended security maintenance is available until 2029-05-31.

Fixed in:0:4.18.0-477.158.1.el8_8RHSA-2026:52649
Fixed in:0:4.18.0-477.158.1.el8_8RHSA-2026:52649
Fixed in:0:4.18.0-553.151.1.el8_10RHSA-2026:49857
Fixed in:0:4.18.0-553.151.1.el8_10RHSA-2026:49857
kernelRed Hat / RHEL
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
kernelRocky
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
kernel-64kRed Hat / RHEL
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:5.14.0-284.186.1.el9_2RHSA-2026:51603
Fixed in:0:5.14.0-427.141.1.el9_4RHSA-2026:48386
Fixed in:0:5.14.0-570.131.1.el9_6RHSA-2026:49031
Fixed in:0:5.14.0-687.33.1.el9_8RHSA-2026:49212
kernel-64kRocky
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:5.14.0-570.131.1.el9_6RHSA-2026:49031
Fixed in:0:5.14.0-284.186.1.el9_2RHSA-2026:51603
Fixed in:0:5.14.0-427.141.1.el9_4RHSA-2026:48386
Fixed in:0:5.14.0-687.33.1.el9_8RHSA-2026:49212
kernel-64k-coreRocky
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:5.14.0-570.131.1.el9_6RHSA-2026:49031
Fixed in:0:5.14.0-427.141.1.el9_4RHSA-2026:48386
Fixed in:0:5.14.0-284.186.1.el9_2RHSA-2026:51603
Fixed in:0:5.14.0-687.33.1.el9_8RHSA-2026:49212
kernel-64k-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:5.14.0-687.33.1.el9_8RHSA-2026:49212
Fixed in:0:5.14.0-427.141.1.el9_4RHSA-2026:48386
Fixed in:0:5.14.0-570.131.1.el9_6RHSA-2026:49031
Fixed in:0:5.14.0-284.186.1.el9_2RHSA-2026:51603
kernel-64k-debugRed Hat / RHEL
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:5.14.0-570.131.1.el9_6RHSA-2026:49031
Fixed in:0:5.14.0-427.141.1.el9_4RHSA-2026:48386
Fixed in:0:5.14.0-284.186.1.el9_2RHSA-2026:51603
Fixed in:0:5.14.0-687.33.1.el9_8RHSA-2026:49212
kernel-64k-debugRocky
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:5.14.0-570.131.1.el9_6RHSA-2026:49031
Fixed in:0:5.14.0-687.33.1.el9_8RHSA-2026:49212
Fixed in:0:5.14.0-284.186.1.el9_2RHSA-2026:51603
Fixed in:0:5.14.0-427.141.1.el9_4RHSA-2026:48386
kernel-64k-debug-coreRed Hat / RHEL
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:5.14.0-570.131.1.el9_6RHSA-2026:49031
Fixed in:0:5.14.0-427.141.1.el9_4RHSA-2026:48386
Fixed in:0:5.14.0-284.186.1.el9_2RHSA-2026:51603
Fixed in:0:5.14.0-687.33.1.el9_8RHSA-2026:49212
kernel-64k-debug-coreRocky
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:5.14.0-427.141.1.el9_4RHSA-2026:48386
Fixed in:0:5.14.0-570.131.1.el9_6RHSA-2026:49031
Fixed in:0:5.14.0-687.33.1.el9_8RHSA-2026:49212
Fixed in:0:5.14.0-284.186.1.el9_2RHSA-2026:51603
kernel-64k-debug-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:5.14.0-284.186.1.el9_2RHSA-2026:51603
Fixed in:0:5.14.0-570.131.1.el9_6RHSA-2026:49031
Fixed in:0:5.14.0-687.33.1.el9_8RHSA-2026:49212
Fixed in:0:5.14.0-427.141.1.el9_4RHSA-2026:48386
kernel-64k-debug-debuginfoRocky
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:5.14.0-427.141.1.el9_4RHSA-2026:48386
Fixed in:0:5.14.0-687.33.1.el9_8RHSA-2026:49212
Fixed in:0:5.14.0-284.186.1.el9_2RHSA-2026:51603
Fixed in:0:5.14.0-570.131.1.el9_6RHSA-2026:49031
kernel-64k-debug-develRocky
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:5.14.0-284.186.1.el9_2RHSA-2026:51603
Fixed in:0:5.14.0-427.141.1.el9_4RHSA-2026:48386
Fixed in:0:5.14.0-570.131.1.el9_6RHSA-2026:49031
Fixed in:0:5.14.0-687.33.1.el9_8RHSA-2026:49212
kernel-64k-debug-develRed Hat / RHEL
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:5.14.0-570.131.1.el9_6RHSA-2026:49031
Fixed in:0:5.14.0-427.141.1.el9_4RHSA-2026:48386
Fixed in:0:5.14.0-284.186.1.el9_2RHSA-2026:51603
Fixed in:0:5.14.0-687.33.1.el9_8RHSA-2026:49212
kernel-64k-debug-devel-matchedRed Hat / RHEL
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:5.14.0-687.33.1.el9_8RHSA-2026:49212
Fixed in:0:5.14.0-570.131.1.el9_6RHSA-2026:49031
Fixed in:0:5.14.0-427.141.1.el9_4RHSA-2026:48386
Fixed in:0:5.14.0-284.186.1.el9_2RHSA-2026:51603
kernel-64k-debug-devel-matchedRocky
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:5.14.0-427.141.1.el9_4RHSA-2026:48386
Fixed in:0:5.14.0-284.186.1.el9_2RHSA-2026:51603
Fixed in:0:5.14.0-687.33.1.el9_8RHSA-2026:49212
Fixed in:0:5.14.0-570.131.1.el9_6RHSA-2026:49031
kernel-64k-debug-modulesRed Hat / RHEL
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:5.14.0-570.131.1.el9_6RHSA-2026:49031
Fixed in:0:5.14.0-284.186.1.el9_2RHSA-2026:51603
Fixed in:0:5.14.0-427.141.1.el9_4RHSA-2026:48386
Fixed in:0:5.14.0-687.33.1.el9_8RHSA-2026:49212
kernel-64k-debug-modulesRocky
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:5.14.0-687.33.1.el9_8RHSA-2026:49212
Fixed in:0:5.14.0-284.186.1.el9_2RHSA-2026:51603
Fixed in:0:5.14.0-427.141.1.el9_4RHSA-2026:48386
Fixed in:0:5.14.0-570.131.1.el9_6RHSA-2026:49031
kernel-64k-debug-modules-coreRocky
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:5.14.0-427.141.1.el9_4RHSA-2026:48386
Fixed in:0:5.14.0-284.186.1.el9_2RHSA-2026:51603
Fixed in:0:5.14.0-687.33.1.el9_8RHSA-2026:49212
Fixed in:0:5.14.0-570.131.1.el9_6RHSA-2026:49031
kernel-64k-debug-modules-coreRed Hat / RHEL
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:5.14.0-284.186.1.el9_2RHSA-2026:51603
Fixed in:0:5.14.0-570.131.1.el9_6RHSA-2026:49031
Fixed in:0:5.14.0-687.33.1.el9_8RHSA-2026:49212
Fixed in:0:5.14.0-427.141.1.el9_4RHSA-2026:48386
kernel-64k-debug-modules-extraRocky
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:5.14.0-427.141.1.el9_4RHSA-2026:48386
Fixed in:0:5.14.0-284.186.1.el9_2RHSA-2026:51603
Fixed in:0:5.14.0-570.131.1.el9_6RHSA-2026:49031
Fixed in:0:5.14.0-687.33.1.el9_8RHSA-2026:49212
kernel-64k-debug-modules-extraRed Hat / RHEL
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:5.14.0-427.141.1.el9_4RHSA-2026:48386
Fixed in:0:5.14.0-687.33.1.el9_8RHSA-2026:49212
Fixed in:0:5.14.0-284.186.1.el9_2RHSA-2026:51603
Fixed in:0:5.14.0-570.131.1.el9_6RHSA-2026:49031
kernel-64k-debuginfoRed Hat / RHEL
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:5.14.0-284.186.1.el9_2RHSA-2026:51603
Fixed in:0:5.14.0-570.131.1.el9_6RHSA-2026:49031
Fixed in:0:5.14.0-427.141.1.el9_4RHSA-2026:48386
Fixed in:0:5.14.0-687.33.1.el9_8RHSA-2026:49212
kernel-64k-debuginfoRocky
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:5.14.0-427.141.1.el9_4RHSA-2026:48386
Fixed in:0:5.14.0-687.33.1.el9_8RHSA-2026:49212
Fixed in:0:5.14.0-284.186.1.el9_2RHSA-2026:51603
Fixed in:0:5.14.0-570.131.1.el9_6RHSA-2026:49031
kernel-64k-develRed Hat / RHEL
Fixed in:0:6.12.0-211.46.1.el10_2RHSA-2026:53330
Fixed in:0:6.12.0-55.95.1.el10_0RHSA-2026:52764
Fixed in:0:5.14.0-687.33.1.el9_8RHSA-2026:49212
Fixed in:0:5.14.0-427.141.1.el9_4RHSA-2026:48386
Fixed in:0:5.14.0-570.131.1.el9_6RHSA-2026:49031
Fixed in:0:5.14.0-284.186.1.el9_2RHSA-2026:51603

This vulnerability affects an unusually large number of packages. The highest-confidence fixes are shown above; the full list is longer. Check the referenced advisories for complete coverage.

TridentStack Control can deploy fixes like this automatically across your Windows, macOS, and Linux fleet. See how it works

Remediation is compiled from vendor and distribution security advisories. Always confirm against the linked source for your exact version and platform.

CVSS v3 Vector

Exploitability

Attack VectorLocal
Attack ComplexityLow
Privileges RequiredLow
User InteractionNone
ScopeUnchanged

Impact

ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H/E:U

Exploit Intelligence

0.16%probability of exploitation in 30 days
5thpercentile

Low risk: more likely to be exploited than 5% of all known CVEs.

References

Related Vulnerabilities

Other CWE-401 (Missing Release of Memory (Memory Leak)) vulnerabilities, ordered by exploit likelihood. View all

CVESeverityCVSSEPSSExploitedFix
CVE-2020-13934High7.564%-Fix
CVE-2016-6304High7.563%-Fix
CVE-2019-12265Medium5.360%-Fix
CVE-2001-0136Medium5.045%--
CVE-2016-4232High7.536%--
CVE-2001-0543Medium5.019%--

Common questions

How do I fix CVE-2026-52923?

Published advisories record a fix for 236 affected products. The "How to fix" section on this page lists the fixed version and source advisory for each one, so apply the entry matching what you actually run.

Is CVE-2026-52923 being actively exploited?

Not that we know of. CVE-2026-52923 is not in the CISA Known Exploited Vulnerabilities catalog. Its EPSS score of 0.16% is the estimated probability that it will be exploited in the next 30 days. That is higher than 5% of all scored CVEs.

How severe is CVE-2026-52923?

CVE-2026-52923 has a CVSS v3 base score of 7.8, rated important. CVSS rates the technical impact if the vulnerability is exploited, not how likely that is, so weigh it alongside the exploit-prediction score when you decide what to patch first.

What does CVE-2026-52923 affect?

Published advisories record a fix for linux (Debian), bpftool (Rocky), bpftool (Red Hat / RHEL), bpftool-debuginfo (Rocky), and 232 more. Only products with a sourced advisory are listed, so treat this as what we can cite rather than a complete inventory.

Embed a live status badge for CVE-2026-52923
CVE-2026-52923 severity badge

Markdown

[![CVE-2026-52923](https://tridentstack.com/cve/badge/CVE-2026-52923.svg)](https://tridentstack.com/cve/CVE-2026-52923)

HTML

<a href="https://tridentstack.com/cve/CVE-2026-52923"><img src="https://tridentstack.com/cve/badge/CVE-2026-52923.svg" alt="CVE-2026-52923"></a>

Check your Linux endpoints for this class of vulnerability

TridentStack Control continuously scans Linux endpoints for known vulnerabilities and deploys the fixes from the same console. 200 endpoints free forever, no credit card.

Patch your fleet freeStart freeThis CVE lookup is free and always will be.

This product uses NVD data but is not endorsed or certified by the NVD. EPSS scores courtesy of FIRST.org (https://www.first.org/epss). Source: CISA KEV Catalog. Data as of 2026-09-04.