NONE · 0

CVE-2025-40129

In the Linux kernel, the following vulnerability has been resolved: sunrpc: fix null pointer dereference on zero-length checksum In xdr_stream_decode_opaque_auth(), zero-length checksum.len causes c...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: sunrpc: fix null pointer dereference on zero-length checksum In xdr_stream_decode_opaque_auth(), zero-length checksum.len causes checksum.data to be set to NULL. This triggers a NPD when accessing checksum.data in gss_krb5_verify_mic_v2(). This patch ensures that the value of checksum.len is not less than XDR_UNIT.

References

FAQ

What is CVE-2025-40129?

CVE-2025-40129 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: sunrpc: fix null pointer dereference on zero-length checksum In xdr_stream_decode_opaque_auth(), zero-length checksum.len causes c...

How severe is CVE-2025-40129?

CVSS scoring is not yet available for CVE-2025-40129. Check NVD for updates.

Is there a patch for CVE-2025-40129?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.