Improper Initialization in Linux kernel - CVE-2026-53398

 

Improper Initialization in Linux kernel - CVE-2026-53398

Published: July 21, 2026


Vulnerability identifier: #VU138876
CSH Severity: Medium
CVSS v4: 8.7 [CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-53398
CWE-ID: CWE-665
Exploitation vector: Remote access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a remote attacker to cause a denial of service.

The vulnerability exists due to improper initialization in nfsd4_decode_secinfo_no_name() when processing a truncated XDR stream for the SECINFO_NO_NAME operation. A remote attacker can send a specially crafted request to cause a denial of service.

The issue occurs because stale union contents from a previous operation can leave sin_exp non-NULL, leading the error cleanup path to call exp_put() on an invalid value.


Affected software

Linux kernel

How to mitigate CVE-2026-53398

Install security update from vendor's repository.

Linux kernel - update to 7.0 rc3

External References

Related Security Bulletins