Answer in brief
CVE-2025-38100 records a Unknown severity vulnerability in x86/iopl: Cure TIF_IO_BITMAP inconsistencies. 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 1518F-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-38100 records a Unknown severity vulnerability in x86/iopl: Cure TIF_IO_BITMAP inconsistencies. 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 1518F-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 S7-1500 CPU 1518-4 PN/DP MFP (generic), Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP (generic) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=ea5f1cd7ab494f65f50f338299eabb40ad6a1767 <d64b7b05a827f98d068f412969eef65489b0cf03 || >=ea5f1cd7ab494f65f50f338299eabb40ad6a1767 <2dace5e016c991424a3dc6e83b1ae5dca8992d08 || >=ea5f1cd7ab494f65f50f338299eabb40ad6a1767 <aa5ce1485562f20235b4c759eee5ab0c41d2c220 || >=ea5f1cd7ab494f65f50f338299eabb40ad6a1767 <2cfcbe1554c119402e7382de974c26b0549899fe || >=ea5f1cd7ab494f65f50f338299eabb40ad6a1767 <b3b3b6366dc8eb5b22edba9adc4bff3cdacfd64c || >=ea5f1cd7ab494f65f50f338299eabb40ad6a1767 <73cfcc8445585b8af7e18be3c9246b851fdf336c || >=ea5f1cd7ab494f65f50f338299eabb40ad6a1767 <8b68e978718f14fdcb080c2a7791c52a0d09bc6d | d64b7b05a827f98d068f412969eef65489b0cf03, 2dace5e016c991424a3dc6e83b1ae5dca8992d08, aa5ce1485562f20235b4c759eee5ab0c41d2c220, 2cfcbe1554c119402e7382de974c26b0549899fe, b3b3b6366dc8eb5b22edba9adc4bff3cdacfd64c, 73cfcc8445585b8af7e18be3c9246b851fdf336c, 8b68e978718f14fdcb080c2a7791c52a0d09bc6d |
| Linux/Linuxgeneric | 5.5 | Not reported |
| 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
Jul 3, 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: x86/iopl: Cure TIF_IO_BITMAP inconsistencies io_bitmap_exit() is invoked from exit_thread() when a task exists or when a fork fails. In the latter case the exit_thread() cleans up resources which were allocated during fork(). io_bitmap_exit() invokes task_update_io_bitmap(), which in turn ends up in tss_update_io_bitmap(). tss_update_io_bitmap() operates on the current task. If current has TIF_IO_BITMAP set, but no bitmap installed, tss_update_io_bitmap() crashes with a NULL pointer dereference. There are two issues, which lead to that problem: 1) io_bitmap_exit() should not invoke task_update_io_bitmap() when the task, which is cleaned up, is not the current task. That's a clear indicator for a cleanup after a failed fork(). 2) A task should not have TIF_IO_BITMAP set and neither a bitmap installed nor IOPL emulation level 3 activated. This happens when a kernel thread is created in the context of a user space thread, which has TIF_IO_BITMAP set as the thread flags are copied and the IO bitmap pointer is cleared. Other than in the failed fork() case this has no impact because kernel threads including IO workers never return to user space and therefore never invoke tss_update_io_bitmap(). Cure this by adding the missing cleanups and checks: 1) Prevent io_bitmap_exit() to invoke task_update_io_bitmap() if the to be cleaned up task is not the current task. 2) Clear TIF_IO_BITMAP in copy_thread() unconditionally. For user space forks it is set later, when the IO bitmap is inherited in io_bitmap_share(). For paranoia sake, add a warning into tss_update_io_bitmap() to catch the case, when that code is invoked with inconsistent state.
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 S7-1500 CPU 1518-4 PN/DP MFP (generic), Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFP (generic) and additional mapped packages. Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=ea5f1cd7ab494f65f50f338299eabb40ad6a1767 <d64b7b05a827f98d068f412969eef65489b0cf03 || >=ea5f1cd7ab494f65f50f338299eabb40ad6a1767 <2dace5e016c991424a3dc6e83b1ae5dca8992d08 || >=ea5f1cd7ab494f65f50f338299eabb40ad6a1767 <aa5ce1485562f20235b4c759eee5ab0c41d2c220 || >=ea5f1cd7ab494f65f50f338299eabb40ad6a1767 <2cfcbe1554c119402e7382de974c26b0549899fe || >=ea5f1cd7ab494f65f50f338299eabb40ad6a1767 <b3b3b6366dc8eb5b22edba9adc4bff3cdacfd64c || >=ea5f1cd7ab494f65f50f338299eabb40ad6a1767 <73cfcc8445585b8af7e18be3c9246b851fdf336c || >=ea5f1cd7ab494f65f50f338299eabb40ad6a1767 <8b68e978718f14fdcb080c2a7791c52a0d09bc6d | d64b7b05a827f98d068f412969eef65489b0cf03, 2dace5e016c991424a3dc6e83b1ae5dca8992d08, aa5ce1485562f20235b4c759eee5ab0c41d2c220, 2cfcbe1554c119402e7382de974c26b0549899fe, b3b3b6366dc8eb5b22edba9adc4bff3cdacfd64c, 73cfcc8445585b8af7e18be3c9246b851fdf336c, 8b68e978718f14fdcb080c2a7791c52a0d09bc6d |
| Linux/Linuxgeneric | 5.5 | Not reported |
| 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
Jul 3, 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: x86/iopl: Cure TIF_IO_BITMAP inconsistencies io_bitmap_exit() is invoked from exit_thread() when a task exists or when a fork fails. In the latter case the exit_thread() cleans up resources which were allocated during fork(). io_bitmap_exit() invokes task_update_io_bitmap(), which in turn ends up in tss_update_io_bitmap(). tss_update_io_bitmap() operates on the current task. If current has TIF_IO_BITMAP set, but no bitmap installed, tss_update_io_bitmap() crashes with a NULL pointer dereference. There are two issues, which lead to that problem: 1) io_bitmap_exit() should not invoke task_update_io_bitmap() when the task, which is cleaned up, is not the current task. That's a clear indicator for a cleanup after a failed fork(). 2) A task should not have TIF_IO_BITMAP set and neither a bitmap installed nor IOPL emulation level 3 activated. This happens when a kernel thread is created in the context of a user space thread, which has TIF_IO_BITMAP set as the thread flags are copied and the IO bitmap pointer is cleared. Other than in the failed fork() case this has no impact because kernel threads including IO workers never return to user space and therefore never invoke tss_update_io_bitmap(). Cure this by adding the missing cleanups and checks: 1) Prevent io_bitmap_exit() to invoke task_update_io_bitmap() if the to be cleaned up task is not the current task. 2) Clear TIF_IO_BITMAP in copy_thread() unconditionally. For user space forks it is set later, when the IO bitmap is inherited in io_bitmap_share(). For paranoia sake, add a warning into tss_update_io_bitmap() to catch the case, when that code is invoked with inconsistent state.
Quoted source text, attributed separately from HOL analysis.