Impact
The vulnerability is a buffer overflow in the Linux kernel's device mapper ioctl handler function retrieve_status. The routine aligns an output pointer to the next 8‑byte boundary without checking bounds, which can cause the pointer to advance past the allocated buffer and allow subsequent writes to overwrite memory beyond the intended region. The flaw may only be triggered by root‑privileged requests, so non‑privileged users cannot exploit it directly.
Affected Systems
The flaw exists in the device mapper subsystem of the Linux kernel and affects all kernel installations that have not integrated the upstream commit that patches the overflow. Administrators should verify that their kernel package includes the latest patch set or upgrade to a distribution release that contains the fix.
Risk and Exploitability
The CVSS score of 7.0 indicates medium severity, reflecting the risk of kernel memory corruption when a root user issues a malformed ioctl. The EPSS metric is unavailable and the vulnerability is not in the CISA KEV catalog, suggesting no known widespread exploitation yet. Attackers with root privileges could intentionally craft unaligned buffers to trigger the overflow, potentially overwriting kernel memory; however, typical library usage aligns buffers to 8‑byte boundaries, reducing the likelihood of accidental exploitation.
OpenCVE Enrichment