Answer in brief
CVE-2025-71265 records a Medium severity (CVSS 5.5) vulnerability in fs: ntfs3: fix infinite loop in attr_load_runs_range on inconsistent metadata. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic), Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (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-71265 records a Medium severity (CVSS 5.5) vulnerability in fs: ntfs3: fix infinite loop in attr_load_runs_range on inconsistent metadata. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic), Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFP (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.
CVSS is 5.5. 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 S7-1500 CPU 1518-4 PN/DP MFP (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 | >=be71b5cba2e6485e8959da7a9f9a44461a1bb074 <6f07a590616ff5f57f7c041d98e463fad9e9f763 || >=be71b5cba2e6485e8959da7a9f9a44461a1bb074 <a89bc96d5abd8a4a8d5d911884ea347efcdf460b || >=be71b5cba2e6485e8959da7a9f9a44461a1bb074 <af839013c70a24779f9d1afb1575952009312d38 || >=be71b5cba2e6485e8959da7a9f9a44461a1bb074 <78b61f7eac37a63284774b147f38dd0be6cad43c || >=be71b5cba2e6485e8959da7a9f9a44461a1bb074 <c0b43c45d45f59e7faad48675a50231a210c379b || >=be71b5cba2e6485e8959da7a9f9a44461a1bb074 <3c3a6e951b9b53dab2ac460a655313cf04c4a10a || >=be71b5cba2e6485e8959da7a9f9a44461a1bb074 <4b90f16e4bb5607fb35e7802eb67874038da4640 | 6f07a590616ff5f57f7c041d98e463fad9e9f763, a89bc96d5abd8a4a8d5d911884ea347efcdf460b, af839013c70a24779f9d1afb1575952009312d38, 78b61f7eac37a63284774b147f38dd0be6cad43c, c0b43c45d45f59e7faad48675a50231a210c379b, 3c3a6e951b9b53dab2ac460a655313cf04c4a10a, 4b90f16e4bb5607fb35e7802eb67874038da4640 |
| Linux/Linuxgeneric | 5.15 | Not reported |
| Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
| 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.6 <* | * |
| 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.6 <* | * |
| Siemens/SIPLUS S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.5 <* | * |
Published upstream
Mar 18, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Jul 14, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jul 14, 2026
In the Linux kernel, the following vulnerability has been resolved: fs: ntfs3: fix infinite loop in attr_load_runs_range on inconsistent metadata We found an infinite loop bug in the ntfs3 file system that can lead to a Denial-of-Service (DoS) condition. A malformed NTFS image can cause an infinite loop when an attribute header indicates an empty run list, while directory entries reference it as containing actual data. In NTFS, setting evcn=-1 with svcn=0 is a valid way to represent an empty run list, and run_unpack() correctly handles this by checking if evcn + 1 equals svcn and returning early without parsing any run data. However, this creates a problem when there is metadata inconsistency, where the attribute header claims to be empty (evcn=-1) but the caller expects to read actual data. When run_unpack() immediately returns success upon seeing this condition, it leaves the runs_tree uninitialized with run->runs as a NULL. The calling function attr_load_runs_range() assumes that a successful return means that the runs were loaded and sets clen to 0, expecting the next run_lookup_entry() call to succeed. Because runs_tree remains uninitialized, run_lookup_entry() continues to fail, and the loop increments vcn by zero (vcn += 0), leading to an infinite loop. This patch adds a retry counter to detect when run_lookup_entry() fails consecutively after attr_load_runs_vcn(). If the run is still not found on the second attempt, it indicates corrupted metadata and returns -EINVAL, preventing the Denial-of-Service (DoS) vulnerability.
Quoted source text, attributed separately from HOL analysis.
CVSS is 5.5. 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 S7-1500 CPU 1518-4 PN/DP MFP (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 | >=be71b5cba2e6485e8959da7a9f9a44461a1bb074 <6f07a590616ff5f57f7c041d98e463fad9e9f763 || >=be71b5cba2e6485e8959da7a9f9a44461a1bb074 <a89bc96d5abd8a4a8d5d911884ea347efcdf460b || >=be71b5cba2e6485e8959da7a9f9a44461a1bb074 <af839013c70a24779f9d1afb1575952009312d38 || >=be71b5cba2e6485e8959da7a9f9a44461a1bb074 <78b61f7eac37a63284774b147f38dd0be6cad43c || >=be71b5cba2e6485e8959da7a9f9a44461a1bb074 <c0b43c45d45f59e7faad48675a50231a210c379b || >=be71b5cba2e6485e8959da7a9f9a44461a1bb074 <3c3a6e951b9b53dab2ac460a655313cf04c4a10a || >=be71b5cba2e6485e8959da7a9f9a44461a1bb074 <4b90f16e4bb5607fb35e7802eb67874038da4640 | 6f07a590616ff5f57f7c041d98e463fad9e9f763, a89bc96d5abd8a4a8d5d911884ea347efcdf460b, af839013c70a24779f9d1afb1575952009312d38, 78b61f7eac37a63284774b147f38dd0be6cad43c, c0b43c45d45f59e7faad48675a50231a210c379b, 3c3a6e951b9b53dab2ac460a655313cf04c4a10a, 4b90f16e4bb5607fb35e7802eb67874038da4640 |
| Linux/Linuxgeneric | 5.15 | Not reported |
| Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
| 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.6 <* | * |
| 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.6 <* | * |
| Siemens/SIPLUS S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.5 <* | * |
Published upstream
Mar 18, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Jul 14, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jul 14, 2026
In the Linux kernel, the following vulnerability has been resolved: fs: ntfs3: fix infinite loop in attr_load_runs_range on inconsistent metadata We found an infinite loop bug in the ntfs3 file system that can lead to a Denial-of-Service (DoS) condition. A malformed NTFS image can cause an infinite loop when an attribute header indicates an empty run list, while directory entries reference it as containing actual data. In NTFS, setting evcn=-1 with svcn=0 is a valid way to represent an empty run list, and run_unpack() correctly handles this by checking if evcn + 1 equals svcn and returning early without parsing any run data. However, this creates a problem when there is metadata inconsistency, where the attribute header claims to be empty (evcn=-1) but the caller expects to read actual data. When run_unpack() immediately returns success upon seeing this condition, it leaves the runs_tree uninitialized with run->runs as a NULL. The calling function attr_load_runs_range() assumes that a successful return means that the runs were loaded and sets clen to 0, expecting the next run_lookup_entry() call to succeed. Because runs_tree remains uninitialized, run_lookup_entry() continues to fail, and the loop increments vcn by zero (vcn += 0), leading to an infinite loop. This patch adds a retry counter to detect when run_lookup_entry() fails consecutively after attr_load_runs_vcn(). If the run is still not found on the second attempt, it indicates corrupted metadata and returns -EINVAL, preventing the Denial-of-Service (DoS) vulnerability.
Quoted source text, attributed separately from HOL analysis.