dm cache policy smq: check allocation under invalidate lock

Summary

CVECVE-2026-53265
StatePUBLISHED
AssignerLinux
Source PriorityCVE Program / NVD first with legacy fallback
Published2026-06-25 09:16:44 UTC
Updated2026-06-25 09:16:44 UTC
DescriptionIn the Linux kernel, the following vulnerability has been resolved: dm cache policy smq: check allocation under invalidate lock commit 2d1f7b65f5de ("dm cache policy smq: fix missing locks in invalidating cache blocks") added mq->lock around the destructive part of smq_invalidate_mapping(), but left the e->allocated check outside the critical section. That leaves a check-then-act race. Two concurrent invalidators can both observe e->allocated as true before either of them takes mq->lock. The first invalidator that acquires the lock removes the entry from the queues and hash table and then calls free_entry(), which clears e->allocated and puts the entry back on the free list. The second invalidator can then acquire mq->lock and continue with the stale result of the unlocked check. This can corrupt the SMQ queues or hash table by deleting an entry that is no longer on those structures. It can also hit the allocation check in free_entry() when the same entry is freed again. Move the allocation check under mq->lock so the predicate and the destructive operations are serialized by the same lock.

Risk And Classification

EPSS: 0.001720000 probability, percentile 0.067770000 (date 2026-06-25)

Vendor Declared Affected Products

SourceVendorProductVersionPlatforms
CNA Linux Linux affected 4991b5a08751e2e82488fb93ae08849b6aea10d9 c242c7af2aecf0b538b8623bdb86b8b441da38d9 git Not specified
CNA Linux Linux affected 1b2bec4a7dcf5f00b7a1cbeeec8997841d783513 13da856c86fb8c2ccab95034fd77da1bb2c2a17c git Not specified
CNA Linux Linux affected 9a5fdfb9e57ec3a8ad2b8fce5e5ffa42d53b130e d886945fcb0f8c9dc6b39928d7a96c95c587346c git Not specified
CNA Linux Linux affected ac5ee99443891bdb161f5539606a66a1b5e72542 b4892561552d671bd8c4da5ebb70e9fbb1ec446e git Not specified
CNA Linux Linux affected 93627a29d4b66d4a2def938dfb8610cc80ae454b 03ffe1112ed88bb3a9bd0b971549bf4d64bfc59a git Not specified
CNA Linux Linux affected c348ae47d8e65f06429fa41adce9ad986b696766 42ff6774ecd9d7f70d599cb71ff64373a1da4948 git Not specified
CNA Linux Linux affected 2b62d0611c9af14a16bddf22df2612b4f40eb5a1 c57570fba24016ec25ec046ab44db39143fb7a64 git Not specified
CNA Linux Linux affected 2d1f7b65f5deedd2e6b09fdc6ea27f8375f24b45 d3f0a606b9f278ece8a0df626ded9c4044071235 git Not specified
CNA Linux Linux affected 5.10.258 5.10.259 semver Not specified
CNA Linux Linux affected 5.15.209 5.15.210 semver Not specified
CNA Linux Linux affected 6.1.175 6.1.176 semver Not specified
CNA Linux Linux affected 6.6.141 6.6.143 semver Not specified
CNA Linux Linux affected 6.12.91 6.12.94 semver Not specified
CNA Linux Linux affected 6.18.33 6.18.36 semver Not specified
CNA Linux Linux affected 7.0.10 7.0.13 semver Not specified

References

ReferenceSourceLinkTags
git.kernel.org/stable/c/d3f0a606b9f278ece8a0df626ded9c4044071235 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org
git.kernel.org/stable/c/d886945fcb0f8c9dc6b39928d7a96c95c587346c 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org
git.kernel.org/stable/c/13da856c86fb8c2ccab95034fd77da1bb2c2a17c 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org
git.kernel.org/stable/c/42ff6774ecd9d7f70d599cb71ff64373a1da4948 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org
git.kernel.org/stable/c/c242c7af2aecf0b538b8623bdb86b8b441da38d9 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org
git.kernel.org/stable/c/c57570fba24016ec25ec046ab44db39143fb7a64 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org
git.kernel.org/stable/c/03ffe1112ed88bb3a9bd0b971549bf4d64bfc59a 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org
git.kernel.org/stable/c/b4892561552d671bd8c4da5ebb70e9fbb1ec446e 416baaa9-dc9f-4396-8d5f-8c081fb06d67 git.kernel.org
CVE Program record CVE.ORG www.cve.org canonical
NVD vulnerability detail NVD nvd.nist.gov canonical, analysis
© CVE.report 2026 |

Use of this information constitutes acceptance for use in an AS IS condition. There are NO warranties, implied or otherwise, with regard to this information or its use. Any use of this information is at the user's risk. It is the responsibility of user to evaluate the accuracy, completeness or usefulness of any information, opinion, advice or other content. EACH USER WILL BE SOLELY RESPONSIBLE FOR ANY consequences of his or her direct or indirect use of this web site. ALL WARRANTIES OF ANY KIND ARE EXPRESSLY DISCLAIMED. This site will NOT BE LIABLE FOR ANY DIRECT, INDIRECT or any other kind of loss.

CVE, CWE, and OVAL are registred trademarks of The MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. This site includes MITRE data granted under the following license.

Free CVE JSON API cve.report/api

CVE.report and Source URL Uptime Status status.cve.report