CVE-2026-89998

HIGHCVSS 7.8/10

Last modified

CVE-2026-89998 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: dm: fix race when loading and unloading a table If the userspace calls two concurrent table load ioctls and one of them succeeds and the other fails, there is a race condition because dm_setup_md_queue walks &md->table_devices without any lock. If the walk races with dm_table_destroy -> free_devices -> dm_put_table_device, there is access to invalid memory. Fix this race by extending the lock over the list walk..

Description

In the Linux kernel, the following vulnerability has been resolved: dm: fix race when loading and unloading a table If the userspace calls two concurrent table load ioctls and one of them succeeds and the other fails, there is a race condition because dm_setup_md_queue walks &md->table_devices without any lock. If the walk races with dm_table_destroy -> free_devices -> dm_put_table_device, there is access to invalid memory. Fix this race by extending the lock over the list walk.

Metrics

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= 773bfda35c9511734d7f898e2ee73cd60d2a3f38, < b02e35b81176c7d61dd441cc7a2e5c324a82444b; >= 1a581b72169968f4154b5793828f3bc28b258b35, < 0ea6e5ad4a5817e91f11b4cc1e022e575ed2e7ca; >= 1a581b72169968f4154b5793828f3bc28b258b35, < a1af1884c960b98c621b6fe2fea1216b78c02152; >= 1a581b72169968f4154b5793828f3bc28b258b35, < af1f32ccf8051f4691ced11feb452b9d13561727; >= 1a581b72169968f4154b5793828f3bc28b258b35, < 00ad6f9ed27f91925d4d3fb7aab50a60d774f998; >= 1a581b72169968f4154b5793828f3bc28b258b35, < 5380c7f6335cc6d77eb77d065105e81155c4d9d3; 600593707c239bb99486925d65540a5020bc1e58; >= 6.1.2, < 6.1.188; >= 6.0.16, < 6.1
LinuxLinux6.2

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-89998?
In the Linux kernel, the following vulnerability has been resolved: dm: fix race when loading and unloading a table If the userspace calls two concurrent table load ioctls and one of them succeeds and the other fails, there is a race condition because dm_setup_md_queue walks &md->table_devices without any lock. If the walk races with dm_table_destroy -> free_devices -> dm_put_table_device, there is access to invalid memory. Fix this race by extending the lock over the list walk.
How severe is CVE-2026-89998?
CVE-2026-89998 has a CVSS score of 7.8/10 (HIGH severity).
How do I fix CVE-2026-89998?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-89998?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST