CVE-2026-43132
dm-verity Buffer Overflow in Linux Kernel
Publication date: 2026-05-06
Last updated on: 2026-05-06
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the Linux kernel's dm-verity component. Specifically, if the function dm_bufio_client_create() fails during calls in verity_fec_ctr(), the subsequent call to dm_bufio_client_destroy() is made with an invalid error pointer (ERR_PTR()) argument. This improper handling causes the system to crash.
How can this vulnerability impact me? :
The impact of this vulnerability is that it can cause the Linux kernel to crash when the error handling in dm-verity is not properly managed. This could lead to system instability or denial of service due to unexpected crashes.