PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-72469 Linux CVE debrief

The Linux kernel vulnerability, CVE-2026-72469, relates to an ep kref imbalance on ADDR_CHANGE in the xprtrdma component. This issue arises from rpcrdma_cm_event_handler() calling rpcrdma_ep_put() without a matching get when RDMA_CM_EVENT_ADDR_CHANGE occurs before RDMA_CM_EVENT_ESTABLISHED. Consequently, the kref underflows during connect teardown, and rpcrdma_xprt_disconnect() operates on a freed ep. Users of Linux kernel systems, particularly those utilizing xprtrdma, should be aware of this vulnerability and take steps to patch affected systems. The vulnerability could potentially lead to a denial of service or other unspecified impacts.

Vendor
Linux
Product
Unknown
CVSS
Unknown
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-15
Original CVE updated
2026-08-15
Advisory published
2026-08-15
Advisory updated
2026-08-15

Who should care

Users of Linux kernel systems, particularly those utilizing xprtrdma, should be aware of this vulnerability and take steps to patch affected systems. System administrators, security teams, and operators of Linux-based infrastructure are advised to review system configurations and ensure that affected systems are updated. Additionally, monitoring system logs for potential exploitation attempts is recommended. This vulnerability affects the Linux kernel and could potentially lead to a denial of service or other unspecified impacts. Users of affected systems should prioritize patching and review compensating controls for exposed systems while remediation is scheduled and verified. Affected operator, platform, vulnerability-management, and security-team impact should be carefully evaluated to ensure comprehensive mitigation. Linux distributions and package maintainers should also be aware of this issue and provide necessary updates to their users. Furthermore, organizations using Linux-based systems in their infrastructure should consider implementing additional security measures, such as enhanced monitoring and incident response planning, to address potential risks associated with this vulnerability. It is essential to track exceptions, retest remediated assets, and close the item only after evidence is documented. By taking these steps, organizations can minimize the risk associated with CVE-2026-72469 and maintain the security and integrity of their Linux-based systems. Security teams should also consider the potential operational impact of this vulnerability and develop strategies to mitigate it. This may involve coordinating with Linux kernel maintainers, vendors, and other stakeholders to ensure that affected systems are patched and that any necessary compensating controls are implemented. Overall, a comprehensive approach to addressing CVE-2026-72469 is essential to minimize its potential impact on Linux-based systems and ensure the security and integrity of organizational infrastructure. The debrief provides an overview of the vulnerability, its potential impact, and recommended actions for affected users. It is essential to review the supplied official CVE-

Technical summary

The vulnerability is caused by an ep kref imbalance on ADDR_CHANGE in the xprtrdma component of the Linux kernel. This imbalance occurs because rpcrdma_cm_event_handler() calls rpcrdma_ep_put() without a matching get when RDMA_CM_EVENT_ADDR_CHANGE occurs before RDMA_CM_EVENT_ESTABLISHED. As a result, the kref underflows during connect teardown, and rpcrdma_xprt_disconnect() operates on a freed ep.

Defensive priority

This vulnerability affects the Linux kernel and could potentially lead to a denial of service or other unspecified impacts. Users of affected systems should prioritize patching.

Recommended defensive actions

  • Apply patches provided by the Linux kernel maintainers to address the vulnerability.
  • Review system configurations and ensure that affected systems are updated.
  • Monitor system logs for potential exploitation attempts.
  • Review 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 indicates a vulnerability in the Linux kernel related to xprtrdma and an ep kref imbalance on ADDR_CHANGE. The issue arises from rpcrdma_cm_event_handler() calling rpcrdma_ep_put() without a matching get when RDMA_CM_EVENT_ADDR_CHANGE occurs before RDMA_CM_EVENT_ESTABLISHED. This leads to a kref underflow during connect teardown.

Official resources

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-15T06:22:20.997Z and has not been modified since then.