CVE-2026-53062
Linux Linux, linux kernel
In the Linux kernel, the following vulnerability has been resolved: dm cache policy smq: fix missing locks in invalidating cache blocks In passthrough mode, the policy invalidate_mapping operation is called simultaneously from multiple workers, thus it should be protected by a lock. Otherwise, we might end up with data races on the allocated blocks counter, or even use-after-free issues with internal data structures when doing concurrent writes. Note that the existing FIXME in smq_invalidate_mapping() doesn't affect passthrough mode since migration tasks don't exist there, but would need at...
- CVSS
- 7.8
- EPSS
- 0.10% 0.88% percentile
- CISA KEV
- Not listed
- Published
- 2026.06.25