GHSA-9cpr-x8vv-xjrpHighCVSS 7.8

In the Linux kernel, the following vulnerability has been resolved: dm_early_create: fix freeing...

Published
August 15, 2026
Last Modified
August 17, 2026

🔗 CVE IDs covered (1)

📋 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.

🔗 References (10)