Answer in brief
CVE-2026-23110 records a Medium severity (CVSS 4.7) vulnerability in scsi: core: Wake up the error handler when final completions race against each other. 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-2026-23110 records a Medium severity (CVSS 4.7) vulnerability in scsi: core: Wake up the error handler when final completions race against each other. 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.
CVSS is 4.7. 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 | >=6eb045e092efefafc6687409a6fa6d1dabf0fb69 <cc872e35c0df80062abc71268d690a2f749e542e || >=6eb045e092efefafc6687409a6fa6d1dabf0fb69 <6d9a367be356101963c249ebf10ea10b32886607 || >=6eb045e092efefafc6687409a6fa6d1dabf0fb69 <9fdc6f28d5e81350ab1d2cac8389062bd09e61e1 || >=6eb045e092efefafc6687409a6fa6d1dabf0fb69 <64ae21b9c4f0c7e60cf47a53fa7ab68852079ef0 || >=6eb045e092efefafc6687409a6fa6d1dabf0fb69 <219f009ebfd1ef3970888ee9eef4c8a06357f862 || >=6eb045e092efefafc6687409a6fa6d1dabf0fb69 <fe2f8ad6f0999db3b318359a01ee0108c703a8c3 | cc872e35c0df80062abc71268d690a2f749e542e, 6d9a367be356101963c249ebf10ea10b32886607, 9fdc6f28d5e81350ab1d2cac8389062bd09e61e1, 64ae21b9c4f0c7e60cf47a53fa7ab68852079ef0, 219f009ebfd1ef3970888ee9eef4c8a06357f862, fe2f8ad6f0999db3b318359a01ee0108c703a8c3 |
| Linux/Linuxgeneric | 5.5 | Not reported |
| Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
| Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
| Siemens/SIPLUS S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
Published upstream
Feb 4, 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: scsi: core: Wake up the error handler when final completions race against each other The fragile ordering between marking commands completed or failed so that the error handler only wakes when the last running command completes or times out has race conditions. These race conditions can cause the SCSI layer to fail to wake the error handler, leaving I/O through the SCSI host stuck as the error state cannot advance. First, there is an memory ordering issue within scsi_dec_host_busy(). The write which clears SCMD_STATE_INFLIGHT may be reordered with reads counting in scsi_host_busy(). While the local CPU will see its own write, reordering can allow other CPUs in scsi_dec_host_busy() or scsi_eh_inc_host_failed() to see a raised busy count, causing no CPU to see a host busy equal to the host_failed count. This race condition can be prevented with a memory barrier on the error path to force the write to be visible before counting host busy commands. Second, there is a general ordering issue with scsi_eh_inc_host_failed(). By counting busy commands before incrementing host_failed, it can race with a final command in scsi_dec_host_busy(), such that scsi_dec_host_busy() does not see host_failed incremented but scsi_eh_inc_host_failed() counts busy commands before SCMD_STATE_INFLIGHT is cleared by scsi_dec_host_busy(), resulting in neither waking the error handler task. This needs the call to scsi_host_busy() to be moved after host_failed is incremented to close the race condition.
Quoted source text, attributed separately from HOL analysis.
CVSS is 4.7. 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 | >=6eb045e092efefafc6687409a6fa6d1dabf0fb69 <cc872e35c0df80062abc71268d690a2f749e542e || >=6eb045e092efefafc6687409a6fa6d1dabf0fb69 <6d9a367be356101963c249ebf10ea10b32886607 || >=6eb045e092efefafc6687409a6fa6d1dabf0fb69 <9fdc6f28d5e81350ab1d2cac8389062bd09e61e1 || >=6eb045e092efefafc6687409a6fa6d1dabf0fb69 <64ae21b9c4f0c7e60cf47a53fa7ab68852079ef0 || >=6eb045e092efefafc6687409a6fa6d1dabf0fb69 <219f009ebfd1ef3970888ee9eef4c8a06357f862 || >=6eb045e092efefafc6687409a6fa6d1dabf0fb69 <fe2f8ad6f0999db3b318359a01ee0108c703a8c3 | cc872e35c0df80062abc71268d690a2f749e542e, 6d9a367be356101963c249ebf10ea10b32886607, 9fdc6f28d5e81350ab1d2cac8389062bd09e61e1, 64ae21b9c4f0c7e60cf47a53fa7ab68852079ef0, 219f009ebfd1ef3970888ee9eef4c8a06357f862, fe2f8ad6f0999db3b318359a01ee0108c703a8c3 |
| Linux/Linuxgeneric | 5.5 | Not reported |
| Siemens/SIMATIC S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
| Siemens/SIMATIC S7-1500 CPU 1518F-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
| Siemens/SIPLUS S7-1500 CPU 1518-4 PN/DP MFPgeneric | >=V3.1.6 <* | * |
Published upstream
Feb 4, 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: scsi: core: Wake up the error handler when final completions race against each other The fragile ordering between marking commands completed or failed so that the error handler only wakes when the last running command completes or times out has race conditions. These race conditions can cause the SCSI layer to fail to wake the error handler, leaving I/O through the SCSI host stuck as the error state cannot advance. First, there is an memory ordering issue within scsi_dec_host_busy(). The write which clears SCMD_STATE_INFLIGHT may be reordered with reads counting in scsi_host_busy(). While the local CPU will see its own write, reordering can allow other CPUs in scsi_dec_host_busy() or scsi_eh_inc_host_failed() to see a raised busy count, causing no CPU to see a host busy equal to the host_failed count. This race condition can be prevented with a memory barrier on the error path to force the write to be visible before counting host busy commands. Second, there is a general ordering issue with scsi_eh_inc_host_failed(). By counting busy commands before incrementing host_failed, it can race with a final command in scsi_dec_host_busy(), such that scsi_dec_host_busy() does not see host_failed incremented but scsi_eh_inc_host_failed() counts busy commands before SCMD_STATE_INFLIGHT is cleared by scsi_dec_host_busy(), resulting in neither waking the error handler task. This needs the call to scsi_host_busy() to be moved after host_failed is incremented to close the race condition.
Quoted source text, attributed separately from HOL analysis.