Vulnerabilities exploitable today
364,588in 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,675
New KEV · 24H0
Exploit Today ≥ 701,620
Distribution · last window
- Critical2,405
- High10,150
- Medium5,058
- Low466
Window
Severity
Flags
CVECVSSEPSSKEVRExploitTitleMod.
CVE-2023-52921—13.7%
——4——CVE-2025-8149—13.7%
——4——CVE-2024-498747.8 HIG13.7%
——4In the Linux kernel, the following vulnerability has been resolved:
i3c: master: svc: Fix use after free vulnerability in svc_i3c_master Driver Due to Race Condition
In the svc_i3c_master_probe function, &master->hj_work is bound with
svc_i3c_master_hj_work, &master->ibi_work is bound with
svc_i3c_master_ibi_work. And svc_i3c_master_ibi_work can start the
hj_work, svc_i3c_master_irq_handler can start the ibi_work.
If we remove the module which will call svc_i3c_master_remove to
make cleanup, it will free master->base through i3c_master_unregister
while the work mentioned above will be used. The sequence of operations
that may lead to a UAF bug is as follows:
CPU0 CPU1
| svc_i3c_master_hj_work
svc_i3c_master_remove |
i3c_master_unregister(&master->base)|
device_unregister(&master->dev) |
device_release |
//free master->base |
| i3c_master_do_daa(&master->base)
| //use master->base
Fix it by ensuring that the work is canceled before proceeding with the
cleanup in svc_i3c_master_remove.22dCVE-2024-3371—13.7%
——4——CVE-2023-53978—13.7%
——4——CVE-2023-53965—13.7%
——4——CVE-2025-2918—13.7%
——4——CVE-2025-25106—13.7%
——4——CVE-2025-62398—13.7%
——4——CVE-2024-13747—13.7%
——4——CVE-2023-32966—13.7%
——4——CVE-2014-4352—13.7%
——4——CVE-2025-21726—13.7%
——4——CVE-2025-53927—13.7%
——4——CVE-2025-6067—13.7%
——4——CVE-2025-8392—13.7%
——4——CVE-2023-20251—13.7%
——4——CVE-2025-42897—13.7%
——4——CVE-2025-8691—13.7%
——4——CVE-2023-46711—13.7%
——4——CVE-2025-8150—13.7%
——4——CVE-2025-52351—13.7%
——4——CVE-2024-26891—13.7%
——4——CVE-2024-8939—13.7%
——4——CVE-2026-33499—13.7%
——4——CVE-2024-50216—13.7%
——4——CVE-2023-26024—13.7%
——4——CVE-2024-50274—13.7%
——4——CVE-2025-42912—13.7%
——4——CVE-2025-8290—13.7%
——4——CVE-2022-3967—13.7%
——4——CVE-2024-42290—13.7%
——4——CVE-2023-52889—13.7%
——4——CVE-2020-255027.8 HIG13.7%
——4Cybereason EDR version 19.1.282 and above, 19.2.182 and above, 20.1.343 and above, and 20.2.X and above has a DLL hijacking vulnerability, which could allow a local attacker to execute code with elevated privileges.48dCVE-2025-1429—13.7%
——4——CVE-2024-13811—13.7%
——4——CVE-2024-13810—13.7%
——4——CVE-2025-1650—13.7%
——4——CVE-2026-302908.4 HIG13.7%
——4An arbitrary file overwrite vulnerability in InTouch Contacts & Caller ID APP v6.38.1 allows attackers to overwrite critical internal files via the file import process, leading to arbitrary code execution or information exposure.32dCVE-2025-8564—13.7%
——4——