Vulnerabilities exploitable today
349,445in current view
Single score combining CVSS, KEV membership and EPSS. Every CVE with its own record — timeline from publication to active exploitation.
In KEV catalog1,647
New KEV · 24H0
Exploit Today ≥ 701,582
Distribution · last window
- Critical1,330
- High4,339
- Medium3,697
- Low289
Window
Severity
Flags
CVECVSSEPSSKEVRExploitTitleMod.
CVE-2026-437434.7 MED0.8%
——0A race condition was addressed with improved state handling. This issue is fixed in iOS 26.5.2 and iPadOS 26.5.2, macOS Tahoe 26.5.2. An app may be able to cause unexpected system termination.18dCVE-2022-47485—0.8%
——0——CVE-2025-712217.0 HIG0.8%
——0In the Linux kernel, the following vulnerability has been resolved:
dmaengine: mmp_pdma: Fix race condition in mmp_pdma_residue()
Add proper locking in mmp_pdma_residue() to prevent use-after-free when
accessing descriptor list and descriptor contents.
The race occurs when multiple threads call tx_status() while the tasklet
on another CPU is freeing completed descriptors:
CPU 0 CPU 1
----- -----
mmp_pdma_tx_status()
mmp_pdma_residue()
-> NO LOCK held
list_for_each_entry(sw, ..)
DMA interrupt
dma_do_tasklet()
-> spin_lock(&desc_lock)
list_move(sw->node, ...)
spin_unlock(&desc_lock)
| dma_pool_free(sw) <- FREED!
-> access sw->desc <- UAF!
This issue can be reproduced when running dmatest on the same channel with
multiple threads (threads_per_chan > 1).
Fix by protecting the chain_running list iteration and descriptor access
with the chan->desc_lock spinlock.4dCVE-2023-42703—0.8%
——0——CVE-2023-42704—0.8%
——0——CVE-2022-20551—0.8%
——0——CVE-2023-42675—0.8%
——0——CVE-2025-54855—0.8%
——0——CVE-2023-42705—0.8%
——0——CVE-2023-20659—0.8%
——0——CVE-2024-45577—0.8%
——0——CVE-2023-42674—0.8%
——0——CVE-2024-45576—0.8%
——0——CVE-2024-45575—0.8%
——0——CVE-2023-42673—0.8%
——0——CVE-2023-21375—0.8%
——0——CVE-2024-45578—0.8%
——0——CVE-2025-20005—0.8%
——0——CVE-2023-42701—0.8%
——0——CVE-2023-42700—0.8%
——0——CVE-2023-42702—0.8%
——0——CVE-2023-21065—0.8%
——0——CVE-2023-21062—0.8%
——0——CVE-2023-20673—0.8%
——0——CVE-2022-26435—0.8%
——0——CVE-2023-21071—0.8%
——0——CVE-2023-21268—0.8%
——0——CVE-2023-21070—0.8%
——0——CVE-2023-21069—0.8%
——0——CVE-2023-42706—0.8%
——0——CVE-2026-13483—0.8%
——0——CVE-2022-20342—0.8%
——0——CVE-2022-32629—0.8%
——0——CVE-2023-42676—0.8%
——0——CVE-2026-27050—0.8%
——0——CVE-2023-20994—0.8%
——0——CVE-2023-20662—0.8%
——0——CVE-2022-50436—0.8%
——0——CVE-2023-20663—0.8%
——0——CVE-2023-20682—0.8%
——0——