CVE-2025-38691

Source
https://cve.org/CVERecord?id=CVE-2025-38691
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-38691.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-38691
Downstream
Related
Published
2025-09-04T15:32:45.301Z
Modified
2026-03-20T12:42:58.714778Z
Summary
pNFS: Fix uninited ptr deref in block/scsi layout
Details

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 exttreepreparecommit() reallocates a larger buffer to retry encoding extents, the "layoutupdatepages" page array is initialized only after the retry loop. But exttreefree_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 exttreeencodecommit() does not help much. Since this number increases even more between unlocking and locking of exttree, the reallocated buffer may not be large enough again and again.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/38xxx/CVE-2025-38691.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
34dc93c2fc04da0d01acf8a1660b4ab276208af7
Fixed
579b85f893d9885162e1cabf99a4a088916e143e
Fixed
2896f101110076ac6bf99d7aaf463d61e26f89dd
Fixed
4f783333cbfa2ee7d4aa8e47f6bd1b3f77534fcf
Fixed
9be5c04beca3202d0a5f09fb4b2ecb644caa0bc5
Fixed
24334f3cf8a294f253071b5bf22d754dbb6d0f2d
Fixed
f0b2eee3fbba9b7e3746ef698424ef5e4a197776
Fixed
94ec6d939031a616474376dadbf4a8d0ef8b0bcc
Fixed
37c3443a2685528f972d910a6fb87716b96fef46
Fixed
9768797c219326699778fba9cd3b607b2f1e7950

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-38691.json"