Bug 2467070 (CVE-2026-43132) - CVE-2026-43132 kernel: dm-verity: correctly handle dm_bufio_client_create() failure
Summary: CVE-2026-43132 kernel: dm-verity: correctly handle dm_bufio_client_create() f...
Keywords:
Status: NEW
Alias: CVE-2026-43132
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-06 13:02 UTC by OSIDB Bzimport
Modified: 2026-05-06 18:04 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-06 13:02:40 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.