PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-92511 Linux CVE debrief

A use-after-free vulnerability was found in the Linux kernel's RDMA/core subsystem. The ib_destroy_cq_user() function did not properly synchronize the destruction of a CQ (Completion Queue) with its potential use through the netlink path, leading to a short window where the CQ could be accessed after its internal resources were freed. This issue affects Linux kernel versions and requires attention from developers and maintainers. The vulnerability's impact and exploitation are not confirmed, but its potential consequences necessitate prompt assessment and remediation.

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 maintainers, Linux distribution vendors, and users of Linux systems that utilize RDMA functionality, especially those responsible for vulnerability management, security teams, and operators of affected platforms. They should review the vulnerability details, assess exposure, and prioritize remediation for systems using the affected kernel versions.

Why it matters

A use-after-free vulnerability in the Linux kernel's RDMA/core subsystem requires attention from Linux kernel developers, maintainers, and users. The vulnerability's impact and exploitation are not confirmed, but its potential consequences necessitate prompt assessment and remediation.

  • Potential use-after-free exploitation requires verification
  • Remediation priority for systems using affected kernel versions
  • Monitoring and exception tracking for suspicious RDMA activity

Technical summary

The vulnerability is caused by the incorrect synchronization of CQ destruction with its potential use through the netlink path. The fix involves moving the rdma_restrack_begin_del() call to the start of ib_destroy_cq_user(), ensuring that the CQ is removed from restrack before its internal resources are released. This change preserves the intended inverted order between create and destroy routines: resources are added to restrack at the end of successful creation, and hence shall be removed from the restrack first thing during the destruction flow, which keeps the lifecycle management consistent and predictable.

Defensive priority

High

Recommended defensive actions

  • Review and apply the provided kernel patches to fix the vulnerability
  • Monitor Linux kernel updates for potential related vulnerabilities
  • Assess exposure and prioritize remediation for systems using the affected kernel versions
  • Perform compensating controls for exposed systems while remediation is scheduled and verified
  • 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

Evidence notes

The CVE record and NVD entry provide details about 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-92511 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-92511

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-92511 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-92511

    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/197c262dbf94c0f7ab7ac54b66f892ce9f343232

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/253c2ed71a532c70fa0e64317ceb02bb1a50c84c

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/3481bec4dfc4aee24ffea5a547ee95b70b67d9d5

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/42f7a0c7a94003059540cce448acabfa62ad119d

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/8a72a6aad84b3928dbb5e564bff1f56a7ec222ae

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/b85a148731eceffacb6a030950187d785175607f

    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.