CVE-2026-53392 Details
Description
In the Linux kernel, the following vulnerability has been resolved: NFSv4/flexfiles: reject zero filehandle version count ff_layout_alloc_lseg() decodes the filehandle-version array count from the flexfiles layout body. The value is used as the count for kzalloc_objs(), and the current code only rejects NULL. A zero count yields ZERO_SIZE_PTR, which can be stored in dss_info->fh_versions even though later flexfiles paths assume that at least one filehandle version exists. Reject fh_count == 0 before the allocation, matching the existing zero version_count validation in the flexfiles GETDEVICEINFO parser. A QEMU/KASAN run with a malformed flexfiles layout hit: KASAN: null-ptr-deref in range [0x0000000000000010-0x0000000000000017] RIP: 0010:ff_layout_encode_ff_layoutupdate.isra.0+0x15f/0x750 ff_layout_encode_layoutreturn+0x683/0x970 nfs4_xdr_enc_layoutreturn+0x278/0x3a0 Kernel panic - not syncing: Fatal exception The patched kernel rejects the malformed layout without KASAN/oops/panic, and a valid fh_count=1 regression still opens, reads, and unmounts cleanly.
A vulnerability in the Linux kernel's NFSv4 flexfiles implementation allows for a null pointer dereference due to improper handling of filehandle version counts. The issue arises in the 'ff_layout_alloc_lseg' function, which decodes the filehandle-version array count from the flexfiles layout body. The current code only rejects null counts, allowing a zero count to be interpreted as a valid pointer size, leading to a null pointer dereference. This can cause a kernel panic. The vulnerability has been fixed by adding a check to reject zero filehandle version counts before allocation, ensuring that at least one version is present.
Users can upgrade to the latest patched version of the Linux kernel available in the Linux Kernel Stable Tree to address this vulnerability.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
No SSVC data is available for this CVE.
References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/18cc6d57a14fa65ab2a2b52279f549041c4bc9cf | kernel.org | Patch |
| https://git.kernel.org/stable/c/2131ed64b767ffa8bcdb3677d90f3964e39aabc8 | kernel.org | Patch |
| https://git.kernel.org/stable/c/2c6bb3c40bc24f6aa8dfbe6fe98c3ad6389203f2 | kernel.org | Patch |
| https://git.kernel.org/stable/c/7779c85028a0676fb190cde4f0c540f4f8e97761 | kernel.org | Patch |
| https://git.kernel.org/stable/c/9033591535c066726f5b505126ccb4068b98fa4f | kernel.org | Patch |
| https://git.kernel.org/stable/c/be7829715e341b42846437dd9e721005db59f0cc | kernel.org | Patch |
| https://git.kernel.org/stable/c/d8c90c7cc061265d5f2813a1f5c82ef2f4707e67 | kernel.org | Patch |
| https://git.kernel.org/stable/c/eeabb9020721db6bc132e68eeae380b8d4fb4b04 | kernel.org | Patch |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-476 | NULL Pointer Dereference | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| linux linux kernel | >= 4.0, < 5.10.261 >= 5.11, < 5.15.212 >= 5.16, < 6.1.178 >= 6.2, < 6.6.145 >= 6.7, < 6.12.96 >= 6.13, < 6.18.38 >= 6.19, < 7.1.3 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Aug 17, 2026 | CVE Modified | kernel.org |
| Jul 29, 2026 | Initial Analysis | [email protected] |
| Jul 24, 2026 | CVE Modified | kernel.org |
| Jul 20, 2026 | CVE Modified | kernel.org |
| Jul 19, 2026 | New CVE Received | kernel.org |