SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-89577

UNKNOWN · CVSS N/A EPSS 0.20%

Source: NVD + CISA KEV + EPSS · Published 2026-09-11 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The vulnerability affects the dm-raid1 component of the Linux kernel, where improper handling of specific error codes (BLK_STS_NOTSUPP and BLK_STS_INVAL) could lead to unnecessary leg failures in RAID configurations. The impact includes potential data availability issues for systems relying on dm-raid1, particularly when using unaligned bio vectors. Organizations utilizing Linux systems with dm-raid1 should prioritize applying this patch to ensure stability and reliability in their RAID setups.

CVE
CVE-2026-89577
Severity
UNKNOWN
CVSS
N/A
EPSS
0.20%
Linux

Original NVD Description

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.