CVE-2026-72102
In the Linux kernel, the following vulnerability has been resolved: dm_early_create: fix freeing used table on dm_resume failure If dm_resume fails, the kernel attempts to free table with dm_table_destroy, but the table was already instantiated with…
Does this matter?
High impact if exploited, but EPSS currently rates exploitation as unlikely (0.17%). Schedule it in the normal patch cycle and watch for a rise in EPSS or a public exploit.
Description
In the Linux kernel, the following vulnerability has been resolved: dm_early_create: fix freeing used table on dm_resume failure If dm_resume fails, the kernel attempts to free table with dm_table_destroy, but the table was already instantiated with dm_swap_table. This commit skips the call to dm_table_destroy in this case.
- CVSS 3.1
- 7.8 HIGHCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
- EPSS
- 0.17% probability · 6th percentile
- CISA KEV
- Not listed
- Source
- 416baaa9-dc9f-4396-8d5f-8c081fb06d67
References
- https://git.kernel.org/stable/c/259ce9e3fc3a3f8c4e393a2072b8f34302eb4d5a
- https://git.kernel.org/stable/c/366665416f20527ff7cad548a32d1ddf23195740
- https://git.kernel.org/stable/c/3ba377a47a093cc19647ca7f102acd33a211d472
- https://git.kernel.org/stable/c/5f6500d44a912d4aed664600966706d76b81d9af
- https://git.kernel.org/stable/c/72c3283a2abd60ecef295e02270f22ef1dfccd25
- https://git.kernel.org/stable/c/7d8ed7cb844df21e4d93af11250fb3a5cb861147
- https://git.kernel.org/stable/c/92e3c93d60be1f2425738cd66dbadac7d6bc0cd1
- https://git.kernel.org/stable/c/d6066145347e14db84c35b445e309f095d0d8125
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.