PatchSiren cyber security CVE debrief
CVE-2026-89545 Linux CVE debrief
A use-after-free vulnerability exists in the Linux kernel's sunrpc module. When svc_rqst_free() is called, it frees rqstp->rq_argp and rqstp->rq_resp synchronously, but defers the rqstp struct free via kfree_rcu(). This creates a window where RCU readers can still traverse the thread list and find the rqstp, leading to a potential use-after-free. The vulnerability requires verification of patch application and monitoring for potential exploitation attempts. Linux kernel developers and administrators should review the Linux kernel versions for potential exposure, verify if the Linux kernel patch is applied, and monitor for potential exploitation attempts.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- HIGH 7.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-09-11
- Original CVE updated
- 2026-09-11
- Advisory published
- 2026-09-11
- Advisory updated
- 2026-09-11
Who should care
Linux kernel developers, administrators, and security teams should be aware of the vulnerability and its potential impact. They should review Linux kernel versions for potential exposure, verify if the Linux kernel patch is applied, and monitor for potential exploitation attempts. Affected operator, platform, vulnerability-management, and security-team impact should be considered.
Why it matters
A use-after-free vulnerability in the Linux kernel's sunrpc module requires verification of patch application and monitoring for potential exploitation attempts.
- Verify Linux kernel patch application to prevent potential use-after-free
- Monitor for potential exploitation attempts to detect possible attacks
Technical summary
The Linux kernel's sunrpc module has a use-after-free vulnerability. svc_rqst_free() frees rqstp->rq_argp and rqstp->rq_resp synchronously, but defers the rqstp struct free via kfree_rcu(). This creates a window where RCU readers can still traverse the thread list and find the rqstp, leading to a potential use-after-free. The vulnerability requires verification of patch application and monitoring for potential exploitation attempts without unsupported root-cause or exploit claims. Affected product context and defensive impact should be considered.
Defensive priority
Medium
Recommended defensive actions
- Review Linux kernel versions for potential exposure
- Verify if the Linux kernel patch is applied
- Monitor for potential exploitation attempts
- 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.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
- 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 on the vulnerability, but do not specify which versions of the Linux kernel are affected or provide a patch. The Linux kernel Git repository provides three commits that address the issue. Defenders should verify Linux kernel patch application to prevent potential use-after-free and monitor for potential exploitation attempts to detect possible attacks.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-89545 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-89545
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-89545 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-89545
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/08bc49e0541260bf294962cf889a32a2d2713ad6
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/c479bde671cbe2f9e152834a8b0eb7c3c295bbaf
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/e0c5693d3f9a5d4911735ab0e0eba4eecb1f1090
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.