Home

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.

PUBLISHED Reserved 2025-04-16 | Published 2025-09-04 | Updated 2025-09-29 | Assigner Linux

Product status

Default status
unaffected

1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (git) before 579b85f893d9885162e1cabf99a4a088916e143e
affected

1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (git) before 2896f101110076ac6bf99d7aaf463d61e26f89dd
affected

1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (git) before 4f783333cbfa2ee7d4aa8e47f6bd1b3f77534fcf
affected

1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (git) before 9be5c04beca3202d0a5f09fb4b2ecb644caa0bc5
affected

1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (git) before 24334f3cf8a294f253071b5bf22d754dbb6d0f2d
affected

1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (git) before f0b2eee3fbba9b7e3746ef698424ef5e4a197776
affected

1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (git) before 94ec6d939031a616474376dadbf4a8d0ef8b0bcc
affected

1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (git) before 37c3443a2685528f972d910a6fb87716b96fef46
affected

1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (git) before 9768797c219326699778fba9cd3b607b2f1e7950
affected

Default status
affected

5.4.297 (semver)
unaffected

5.10.241 (semver)
unaffected

5.15.190 (semver)
unaffected

6.1.149 (semver)
unaffected

6.6.103 (semver)
unaffected

6.12.43 (semver)
unaffected

6.15.11 (semver)
unaffected

6.16.2 (semver)
unaffected

6.17 (original_commit_for_fix)
unaffected

References

git.kernel.org/...c/579b85f893d9885162e1cabf99a4a088916e143e

git.kernel.org/...c/2896f101110076ac6bf99d7aaf463d61e26f89dd

git.kernel.org/...c/4f783333cbfa2ee7d4aa8e47f6bd1b3f77534fcf

git.kernel.org/...c/9be5c04beca3202d0a5f09fb4b2ecb644caa0bc5

git.kernel.org/...c/24334f3cf8a294f253071b5bf22d754dbb6d0f2d

git.kernel.org/...c/f0b2eee3fbba9b7e3746ef698424ef5e4a197776

git.kernel.org/...c/94ec6d939031a616474376dadbf4a8d0ef8b0bcc

git.kernel.org/...c/37c3443a2685528f972d910a6fb87716b96fef46

git.kernel.org/...c/9768797c219326699778fba9cd3b607b2f1e7950

cve.org (CVE-2025-38691)

nvd.nist.gov (CVE-2025-38691)

Download JSON