CVE-2025-40129

HIGHCVSS 7.5/10EPSS 0.20%

Last modified

CVE-2025-40129 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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(). EPSS estimates a 0.20% chance of exploitation in the next 30 days.

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.

Metrics

CVSS 3.1
7.5/10

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

EPSS Probability
0.20%

9.7th percentile

Probability of exploitation in the next 30 days. Learn more

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 0653028e8f1c97fec30710813a001ad8a2ec34f4, < 81cec07d303186d0d8c623ef8b5ecd3b81e94cf6; >= 0653028e8f1c97fec30710813a001ad8a2ec34f4, < affc03d44921f493deaae1d33151e3067a6f9f8f; >= 0653028e8f1c97fec30710813a001ad8a2ec34f4, < ab9a70cd2386a0d70c164b0905dd66bc9af52e77; >= 0653028e8f1c97fec30710813a001ad8a2ec34f4, < 6df164e29bd4e6505c5a2e0e5f1e1f6957a16a42
LinuxLinux6.3

References

Timeline

Published
Last Modified
Status
Deferred

Frequently Asked Questions

What is 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 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.
How severe is CVE-2025-40129?
CVE-2025-40129 has a CVSS score of 7.5/10 (HIGH severity). The EPSS model estimates a 0.20% probability of exploitation in the next 30 days.
How do I fix CVE-2025-40129?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2025

Are you affected by CVE-2025-40129?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST