PULSE
FEED
vulnKEV agrega CVE-2026-67279 — MikroTik / RouterOSvulnKEV agrega CVE-2026-65660 — Microsoft / SharePointvulnKEV agrega CVE-2026-5430 — WSO2 / Multiple ProductsvulnKEV agrega CVE-2026-71362 — Adobe / Commerce and Magento vulnKEV agrega CVE-2026-93952 — Arista / VeloCloud OrchestratorvulnKEV agrega CVE-2026-94127 — F5 / BIG-IP APMvulnKEV agrega CVE-2026-93616 — Check Point / Multiple ProductsvulnKEV agrega CVE-2026-85102 — Check Point / Multiple ProductsvulnKEV agrega CVE-2026-7273 — Zyxel / GS1900 Series SwitchesvulnKEV agrega CVE-2025-39964 — Linux / KernelvulnKEV agrega CVE-2026-53266 — Linux / KernelvulnKEV agrega CVE-2025-39682 — Linux / KernelvulnKEV agrega CVE-2026-58704 — Google / PixelvulnKEV agrega CVE-2026-76460 — Cisco / Identity Services EnginevulnKEV agrega CVE-2026-67279 — MikroTik / RouterOSvulnKEV agrega CVE-2026-65660 — Microsoft / SharePointvulnKEV agrega CVE-2026-5430 — WSO2 / Multiple ProductsvulnKEV agrega CVE-2026-71362 — Adobe / Commerce and Magento vulnKEV agrega CVE-2026-93952 — Arista / VeloCloud OrchestratorvulnKEV agrega CVE-2026-94127 — F5 / BIG-IP APMvulnKEV agrega CVE-2026-93616 — Check Point / Multiple ProductsvulnKEV agrega CVE-2026-85102 — Check Point / Multiple ProductsvulnKEV agrega CVE-2026-7273 — Zyxel / GS1900 Series SwitchesvulnKEV agrega CVE-2025-39964 — Linux / KernelvulnKEV agrega CVE-2026-53266 — Linux / KernelvulnKEV agrega CVE-2025-39682 — Linux / KernelvulnKEV agrega CVE-2026-58704 — Google / PixelvulnKEV agrega CVE-2026-76460 — Cisco / Identity Services Engine
CVE Watch380,362 in full archive

Vulnerabilities exploitable today

380,362in 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,725
New KEV · 24H2
Exploit Today ≥ 701,642

Distribution · last window

  • Critical
    2,263
  • High
    8,418
  • Medium
    6,834
  • Low
    751
Filters
Filters

Window

Severity

Flags

Vulnerabilities244,201–244,240 · 380,362
CVECVSSEPSSKEVRExploitTitleMod.
CVE-2026-44646—
35.6%
——11——
CVE-2024-6087—
35.6%
——11——
CVE-2024-33912—
35.6%
——11——
CVE-2021-20719—
35.6%
——11——
CVE-2025-9930—
35.6%
——11——
CVE-2020-36745—
35.6%
——11——
CVE-2024-41356—
35.6%
——11——
CVE-2022-22318—
35.6%
——11——
CVE-2026-24769—
35.6%
——11——
CVE-2017-15326—
35.6%
——11——
CVE-2025-11039—
35.6%
——11——
CVE-2023-45824—
35.6%
——11——
CVE-2025-48997—
35.6%
——11——
CVE-2013-6834—
35.6%
——11——
CVE-2018-1487—
35.6%
——11——
CVE-2025-8573—
35.6%
——11——
CVE-2024-3317—
35.6%
——11——
CVE-2023-7046—
35.6%
——11——
CVE-2024-10301—
35.6%
——11——
CVE-2023-45145—
35.6%
——11——
CVE-2023-26495—
35.6%
——11——
CVE-2001-1396—
35.6%
——11——
CVE-2001-1395—
35.6%
——11——
CVE-2026-41882—
35.6%
——11——
CVE-2017-15813—
35.6%
——11——
CVE-2023-22948—
35.6%
——11——
CVE-2024-48927—
35.6%
——11——
CVE-2026-22691—
35.6%
——11——
CVE-2023-48296—
35.6%
——11——
CVE-2023-54328—
35.6%
——11——
CVE-2025-61246—
35.6%
——11——
CVE-2024-388817.5 HIG
35.6%
——11An issue in Horizon Business Services Inc. Caterease 16.0.1.1663 through 24.0.1.2405 and possibly later versions, allows a remote attacker to perform a Rainbow Table Password cracking attack due to the use of one-way hashes without salts when storing user passwords.82d
CVE-2025-66735—
35.6%
——11——
CVE-2026-712389.1 CRI
35.6%
——11DjangoCRM ships with its Django SECRET_KEY hardcoded directly in the committed webcrm/settings.py rather than read from an environment variable. Since this key is used for session signing, CSRF token generation, and password reset tokens, anyone who reads the public repository can forge valid session cookies (including for the superadmin account), forge CSRF tokens, and forge password reset tokens, achieving full account takeover.30d
CVE-2024-4638—
35.6%
——11——
CVE-2025-683419.8 CRI
35.6%
——11In the Linux kernel, the following vulnerability has been resolved: veth: reduce XDP no_direct return section to fix race As explain in commit fa349e396e48 ("veth: Fix race with AF_XDP exposing old or uninitialized descriptors") for veth there is a chance after napi_complete_done() that another CPU can manage start another NAPI instance running veth_pool(). For NAPI this is correctly handled as the napi_schedule_prep() check will prevent multiple instances from getting scheduled, but for the remaining code in veth_pool() this can run concurrent with the newly started NAPI instance. The problem/race is that xdp_clear_return_frame_no_direct() isn't designed to be nested. Prior to commit 401cb7dae813 ("net: Reference bpf_redirect_info via task_struct on PREEMPT_RT.") the temporary BPF net context bpf_redirect_info was stored per CPU, where this wasn't an issue. Since this commit the BPF context is stored in 'current' task_struct. When running veth in threaded-NAPI mode, then the kthread becomes the storage area. Now a race exists between two concurrent veth_pool() function calls one exiting NAPI and one running new NAPI, both using the same BPF net context. Race is when another CPU gets within the xdp_set_return_frame_no_direct() section before exiting veth_pool() calls the clear-function xdp_clear_return_frame_no_direct().58d
CVE-2026-425677.5 HIG
35.6%
——11Svelte is a performance oriented web framework. From version 5.51.5 to before version 5.55.7, an internal regex in the Svelte runtime can take exponential time to test in <svelte:element this={tag}></svelte:element>. This issue has been patched in version 5.55.7.65d
CVE-2023-41601—
35.6%
——11——
CVE-2021-20722—
35.6%
——11——
CVE-2023-5889—
35.6%
——11——