Security Advisory

CVE-2026-43132

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-05-06 11:27:20
Last updated 2026-05-11 22:18:22
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: dm-verity: correctly handle dm_bufio_client_create() failure If either of the calls to dm_bufio_client_create() in verity_fec_ctr() fails, then dm_bufio_client_destroy() is later called with an ERR_PTR() argument. That causes a crash. Fix this.