Acknowledged
Created: Nov 12, 2025
Updated: Nov 25, 2025
Found In Version: 10.24.33.1
Severity: Standard
Applicable for: Wind River Linux LTS 24
Component/s: Kernel
In the Linux kernel, the following vulnerability has been resolved:[EOL][EOL]sunrpc: fix null pointer dereference on zero-length checksum[EOL][EOL]In xdr_stream_decode_opaque_auth(), zero-length checksum.len causes[EOL]checksum.data to be set to NULL. This triggers a NPD when accessing[EOL]checksum.data in gss_krb5_verify_mic_v2(). This patch ensures that[EOL]the value of checksum.len is not less than XDR_UNIT.