PatchSiren cyber security CVE debrief
CVE-2026-92508 Linux CVE debrief
A use-after-free vulnerability was found in the Linux kernel's RDMA/core component. The ib_free_cq() function did not properly synchronize the removal of a CQ from the restrack, leading to a potential use-after-free when accessing the CQ via the netlink path. This issue has been resolved by moving the rdma_restrack_del() call to before the freeing of vendor-specific resources.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-17
- Original CVE updated
- 2026-09-18
- Advisory published
- 2026-09-17
- Advisory updated
- 2026-09-18
Who should care
Linux kernel developers and administrators responsible for maintaining and securing Linux-based systems should assess exposure and verify the patch has been applied. They should review and apply the patch to ensure proper synchronization and monitor the system for potential use-after-free errors. Additionally, they should check relevant monitoring, detection, and logs for exposed assets that need extra review and track exceptions, retest remediated assets,
Why it matters
A use-after-free vulnerability in the Linux kernel's RDMA/core component requires verification of patch application to prevent potential use-after-free errors.
- Potential use-after-free errors may occur when accessing a CQ via the netlink path
- Verification of the patch application is necessary to prevent potential use-after-free errors
- Linux kernel developers and administrators should review and apply the patch to ensure proper synchronization
Technical summary
The Linux kernel's RDMA/core component has a use-after-free vulnerability due to improper synchronization in the ib_free_cq() function. This can lead to a potential use-after-free when accessing a CQ via the netlink path. The issue arises from the rdma_restrack_del() call being invoked too late, after vendor-specific resources associated with the CQ have already been freed. To address this, the rdma_restrack_del() call is moved to before the freeing of these resources, ensuring the CQ is removed from restrack before its internal resources are released.
Defensive priority
High
Recommended defensive actions
- Review and apply the patch to ensure the ib_free_cq() function is properly synchronized
- Verify the Linux kernel version and check if the patch has been applied
- Monitor the system for potential use-after-free errors
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, including its description and CVSS score. However, the corpus does not establish versions, exploitation, impact, or remediation, which require verification from the supplied official sources.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-92508 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-92508
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-92508 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-92508
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/29dc2f8e1c97372c2871a70088707933515fbd5b
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/43403fe45379c64fa6276e5a8ede44493e5d2d3d
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/76f2cb4f721815c3b6262a6dc2151de88646924c
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/91f8a17a22ab615a03743120e19935e731f28fb9
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/9abea37942534eeb049335476178696b654b000c
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/a804b162f9bc2b38b2ed1b4752eea9faadb1645b
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/b8dcca427096fc9c50f1b376847fea72bc842d31
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.