CVE-2026-53062

HIGHPre-NVD 7.87.8
EchelonGraph scoreHIGH confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-06-24. a secondary CVSS source baseline 7.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 3 sources updated this week
7.8
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS: 0%CVSS: 7.8Exploit: NoneExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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 attention if supporting fast device shrinking via suspend/resume without target reloading.

Reproduce steps:

  • Create a cache device consisting of 1024 cache entries

dmsetup create cmeta --table "0 8192 linear /dev/sdc 0" dmsetup create cdata --table "0 131072 linear /dev/sdc 8192" dmsetup create corig --table "0 262144 linear /dev/sdc 262144" dd if=/dev/zero of=/dev/mapper/cmeta bs=4k count=1 oflag=direct dmsetup create cache --table "0 262144 cache /dev/mapper/cmeta \ /dev/mapper/cdata /dev/mapper/corig 128 2 metadata2 writethrough smq 0"

  • Populate the cache, and record the number of cached blocks

fio --name=populate --filename=/dev/mapper/cache --rw=randwrite --bs=4k \ --size=64m --direct=1 nr_cached=$(dmsetup status cache | awk '{split($7, a, "/"); print a[1]}')

  • Reload the cache into passthrough mode

dmsetup suspend cache dmsetup reload cache --table "0 262144 cache /dev/mapper/cmeta \ /dev/mapper/cdata /dev/mapper/corig 128 2 metadata2 passthrough smq 0" dmsetup resume cache

  • Write to the passthrough cache. By setting multiple jobs with I/O
size equal to the cache block size, cache blocks are invalidated concurrently from different workers.

fio --filename=/dev/mapper/cache --name=test --rw=randwrite --bs=64k \ --direct=1 --numjobs=2 --randrepeat=0 --size=64m

  • Check if demoted matches cached block count. These numbers should
match but may differ due to the data race.

nr_demoted=$(dmsetup status cache | awk '{print $12}') echo "$nr_cached, $nr_demoted"

CVSS v3
7.8
EG Score
7.8(high)
EPSS
2.6%
KEV
Not listed

Published

June 24, 2026

Last Modified

June 28, 2026

Advisory Details (8)

Auto-updated Jun 28, 2026
No patch confirmed yet.
generic

dm cache policy smq: fix missing locks in invalidating cache blocks - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/c348ae47d8e65f06429fa41adce9ad986b696766
generic

dm cache policy smq: fix missing locks in invalidating cache blocks - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/ac5ee99443891bdb161f5539606a66a1b5e72542
generic

dm cache policy smq: fix missing locks in invalidating cache blocks - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/9a5fdfb9e57ec3a8ad2b8fce5e5ffa42d53b130e
generic

dm cache policy smq: fix missing locks in invalidating cache blocks - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/93627a29d4b66d4a2def938dfb8610cc80ae454b
generic

dm cache policy smq: fix missing locks in invalidating cache blocks - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/4991b5a08751e2e82488fb93ae08849b6aea10d9
generic

dm cache policy smq: fix missing locks in invalidating cache blocks - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/2d1f7b65f5deedd2e6b09fdc6ea27f8375f24b45
generic

dm cache policy smq: fix missing locks in invalidating cache blocks - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/2b62d0611c9af14a16bddf22df2612b4f40eb5a1
generic

dm cache policy smq: fix missing locks in invalidating cache blocks - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/1b2bec4a7dcf5f00b7a1cbeeec8997841d783513

Vendor Advisories for CVE-2026-53062(2)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Data Freshness Timeline

(refreshed 30× in last 7d / 44× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-07 04:42 UTCEG score recompute
  2. 2026-07-07 04:42 UTCGHSA enrichment
  3. 2026-07-06 16:27 UTCEPSS rescore
  4. 2026-07-06 16:27 UTCEPSS rescore
  5. 2026-07-06 15:39 UTCEG score recompute
  6. 2026-07-06 15:39 UTCGHSA enrichment
  7. 2026-07-06 02:40 UTCEG score recompute
  8. 2026-07-06 02:40 UTCGHSA enrichment
  9. 2026-07-06 02:23 UTCEPSS rescore
  10. 2026-07-06 02:23 UTCEPSS rescore
  11. 2026-07-05 13:43 UTCEG score recompute
  12. 2026-07-05 13:43 UTCGHSA enrichment
  13. 2026-07-05 00:48 UTCEG score recompute
  14. 2026-07-05 00:48 UTCGHSA enrichment
  15. 2026-07-04 11:51 UTCEG score recompute
  16. 2026-07-04 11:51 UTCGHSA enrichment
  17. 2026-07-03 22:55 UTCEG score recompute
  18. 2026-07-03 22:55 UTCGHSA enrichment
  19. 2026-07-03 09:59 UTCEG score recompute
  20. 2026-07-03 09:59 UTCGHSA enrichment
  21. 2026-07-02 21:02 UTCEG score recompute
  22. 2026-07-02 21:02 UTCGHSA enrichment
  23. 2026-07-02 08:06 UTCEG score recompute
  24. 2026-07-02 08:06 UTCGHSA enrichment
  25. 2026-07-01 19:08 UTCEG score recompute
Show 19 more
  1. 2026-07-01 19:08 UTCGHSA enrichment
  2. 2026-07-01 06:12 UTCEG score recompute
  3. 2026-07-01 06:12 UTCGHSA enrichment
  4. 2026-06-30 17:16 UTCEG score recompute
  5. 2026-06-30 17:16 UTCGHSA enrichment
  6. 2026-06-30 04:08 UTCEG score recompute 7.80
  7. 2026-06-30 04:08 UTCGHSA enrichment
  8. 2026-06-29 14:06 UTCEPSS rescore
  9. 2026-06-29 14:06 UTCEPSS rescore
  10. 2026-06-28 14:07 UTCEPSS rescore
  11. 2026-06-28 07:52 UTCMITRE cvelistV5CVSS v3 → 7.8 · severity → HIGH
  12. 2026-06-28 04:56 UTCEPSS rescore
  13. 2026-06-28 04:56 UTCEPSS rescore
  14. 2026-06-27 11:11 UTCEG score recompute
  15. 2026-06-27 11:11 UTCGHSA enrichment
  16. 2026-06-27 03:08 UTCEPSS rescore
  17. 2026-06-25 13:49 UTCEPSS rescore
  18. 2026-06-24 18:16 UTCEG score recompute
  19. 2026-06-24 18:03 UTCNVD updatefirst tracked

Frequently asked(5)

What is CVE-2026-53062?
CVE-2026-53062 is a high vulnerability published on June 24, 2026. 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…
When was CVE-2026-53062 disclosed?
CVE-2026-53062 was first published in the National Vulnerability Database on June 24, 2026, with the most recent update on June 28, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-53062 actively exploited?
CVE-2026-53062 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 2.6% percentile likelihood of exploitation in the next 30 days — higher percentiles indicate greater predicted risk.
What is the CVSS score of CVE-2026-53062?
CVE-2026-53062 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-53062?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-53062, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-53062

Explore →

Is Your Infrastructure Affected by CVE-2026-53062?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.