PatchSiren cyber security CVE debrief
CVE-2026-89541 Linux CVE debrief
A vulnerability in the Linux kernel's SUNRPC has been resolved. The gss_unwrap_resp_priv function did not properly validate the RPCSEC_GSS opaque length, allowing a crafted reply from a krb5p NFS server to cause out-of-bounds reads. This issue can impact Linux kernel maintainers, system administrators, and security teams responsible for Linux-based systems, especially those using krb5p NFS servers. The fix involves replacing a single combined check with three guards to ensure safe u32 arithmetic and enforce the RFC 4121 minimum outer token length.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- CRITICAL 9.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 maintainers, system administrators, and security teams responsible for Linux-based systems, especially those using krb5p NFS servers, should verify and apply patches, and monitor system logs. These individuals should review the system's Linux kernel version and update if necessary to prevent potential out-of-bounds reads. They should also implement compensating controls for exposed systems while remediation is scheduled and verified.
Why it matters
A vulnerability in the Linux kernel's SUNRPC can cause out-of-bounds reads. Linux kernel maintainers, system administrators, and security teams should verify and apply patches, and monitor system logs.
- Potential out-of-bounds reads in gss_krb5_unwrap_v2()
- Verification of kernel version and patch application required
- Monitoring system logs for exploitation attempts recommended
Technical summary
The gss_unwrap_resp_priv function in the Linux kernel's SUNRPC did not properly validate the RPCSEC_GSS opaque length. A crafted reply from a krb5p NFS server can cause out-of-bounds reads in gss_krb5_unwrap_v2(). The fix involves replacing a single combined check with three guards to ensure safe u32 arithmetic and enforce the RFC 4121 minimum outer token length. This fix prevents potential out-of-bounds reads and ensures the integrity of the Linux kernel's SUNRPC functionality. Linux kernel maintainers, system administrators, and security teams should verify and apply patches, and monitor system logs.
Defensive priority
High
Recommended defensive actions
- Review and apply the provided kernel patches to ensure the SUNRPC vulnerability is addressed.
- Verify the system's Linux kernel version and update if necessary.
- Monitor system logs for potential exploitation attempts.
- Perform a thorough review of the system's exposure to the vulnerability.
- Implement compensating controls for exposed systems while remediation is scheduled and verified.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
- Review relevant monitoring, detection, and logs for exposed assets that need extra review.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability, but the scope of affected systems and versions is not explicitly stated. The fix involves replacing a single combined check with three guards to ensure safe u32 arithmetic and enforce the RFC 4121 minimum outer token length.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-89541 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-89541
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-89541 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-89541
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/87831b92112c81db251d46756d65daa4f91af6a2
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/89a15a50f84d32d4b99db86f957427fcbe20a99a
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/d395c30d570ca6168f0297b191709927d1258273
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/ebcbd2523a8524c3d24e111cdbed8e271d910269
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.