CVE-2026-53265

Source
https://cve.org/CVERecord?id=CVE-2026-53265
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-53265.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-53265
Downstream
Published
2026-06-25T08:39:52.543Z
Modified
2026-06-27T12:02:28.376097550Z
Summary
dm cache policy smq: check allocation under invalidate lock
Details

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 smqinvalidatemapping(), 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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53265.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
4991b5a08751e2e82488fb93ae08849b6aea10d9
Fixed
c242c7af2aecf0b538b8623bdb86b8b441da38d9
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
1b2bec4a7dcf5f00b7a1cbeeec8997841d783513
Fixed
13da856c86fb8c2ccab95034fd77da1bb2c2a17c
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
9a5fdfb9e57ec3a8ad2b8fce5e5ffa42d53b130e
Fixed
d886945fcb0f8c9dc6b39928d7a96c95c587346c
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
ac5ee99443891bdb161f5539606a66a1b5e72542
Fixed
b4892561552d671bd8c4da5ebb70e9fbb1ec446e
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
93627a29d4b66d4a2def938dfb8610cc80ae454b
Fixed
03ffe1112ed88bb3a9bd0b971549bf4d64bfc59a
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
c348ae47d8e65f06429fa41adce9ad986b696766
Fixed
42ff6774ecd9d7f70d599cb71ff64373a1da4948
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
2b62d0611c9af14a16bddf22df2612b4f40eb5a1
Fixed
c57570fba24016ec25ec046ab44db39143fb7a64
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
2d1f7b65f5deedd2e6b09fdc6ea27f8375f24b45
Fixed
d3f0a606b9f278ece8a0df626ded9c4044071235

Affected versions

v5.*
v5.10.258
v5.15.209
v6.*
v6.1.175
v6.12.91
v6.12.92
v6.12.93
v6.18.33
v6.18.34
v6.18.35
v6.6.141
v6.6.142
v7.*
v7.0.10
v7.0.11
v7.0.12

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-53265.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.10.258
Fixed
5.10.259
Type
ECOSYSTEM
Events
Introduced
5.15.209
Fixed
5.15.210
Type
ECOSYSTEM
Events
Introduced
6.1.175
Fixed
6.1.176
Type
ECOSYSTEM
Events
Introduced
6.6.141
Fixed
6.6.143
Type
ECOSYSTEM
Events
Introduced
6.12.91
Fixed
6.12.94
Type
ECOSYSTEM
Events
Introduced
6.18.33
Fixed
6.18.36
Type
ECOSYSTEM
Events
Introduced
7.0.10
Fixed
7.0.13

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-53265.json"