cbcvebase.
CVE-2025-38691
published 2025-09-04

CVE-2025-38691: 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…

medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
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.

Affected

39 ranges· showing 25
VendorProductVersion rangeFixed in
debiandebian_linux
debianlinux< linux 6.1.153-1 (bookworm)linux 6.1.153-1 (bookworm)
debianlinux-6.1< linux 6.1.153-1 (bookworm)linux 6.1.153-1 (bookworm)
linuxlinux
linuxlinux>= 34dc93c2fc04da0d01acf8a1660b4ab276208af7 < 579b85f893d9885162e1cabf99a4a088916e143e579b85f893d9885162e1cabf99a4a088916e143e
linuxlinux>= 34dc93c2fc04da0d01acf8a1660b4ab276208af7 < 2896f101110076ac6bf99d7aaf463d61e26f89dd2896f101110076ac6bf99d7aaf463d61e26f89dd
linuxlinux>= 34dc93c2fc04da0d01acf8a1660b4ab276208af7 < 4f783333cbfa2ee7d4aa8e47f6bd1b3f77534fcf4f783333cbfa2ee7d4aa8e47f6bd1b3f77534fcf
linuxlinux>= 34dc93c2fc04da0d01acf8a1660b4ab276208af7 < 9be5c04beca3202d0a5f09fb4b2ecb644caa0bc59be5c04beca3202d0a5f09fb4b2ecb644caa0bc5
linuxlinux>= 34dc93c2fc04da0d01acf8a1660b4ab276208af7 < 24334f3cf8a294f253071b5bf22d754dbb6d0f2d24334f3cf8a294f253071b5bf22d754dbb6d0f2d
linuxlinux>= 34dc93c2fc04da0d01acf8a1660b4ab276208af7 < f0b2eee3fbba9b7e3746ef698424ef5e4a197776f0b2eee3fbba9b7e3746ef698424ef5e4a197776
linuxlinux>= 34dc93c2fc04da0d01acf8a1660b4ab276208af7 < 94ec6d939031a616474376dadbf4a8d0ef8b0bcc94ec6d939031a616474376dadbf4a8d0ef8b0bcc
linuxlinux>= 34dc93c2fc04da0d01acf8a1660b4ab276208af7 < 37c3443a2685528f972d910a6fb87716b96fef4637c3443a2685528f972d910a6fb87716b96fef46
linuxlinux>= 34dc93c2fc04da0d01acf8a1660b4ab276208af7 < 9768797c219326699778fba9cd3b607b2f1e79509768797c219326699778fba9cd3b607b2f1e7950
linuxlinux_kernel>= 0 < 5.10.244-15.10.244-1
linuxlinux_kernel>= 0 < 6.1.153-16.1.153-1
linuxlinux_kernel>= 0 < 6.12.43-16.12.43-1
linuxlinux_kernel>= 0 < 6.16.3-16.16.3-1
linuxlinux_kernel>= 0 < 5.15.0-163.1735.15.0-163.173
linuxlinux_kernel>= 0 < 6.8.0-100.1006.8.0-100.100
linuxlinux_kernel>= 3.18 < 5.4.2975.4.297
linuxlinux_kernel>= 5.11 < 5.15.1905.15.190
linuxlinux_kernel>= 5.16 < 6.1.1496.1.149
linuxlinux_kernel>= 5.5 < 5.10.2415.10.241
linuxlinux_kernel>= 6.13 < 6.15.116.15.11
linuxlinux_kernel>= 6.16 < 6.16.26.16.2

CVSS provenance

nvdv3.15.5MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
osv5.5MEDIUM