PatchSiren cyber security CVE debrief
CVE-2026-89540 Linux kernel CVE debrief
A race condition vulnerability in the Linux kernel's sunrpc module allows a local attacker to potentially lock an uninitialized mutex, leading to a denial-of-service or other unspecified impacts. The vulnerability is caused by the create_use_gss_proxy_proc_entry function publishing a proc entry before initializing the gssp_lock mutex. To address this issue, defenders should assess exposure and prioritize remediation for systems running the affected kernel versions.
- Vendor
- Linux kernel
- Product
- Linux kernel (sunrpc module)
- 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
Defenders responsible for Linux kernel-based systems, particularly those using the sunrpc module, should assess exposure and prioritize remediation. System administrators and security teams should verify kernel versions and apply patches or updates as needed.
Why it matters
A race condition vulnerability in the Linux kernel's sunrpc module allows a local attacker to potentially lock an uninitialized mutex, leading to a denial-of-service or other unspecified impacts. Defenders should assess exposure and prioritize remediation for systems running the affected kernel versions.
- Denial-of-service due to mutex lock
- Potential for unspecified impacts due to uninitialized mutex
Technical summary
The create_use_gss_proxy_proc_entry function publishes a proc entry before initializing the gssp_lock mutex, allowing a local attacker to potentially lock an uninitialized mutex. This vulnerability in the Linux kernel's sunrpc module can lead to a denial-of-service or other unspecified impacts. The issue arises from a race condition between the create_use_gss_proxy_proc_entry function and the init_gssp_clnt function. Defenders should assess exposure and prioritize remediation for systems running affected kernel versions.
Defensive priority
Medium
Recommended defensive actions
- Assess exposure and prioritize remediation for systems running the affected kernel versions
- Verify kernel versions and apply patches or updates as needed
- Monitor system logs for potential denial-of-service or other impacts
- 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 vulnerability is described in the Linux kernel source code. The CVE record and NVD entry provide additional context. However, the corpus does not establish versions, exploitation, impact, or remediation, so these points require verification from the supplied official sources.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-89540 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-89540
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-89540 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-89540
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/3f019571928b269feebcff59926ec13294215e0e
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/5ce1ed6159731a41fdd0b03eedbed4e147036a5a
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/edeefb111d6181a4aa278f415b005efe284b9489
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/f15b87521168c2a92cb1931f532cba422f856f01
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.