Vulnerabilities exploitable today
356,708in 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,662
New KEV · 24H0
Exploit Today ≥ 701,605
Distribution · last window
- Critical2,545
- High10,617
- Medium6,752
- Low668
Window
Severity
Flags
CVECVSSEPSSKEVRExploitTitleMod.
CVE-2025-533025.3 MED8.5%
——3Missing Authorization vulnerability in Anton Shevchuk Constructor allows Accessing Functionality Not Properly Constrained by ACLs.
This issue affects Constructor: from n/a through 1.6.5.18dCVE-2024-5081—8.5%
——3——CVE-2025-62998—8.5%
——3——CVE-2025-69084—8.5%
——3——CVE-2024-21871—8.5%
——3——CVE-2026-32565—8.5%
——3——CVE-2025-67922—8.5%
——3——CVE-2026-200246.8 MED8.5%
——3A vulnerability in the OSPF protocol of Cisco Secure Firewall ASA Software and Cisco Secure FTD Software could allow an authenticated, adjacent attacker to cause an affected device to reload unexpectedly, resulting in a DoS condition. To exploit this vulnerability, the attacker must have the OSPF secret key.
This vulnerability is due to heap corruption in OSPF when parsing packets. An attacker could exploit this vulnerability by sending crafted packets to the OSPF service. A successful exploit could allow the attacker to corrupt the heap, causing the affected device to reload, resulting in a DoS condition.26dCVE-2025-23654—8.5%
——3——CVE-2023-22442—8.5%
——3——CVE-2023-6573—8.5%
——3——CVE-2022-50357—8.5%
——3——CVE-2025-61762—8.5%
——3——CVE-2025-23662—8.5%
——3——CVE-2024-7073—8.5%
——3——CVE-2018-11301—8.5%
——3——CVE-2025-23572—8.5%
——3——CVE-2025-23573—8.5%
——3——CVE-2026-108888.8 HIG8.5%
——3Use after free in Cast Streaming in Google Chrome prior to 149.0.7827.53 allowed an attacker on the local network segment to execute arbitrary code via malicious network traffic. (Chromium security severity: Critical)18dCVE-2026-2356—8.5%
——3——CVE-2024-24705—8.5%
——3——CVE-2020-0345—8.5%
——3——CVE-2026-35608—8.5%
——3——CVE-2026-502265.3 MED8.5%
——3Fixed AES-128-CBC keys inside the AcerConnect OTA application let attackers forge authorization credentials for arbitrary IMEI numbers. This allows unauthorized actors to list catalog items and extract protected binaries from pre-signed cloud links.18dCVE-2025-23567—8.5%
——3——CVE-2025-32300—8.5%
——3——CVE-2026-24625—8.5%
——3——CVE-2025-61651—8.5%
——3——CVE-2025-23566—8.5%
——3——CVE-2023-42878—8.5%
——3——CVE-2025-68292—8.5%
——3——CVE-2024-530887.8 HIG8.5%
——3In the Linux kernel, the following vulnerability has been resolved:
i40e: fix race condition by adding filter's intermediate sync state
Fix a race condition in the i40e driver that leads to MAC/VLAN filters
becoming corrupted and leaking. Address the issue that occurs under
heavy load when multiple threads are concurrently modifying MAC/VLAN
filters by setting mac and port VLAN.
1. Thread T0 allocates a filter in i40e_add_filter() within
i40e_ndo_set_vf_port_vlan().
2. Thread T1 concurrently frees the filter in __i40e_del_filter() within
i40e_ndo_set_vf_mac().
3. Subsequently, i40e_service_task() calls i40e_sync_vsi_filters(), which
refers to the already freed filter memory, causing corruption.
Reproduction steps:
1. Spawn multiple VFs.
2. Apply a concurrent heavy load by running parallel operations to change
MAC addresses on the VFs and change port VLANs on the host.
3. Observe errors in dmesg:
"Error I40E_AQ_RC_ENOSPC adding RX filters on VF XX,
please set promiscuous on manually for VF XX".
Exact code for stable reproduction Intel can't open-source now.
The fix involves implementing a new intermediate filter state,
I40E_FILTER_NEW_SYNC, for the time when a filter is on a tmp_add_list.
These filters cannot be deleted from the hash list directly but
must be removed using the full process.5dCVE-2018-11276—8.5%
——3——CVE-2025-3629—8.5%
——3——CVE-2020-3620—8.5%
——3——CVE-2026-8894—8.5%
——3——CVE-2024-566247.8 HIG8.5%
——3In the Linux kernel, the following vulnerability has been resolved:
iommufd: Fix out_fput in iommufd_fault_alloc()
As fput() calls the file->f_op->release op, where fault obj and ictx are
getting released, there is no need to release these two after fput() one
more time, which would result in imbalanced refcounts:
refcount_t: decrement hit 0; leaking memory.
WARNING: CPU: 48 PID: 2369 at lib/refcount.c:31 refcount_warn_saturate+0x60/0x230
Call trace:
refcount_warn_saturate+0x60/0x230 (P)
refcount_warn_saturate+0x60/0x230 (L)
iommufd_fault_fops_release+0x9c/0xe0 [iommufd]
...
VFS: Close: file count is 0 (f_op=iommufd_fops [iommufd])
WARNING: CPU: 48 PID: 2369 at fs/open.c:1507 filp_flush+0x3c/0xf0
Call trace:
filp_flush+0x3c/0xf0 (P)
filp_flush+0x3c/0xf0 (L)
__arm64_sys_close+0x34/0x98
...
imbalanced put on file reference count
WARNING: CPU: 48 PID: 2369 at fs/file.c:74 __file_ref_put+0x100/0x138
Call trace:
__file_ref_put+0x100/0x138 (P)
__file_ref_put+0x100/0x138 (L)
__fput_sync+0x4c/0xd0
Drop those two lines to fix the warnings above.5dCVE-2025-41721—8.5%
——3——CVE-2025-53323—8.5%
——3——CVE-2026-6256—8.5%
——3——