CVE-2025-40129
BaseFortify
Publication date: 2025-11-12
Last updated on: 2025-11-12
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a null pointer dereference in the Linux kernel's sunrpc component. Specifically, in the function xdr_stream_decode_opaque_auth(), when a zero-length checksum is processed, the checksum.data pointer is set to NULL. Later, when gss_krb5_verify_mic_v2() tries to access this NULL pointer, it causes a null pointer dereference, which can lead to a crash or other unintended behavior. The fix ensures that the checksum length is never less than a defined minimum (XDR_UNIT), preventing checksum.data from being NULL.
How can this vulnerability impact me? :
This vulnerability can cause a null pointer dereference in the Linux kernel, potentially leading to a system crash or denial of service. This could disrupt normal operations on affected systems using the sunrpc component, impacting availability.