PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-72317 Linux CVE debrief

A use-after-free vulnerability was found in the Linux kernel's SUNRPC TLS connect path. The vulnerability occurs when the upper rpc_clnt is not pinned across the delayed connect_worker, leading to a potential use-after-free error when the connect_worker fires after the rpc_clnt has been freed. This issue affects Linux kernel versions and could allow attackers to execute arbitrary code or cause denial-of-service conditions in affected systems. To mitigate this vulnerability, it is crucial to apply the necessary patches and implement appropriate compensating controls. The vulnerability's impact can be significant if not properly addressed. Evidence is limited to CVE details and supplied references. Defenders should verify patch application, review system logs for unusual activity, and monitor for potential use-after-free errors in the Linux kernel's SUNRPC TLS connect path.

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

Linux kernel developers and users, SUNRPC TLS users, and security teams responsible for vulnerability management and patching Linux kernel packages. These stakeholders should review and apply the patch to pin the upper rpc_clnt across the TLS connect_worker, monitor for potential use-after-free errors, and ensure the fix is applied to prevent exploitation of this vulnerability. Additionally, operators and platform administrators should be aware of the vulnerability and its potential impact on their systems, especially if they use Linux kernel versions affected by this issue. They should prioritize patching and verifying the effectiveness of the patch in their environments. Vulnerability management teams should also track exceptions, retest remediated assets, and close the item only after evidence is documented to ensure that the vulnerability is properly mitigated and that there are no residual risks associated with this vulnerability in their environments. Security teams should review compensating controls for exposed systems while remediation is scheduled and verified, and check relevant monitoring, detection, and logs for exposed assets that need extra review to detect potential exploitation attempts or anomalous behavior related to this vulnerability. Asset inventory management teams should ensure that accurate records of affected systems are maintained to facilitate efficient patching and verification processes. Finally, incident response teams should be prepared to respond to potential exploitation of this vulnerability and have plans in place for rapid detection, containment, and remediation of affected systems to minimize potential impact. Overall, a coordinated effort across these groups is essential to effectively manage and mitigate the risks associated with this vulnerability in Linux kernel-based systems and deployments. The vulnerability's impact can be significant if not properly addressed, as it could allow attackers to execute arbitrary code or cause denial-of-service conditions in affected systems. Therefore, it is crucial that all relevant stakeholders take immediate action to apply the necessary patches and implement appropriate compensating

Technical summary

The Linux kernel's SUNRPC TLS connect path has a use-after-free vulnerability. The vulnerability occurs when the upper rpc_clnt is not pinned across the delayed connect_worker, leading to a potential use-after-free error when the connect_worker fires after the rpc_clnt has been freed. The vulnerability was resolved by taking a reference on the upper rpc_clnt in xs_connect() for TLS transports and dropping it in the connect_worker's exit path.

Defensive priority

High

Recommended defensive actions

  • Apply the patch to pin the upper rpc_clnt across the TLS connect_worker
  • Review and update Linux kernel packages to ensure the fix is applied
  • Monitor for potential use-after-free errors in the Linux kernel's SUNRPC TLS connect path
  • 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 Linux kernel's SUNRPC TLS connect path has a use-after-free vulnerability. This vulnerability occurs when the upper rpc_clnt is not pinned across the delayed connect_worker, leading to a potential use-after-free error when the connect_worker fires after the rpc_clnt has been freed. The vulnerability was resolved by taking a reference on the upper rpc_clnt in xs_connect() for TLS transports and dropping it in the connect_worker's exit path. Evidence is limited to CVE details and supplied references. Defenders should verify patch application, review system logs for unusual activity, and monitor for potential use-after-free errors in the Linux kernel's SUNRPC TLS connect path.

Official resources

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