Answer in brief
CVE-2026-89577 records a Unknown severity vulnerability in dm-io: report non-retryable errors separatedly. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). 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). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=5ff3f74e145adc79b49668adb8de276446acf6be <49694a363f7ecd5a52d1ea1a13c287ad6d196c35 || >=5ff3f74e145adc79b49668adb8de276446acf6be <15fc1ec72e1f8089063d298550ada727e18f114a || >=5ff3f74e145adc79b49668adb8de276446acf6be <47a5e62f39875f371bded6e34ffb9cf15ccd813d | 49694a363f7ecd5a52d1ea1a13c287ad6d196c35, 15fc1ec72e1f8089063d298550ada727e18f114a, 47a5e62f39875f371bded6e34ffb9cf15ccd813d |
| Linux/Linuxgeneric | 6.18 | Not reported |
Published upstream
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 11, 2026
In the Linux kernel, the following vulnerability has been resolved: dm-io: report non-retryable errors separatedly The error codes BLK_STS_NOTSUPP and BLK_STS_INVAL should not cause leg failure on dm-raid1. This patch changes the interface to dm-io, so that it reports two error bitmaps - error_bits and unsup_bits. The unsup_bit bitmap tracks BLK_STS_NOTSUPP or BLK_STS_INVAL errors, the error_bits bitmap tracks all the other errors. dm-raid1 is changed so that it won't fail a leg if it receives an error in the unsup_bits bitmap. This patch (with 62dc37a819a5) fixes misbehavior if the user uses unaligned bio vectors on dm-raid1.
Quoted source text, attributed separately from HOL analysis.