Zero Day MonitorZDM
DashboardVulnerabilitiesTrendingZero-DaysNewsAbout
Login
ImpressumPrivacy Policy
Zero Day Monitor © 2026
3444 articles · 168093 vulns · 36/41 feeds (7d)
← Back to list
7.8
CVE-2026-53265EXPLOITEDPATCHED
linux · linux kernel

dm cache policy smq: check allocation under invalidate lock

Description

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

Affected Products

VendorProductVersions
linuxlinux kernel4991b5a08751e2e82488fb93ae08849b6aea10d9, 1b2bec4a7dcf5f00b7a1cbeeec8997841d783513, 9a5fdfb9e57ec3a8ad2b8fce5e5ffa42d53b130e, ac5ee99443891bdb161f5539606a66a1b5e72542, 93627a29d4b66d4a2def938dfb8610cc80ae454b, c348ae47d8e65f06429fa41adce9ad986b696766, 2b62d0611c9af14a16bddf22df2612b4f40eb5a1, 2d1f7b65f5deedd2e6b09fdc6ea27f8375f24b45, 5.10.258, 5.15.209, 6.1.175, 6.6.141, 6.12.91, 6.18.33, 7.0.10

References

  • https://git.kernel.org/stable/c/c242c7af2aecf0b538b8623bdb86b8b441da38d9
  • https://git.kernel.org/stable/c/13da856c86fb8c2ccab95034fd77da1bb2c2a17c
  • https://git.kernel.org/stable/c/d886945fcb0f8c9dc6b39928d7a96c95c587346c
  • https://git.kernel.org/stable/c/b4892561552d671bd8c4da5ebb70e9fbb1ec446e
  • https://git.kernel.org/stable/c/03ffe1112ed88bb3a9bd0b971549bf4d64bfc59a
  • https://git.kernel.org/stable/c/42ff6774ecd9d7f70d599cb71ff64373a1da4948
  • https://git.kernel.org/stable/c/c57570fba24016ec25ec046ab44db39143fb7a64
  • https://git.kernel.org/stable/c/d3f0a606b9f278ece8a0df626ded9c4044071235

Related News (3 articles)

Tier A
Microsoft MSRC2h ago
CVE-2026-53265 dm cache policy smq: check allocation under invalidate lock
→ No new info (linked only)
Tier C
VulDB3d ago
CVE-2026-53265 | Linux Kernel up to 7.0.12 smq_invalidate_mapping lock deserialization
→ No new info (linked only)
Tier C
Linux Kernel CVEs3d ago
CVE-2026-53265: dm cache policy smq: check allocation under invalidate lock
→ No new info (linked only)
CVSS 3.17.8 HIGH
VectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
CISA KEV❌ No
Actively exploited✅ Yes
Patch available
5.10.259
PublishedJun 25, 2026
Last enriched2d agov3
Trending Score62
Source articles3
Independent3
Info Completeness9/14
Missing: epss, kev, exploit, iocs, mitre_attack

Community Vote

0
Login to vote
0 upvotes0 downvotes
No votes yet

Related CVEs (5)

HIGHCVE-2026-31431EXPKEV
crypto: algif_aead - Revert to operating out-of-place
Trending: 111
HIGHCVE-2026-43284EXPKEV
xfrm: esp: avoid in-place decrypt on shared skb frags
Trending: 106
HIGHCVE-2026-43500EXPKEV
rxrpc: Also unshare DATA/RESPONSE packets when paged frags are present
Trending: 100
HIGHCVE-2026-46243EXP
smb: client: reject userspace cifs.spnego descriptions
Trending: 86
HIGHCVE-2026-46333EXP
ptrace: slightly saner 'get_dumpable()' logic
Trending: 70

Pin to Dashboard

Verification

State: unverified
Confidence: 0%

Vulnerability Timeline

CVE Published
Jun 25, 2026
Discovered by ZDM
Jun 25, 2026
Updated: description, severity, cvssEstimate, patchAvailable, activelyExploited, affectedVersions, cweIds
Jun 25, 2026
Updated: description, affectedVersions, patchAvailable
Jun 25, 2026
Actively Exploited
Jun 28, 2026
Patch Available
Jun 28, 2026

Version History

v3
Last enriched 2d ago
v3Tier C2d ago

Updated description with detailed technical information, added new affected versions, and provided the fixed version number 5.10.259.

descriptionaffectedVersionspatchAvailable
via Linux Kernel CVEs
v2Tier C3d ago

Updated severity to CRITICAL, added affected version 7.0.12, and provided a new description detailing the vulnerability.

descriptionseveritycvssEstimatepatchAvailableactivelyExploitedaffectedVersionscweIds
via VulDB
v13d ago

Initial creation