CVE-2025-38691
Published: Sep 4, 2025
Modified: May 12, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: pNFS: Fix uninited ptr deref in block/scsi layout The error occurs on the third attempt to encode extents. When function ext_tree_prepare_commit() reallocates a larger buffer to retry encoding extents, the "layoutupdate_pages" page array is initialized only after the retry loop. But ext_tree_free_commitdata() is called on every iteration and tries to put pages in the array, thus dereferencing uninitialized pointers. An additional problem is that there is no limit on the maximum possible buffer_size. When there are too many extents, the client may create a layoutcommit that is larger than the maximum possible RPC size accepted by the server. During testing, we observed two typical scenarios. First, one memory page for extents is enough when we work with small files, append data to the end of the file, or preallocate extents before writing. But when we fill a new large file without preallocating, the number of extents can be huge, and counting the number of written extents in ext_tree_encode_commit() does not help much. Since this number increases even more between unlocking and locking of ext_tree, the reallocated buffer may not be large enough again and again.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected 34dc93c2fc04da0d01acf8a1660b4ab276208af7 - < 579b85f893d9885162e1cabf99a4a088916e143eaffected 34dc93c2fc04da0d01acf8a1660b4ab276208af7 - < 2896f101110076ac6bf99d7aaf463d61e26f89ddaffected 34dc93c2fc04da0d01acf8a1660b4ab276208af7 - < 4f783333cbfa2ee7d4aa8e47f6bd1b3f77534fcfaffected 34dc93c2fc04da0d01acf8a1660b4ab276208af7 - < 9be5c04beca3202d0a5f09fb4b2ecb644caa0bc5affected 34dc93c2fc04da0d01acf8a1660b4ab276208af7 - < 24334f3cf8a294f253071b5bf22d754dbb6d0f2d+4 more versions |
Linux | Linux | affected 3.18unaffected 0 - < 3.18unaffected 5.4.297 - <= 5.4.*unaffected 5.10.241 - <= 5.10.*unaffected 5.15.190 - <= 5.15.*+6 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now