VDB

CVE-2026-31696

CVE-2026-31696 PUBLISHED

Reported by Linux · Published May 1, 2026

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix missing validation of ticket length in non-XDR key preparsing In rxrpc_preparse(), there are two paths for parsing key payloads: the XDR path (for large payloads) and the non-XDR path (for payloads <= 28 bytes). While the XDR path (rxrpc_preparse_xdr_rxkad()) correctly validates the ticket length against AFSTOKEN_RK_TIX_MAX, the non-XDR path fails to do so. This allows an unprivileged user to provide a very large ticket length. When this key is later read via rxrpc_read(), the total token size (toksize) calculation results in a value that exceeds AFSTOKEN_LENGTH_MAX, triggering a WARN_ON(). [ 2001.302904] WARNING: CPU: 2 PID: 2108 at net/rxrpc/key.c:778 rxrpc_read+0x109/0x5c0 [rxrpc] Fix this by adding a check in the non-XDR parsing path of rxrpc_preparse() to ensure the ticket length does not exceed AFSTOKEN_RK_TIX_MAX, bringing it into parity with the XDR parsing logic.

EPSS 0.01% · 2.5th percentile

Risk Scores

EPSS Score
0.01%
2.5th percentile

Affected Products

VendorProductVersions
LinuxLinux8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247, 8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247, 8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247
LinuxLinux3.17, 0, 6.6.136
linuxlinux_kernel3.17, 3.17, 3.17
LinuxLinux8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247, 8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247, 8a7a3eb4ddbe7c7e639170a64adede7cbd5a9247

Timeline

  • May 1, 2026 CVE Published
  • May 18, 2026 EPSS Score
  • May 19, 2026 EPSS Score
  • May 20, 2026 EPSS Score
  • May 21, 2026 EPSS Score
  • May 22, 2026 EPSS Score
  • May 23, 2026 EPSS Score
  • May 24, 2026 EPSS Score
  • May 25, 2026 EPSS Score
  • May 26, 2026 EPSS Score
  • May 27, 2026 EPSS Score
  • May 28, 2026 EPSS Score

References

Open in Interactive Console →
$ Console Community · 100/wk Open console ›