Answer in brief
CVE-2025-38691 records a Unknown severity vulnerability in pNFS: Fix uninited ptr deref in block/scsi layout. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic), Siemens/SIMATIC CN 4100 (generic), Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (generic) and additional mapped packages. Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
Answer in brief
CVE-2025-38691 records a Unknown severity vulnerability in pNFS: Fix uninited ptr deref in block/scsi layout. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic), Siemens/SIMATIC CN 4100 (generic), Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (generic) and additional mapped packages. Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic), Siemens/SIMATIC CN 4100 (generic), Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (generic) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=34dc93c2fc04da0d01acf8a1660b4ab276208af7 <579b85f893d9885162e1cabf99a4a088916e143e || >=34dc93c2fc04da0d01acf8a1660b4ab276208af7 <2896f101110076ac6bf99d7aaf463d61e26f89dd || >=34dc93c2fc04da0d01acf8a1660b4ab276208af7 <4f783333cbfa2ee7d4aa8e47f6bd1b3f77534fcf || >=34dc93c2fc04da0d01acf8a1660b4ab276208af7 <9be5c04beca3202d0a5f09fb4b2ecb644caa0bc5 || >=34dc93c2fc04da0d01acf8a1660b4ab276208af7 <24334f3cf8a294f253071b5bf22d754dbb6d0f2d || >=34dc93c2fc04da0d01acf8a1660b4ab276208af7 <f0b2eee3fbba9b7e3746ef698424ef5e4a197776 || >=34dc93c2fc04da0d01acf8a1660b4ab276208af7 <94ec6d939031a616474376dadbf4a8d0ef8b0bcc || >=34dc93c2fc04da0d01acf8a1660b4ab276208af7 <37c3443a2685528f972d910a6fb87716b96fef46 || >=34dc93c2fc04da0d01acf8a1660b4ab276208af7 <9768797c219326699778fba9cd3b607b2f1e7950 | 579b85f893d9885162e1cabf99a4a088916e143e, 2896f101110076ac6bf99d7aaf463d61e26f89dd, 4f783333cbfa2ee7d4aa8e47f6bd1b3f77534fcf, 9be5c04beca3202d0a5f09fb4b2ecb644caa0bc5, 24334f3cf8a294f253071b5bf22d754dbb6d0f2d, f0b2eee3fbba9b7e3746ef698424ef5e4a197776, 94ec6d939031a616474376dadbf4a8d0ef8b0bcc, 37c3443a2685528f972d910a6fb87716b96fef46, 9768797c219326699778fba9cd3b607b2f1e7950 |
| Linux/Linuxgeneric | 3.18 | Not reported |
| Siemens/SIMATIC CN 4100generic | >=0 <V5.0 | V5.0 |
| Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.5 <* | * |
| Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFPgeneric | >=V3.1.5 <* | * |
| Siemens/SIPLUS S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.5 <* | * |
Published upstream
Sep 4, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Jul 14, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 6, 2026
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.
Quoted source text, attributed separately from HOL analysis.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic), Siemens/SIMATIC CN 4100 (generic), Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (generic) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=34dc93c2fc04da0d01acf8a1660b4ab276208af7 <579b85f893d9885162e1cabf99a4a088916e143e || >=34dc93c2fc04da0d01acf8a1660b4ab276208af7 <2896f101110076ac6bf99d7aaf463d61e26f89dd || >=34dc93c2fc04da0d01acf8a1660b4ab276208af7 <4f783333cbfa2ee7d4aa8e47f6bd1b3f77534fcf || >=34dc93c2fc04da0d01acf8a1660b4ab276208af7 <9be5c04beca3202d0a5f09fb4b2ecb644caa0bc5 || >=34dc93c2fc04da0d01acf8a1660b4ab276208af7 <24334f3cf8a294f253071b5bf22d754dbb6d0f2d || >=34dc93c2fc04da0d01acf8a1660b4ab276208af7 <f0b2eee3fbba9b7e3746ef698424ef5e4a197776 || >=34dc93c2fc04da0d01acf8a1660b4ab276208af7 <94ec6d939031a616474376dadbf4a8d0ef8b0bcc || >=34dc93c2fc04da0d01acf8a1660b4ab276208af7 <37c3443a2685528f972d910a6fb87716b96fef46 || >=34dc93c2fc04da0d01acf8a1660b4ab276208af7 <9768797c219326699778fba9cd3b607b2f1e7950 | 579b85f893d9885162e1cabf99a4a088916e143e, 2896f101110076ac6bf99d7aaf463d61e26f89dd, 4f783333cbfa2ee7d4aa8e47f6bd1b3f77534fcf, 9be5c04beca3202d0a5f09fb4b2ecb644caa0bc5, 24334f3cf8a294f253071b5bf22d754dbb6d0f2d, f0b2eee3fbba9b7e3746ef698424ef5e4a197776, 94ec6d939031a616474376dadbf4a8d0ef8b0bcc, 37c3443a2685528f972d910a6fb87716b96fef46, 9768797c219326699778fba9cd3b607b2f1e7950 |
| Linux/Linuxgeneric | 3.18 | Not reported |
| Siemens/SIMATIC CN 4100generic | >=0 <V5.0 | V5.0 |
| Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.5 <* | * |
| Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFPgeneric | >=V3.1.5 <* | * |
| Siemens/SIPLUS S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.5 <* | * |
Published upstream
Sep 4, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Jul 14, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 6, 2026
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.
Quoted source text, attributed separately from HOL analysis.