CVE-2026-89538
Last modified
CVE-2026-89538 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Reject krb5 v2 wrap tokens with oversized ec field gss_krb5_unwrap_v2() sets buf->len to a logical length, which can be much smaller than head[0].iov_len (the allocated receive-page capacity). It then calls xdr_buf_trim() with a trim length derived from the 16-bit "extra count" (ec) field in the Kerberos v2 token header. The ec field is authenticated by the post-decrypt memcmp() against the encrypted header copy, so a randomly-mutated value is rejected. EPSS estimates a 0.63% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: SUNRPC: Reject krb5 v2 wrap tokens with oversized ec field gss_krb5_unwrap_v2() sets buf->len to a logical length, which can be much smaller than head[0].iov_len (the allocated receive-page capacity). It then calls xdr_buf_trim() with a trim length derived from the 16-bit "extra count" (ec) field in the Kerberos v2 token header. The ec field is authenticated by the post-decrypt memcmp() against the encrypted header copy, so a randomly-mutated value is rejected. However, any peer holding a valid GSS context can legitimately encrypt a token whose ec exceeds the plaintext length. Per RFC 4121, such a token is structurally malformed. Although xdr_buf_trim() now clamps the buf->len subtraction to avoid unsigned underflow, the buffer is still left in a semantically invalid state (zero length, inconsistent iov lengths) when ec is oversized. Reject these tokens before calling xdr_buf_trim(), giving callers a well-defined GSS_S_DEFECTIVE_TOKEN error and keeping the xdr_buf internally consistent. The wrapped blob begins at a nonzero offset -- both callers pass len as offset + opaque_len -- so buf->len still counts the offset bytes that precede the blob. Compare the trim length against the remaining wrapped segment, buf->len - offset, rather than the whole buffer; comparing against buf->len alone leaves an offset-wide window in which an oversized ec passes the test and xdr_buf_trim() cuts into the bytes ahead of the blob.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= cf4c024b908353fcc48309374d39e3399d67dfd1, < ac9efc29346b6942e71f0e24a3178a9121330fab; >= cf4c024b908353fcc48309374d39e3399d67dfd1, < b5746095b59f4d11f39f08751d36bbdfd1e5deac; >= cf4c024b908353fcc48309374d39e3399d67dfd1, < 9fc6d6e6db49ab55208d5dd1c424c1d0d9aa7296; >= cf4c024b908353fcc48309374d39e3399d67dfd1, < 4abb44a29bb515df6f49123848765c70fc9b5021; >= cf4c024b908353fcc48309374d39e3399d67dfd1, < dfcd81ab45613d45996fbf483d4ef54b0ec90ab9; >= cf4c024b908353fcc48309374d39e3399d67dfd1, < 1f9856af065b6158271687e9788407b9573fd16f; >= cf4c024b908353fcc48309374d39e3399d67dfd1, < 880effc943ed82d6811f272ed3307c222b40f4d6; >= cf4c024b908353fcc48309374d39e3399d67dfd1, < ad484748eec0a66eac0f13ab53b3fbedb7333c91 |
| Linux | Linux | 3.13 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89538?
How severe is CVE-2026-89538?
How do I fix CVE-2026-89538?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89532In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-89533In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89534In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89535In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-89536In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89537In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-89539In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8954Incorrect boundary conditions, integer overflow in the Audio…7.5
- CVE-2026-89540In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89541In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89542In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89543In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89538?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
