CVE-2026-89550 — Linux: In the Linux kernel, the following vulnerability has been resolved: SUNRPC: svcauth_gss: enforce krb5
In the Linux kernel, the following vulnerability has been resolved: SUNRPC: svcauth_gss: enforce krb5 token minimum length svcauth_gss_unwrap_priv() validates only an upper bound on the wire-supplied opaque length before handing the buffer to gss_unwrap(): if (len > xdr_stream_remaining(xdr)) goto unwrap_failed; offset = xdr_stream_pos(xdr); ... maj_stat = gss_unwrap(ctx, offset, offset + len, buf); The wire value `len` flows unchanged as the u CVSSv3.1 9.8 (CRITICAL) · EPSS 6th percentile