Vulnerabilities exploitable today
374,209in 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,710
New KEV · 24H0
Exploit Today ≥ 701,645
Distribution · last window
- Critical2,226
- High7,951
- Medium6,438
- Low714
Window
Severity
Flags
CVECVSSEPSSKEVRExploitTitleMod.
CVE-2013-3278—26.9%
——8——CVE-2021-21787—26.9%
——8——CVE-2004-1355—26.9%
——8——CVE-2025-7158—26.9%
——8——CVE-2026-743418.8 HIG26.9%
——8In the Linux kernel, the following vulnerability has been resolved:
wifi: wcn36xx: fix heap overflow from oversized firmware HAL response
The firmware response dispatcher copies all synchronous HAL responses
into the 4096-byte hal_buf without validating the response length. A
response exceeding WCN36XX_HAL_BUF_SIZE causes a heap buffer overflow
with firmware-controlled content.
Add a bounds check on the response length.30dCVE-2026-39582—26.9%
——8——CVE-2010-0729—26.9%
——8——CVE-2025-6890—26.9%
——8——CVE-2021-27884—26.9%
——8——CVE-2026-7018—26.9%
——8——CVE-2025-47816—26.9%
——8——CVE-2025-30933—26.9%
——8——CVE-2025-64489—26.9%
——8——CVE-2025-3561—26.9%
——8——CVE-2025-7592—26.9%
——8——CVE-2025-26619—26.9%
——8——CVE-2026-39558—26.9%
——8——CVE-2025-49414—26.9%
——8——CVE-2020-37078—26.9%
——8——CVE-2023-50775—26.9%
——8——CVE-2025-6909—26.9%
——8——CVE-2023-33922—26.9%
——8——CVE-2023-41804—26.9%
——8——CVE-2020-15372—26.9%
——8——CVE-2021-33438—26.9%
——8——CVE-2025-14657—26.9%
——8——CVE-2026-105648.2 HIG26.9%
——8IBM Langflow OSS 1.0.0 through 1.9.6 contains a Server-Side Request Forgery (SSRF). The legacy RSSReaderComponent in rss.py and SearXNG component in searxng.py make unvalidated HTTP requests to user-controlled URLs, bypassing SSRF protections introduced in version 1.9.3. An authenticated attacker can exploit this to access internal resources including cloud metadata services (AWS/Azure/GCP IMDS), potentially exfiltrating IAM credentials and enumerating internal networks. The vulnerability can also be triggered through prompt injection in agentic workflows due to tool_mode=True exposure.76dCVE-2021-33443—26.9%
——8——CVE-2025-7555—26.9%
——8——CVE-2025-9045—26.9%
——8——CVE-2025-7589—26.9%
——8——CVE-2024-477248.8 HIG26.9%
——8In the Linux kernel, the following vulnerability has been resolved:
wifi: ath11k: use work queue to process beacon tx event
Commit 3a415daa3e8b ("wifi: ath11k: add P2P IE in beacon template")
from Feb 28, 2024 (linux-next), leads to the following Smatch static
checker warning:
drivers/net/wireless/ath/ath11k/wmi.c:1742 ath11k_wmi_p2p_go_bcn_ie()
warn: sleeping in atomic context
The reason is that ath11k_bcn_tx_status_event() will directly call might
sleep function ath11k_wmi_cmd_send() during RCU read-side critical
sections. The call trace is like:
ath11k_bcn_tx_status_event()
-> rcu_read_lock()
-> ath11k_mac_bcn_tx_event()
-> ath11k_mac_setup_bcn_tmpl()
……
-> ath11k_wmi_bcn_tmpl()
-> ath11k_wmi_cmd_send()
-> rcu_read_unlock()
Commit 886433a98425 ("ath11k: add support for BSS color change") added the
ath11k_mac_bcn_tx_event(), commit 01e782c89108 ("ath11k: fix warning
of RCU usage for ath11k_mac_get_arvif_by_vdev_id()") added the RCU lock
to avoid warning but also introduced this BUG.
Use work queue to avoid directly calling ath11k_mac_bcn_tx_event()
during RCU critical sections. No need to worry about the deletion of vif
because cancel_work_sync() will drop the work if it doesn't start or
block vif deletion until the running work is done.
Tested-on: WCN6855 hw2.0 PCI WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.3043dCVE-2026-22338—26.9%
——8——CVE-2025-7584—26.9%
——8——CVE-2025-6850—26.9%
——8——CVE-2025-7559—26.9%
——8——CVE-2025-7562—26.9%
——8——CVE-2024-23207—26.9%
——8——CVE-2026-61666—26.9%
——8websocket-driver is a WebSocket protocol handler with pluggable I/O. Prior to 0.8.2, WebSocket::Driver.server() passes a malformed Host header to URI.parse in lib/websocket/http/request.rb without catching URI::InvalidURIError, allowing a remote client to crash a TCP-backed WebSocket server when the application does not catch the error from parse(). This issue is fixed in version 0.8.2.5dCVE-2024-48178—26.9%
——8——