Impact
The Linux kernel block subsystem contains a flaw where user‑space vectors used to build block I/O structures are not validated for proper alignment. A misaligned vector can cause the underlying driver to interpret data incorrectly, potentially corrupting kernel memory or crashing the system during the I/O operation. This weakness falls under CWE-1288, which deals with improper security checks.
Affected Systems
All Linux kernel releases before the commit referenced in the advisory are affected. The issue applies to any block driver that accepts user‑space I/O vectors, regardless of the vendor, and thus any system running an earlier kernel version is potentially vulnerable.
Risk and Exploitability
Based on the description, it is inferred that an attacker would need to supply a misaligned vector to a block‑device operation, which typically requires local or privileged access to the device. The CVSS score of 4.7, combined with an EPSS score of < 1 %, indicates a low to moderate exploit likelihood, and the vulnerability is not listed in CISA's KEV catalog. If exploited, the kernel could crash or experience memory corruption, leading to a denial of service on the affected machine.
OpenCVE Enrichment