PULSE
LIVE0signals / 24h
FEED
vulnKEV agrega CVE-2023-49105 — ownCloud / ownCloudvulnKEV agrega CVE-2026-53362 — Linux / KernelvulnKEV agrega CVE-2026-66384 — JFrog / ArtifactoryvulnKEV agrega CVE-2021-23758 — Ajax.NET Professional / Ajax.NET ProfessionalvulnKEV agrega CVE-2015-3246 — Red Hat / LibuservulnKEV agrega CVE-2015-5287 — Red Hat / Automatic Bug Reporting ToolvulnKEV agrega CVE-2022-0995 — Linux / KernelvulnKEV agrega CVE-2026-8452 — Citrix / NetScaler ADC and NetScaler GatewayvulnKEV agrega CVE-2019-1068 — Microsoft / SQL ServervulnKEV agrega CVE-2026-60004 — Gitea / GiteavulnKEV agrega CVE-2026-21962 — Oracle / HTTP Server and Oracle Weblogic Server Proxy Plug-invulnKEV agrega CVE-2026-73570 — Synacor / Zimbra Collaboration Suite (ZCS)vulnKEV agrega CVE-2026-72530 — TrueConf / ServervulnKEV agrega CVE-2026-72529 — TrueConf / ServervulnKEV agrega CVE-2023-49105 — ownCloud / ownCloudvulnKEV agrega CVE-2026-53362 — Linux / KernelvulnKEV agrega CVE-2026-66384 — JFrog / ArtifactoryvulnKEV agrega CVE-2021-23758 — Ajax.NET Professional / Ajax.NET ProfessionalvulnKEV agrega CVE-2015-3246 — Red Hat / LibuservulnKEV agrega CVE-2015-5287 — Red Hat / Automatic Bug Reporting ToolvulnKEV agrega CVE-2022-0995 — Linux / KernelvulnKEV agrega CVE-2026-8452 — Citrix / NetScaler ADC and NetScaler GatewayvulnKEV agrega CVE-2019-1068 — Microsoft / SQL ServervulnKEV agrega CVE-2026-60004 — Gitea / GiteavulnKEV agrega CVE-2026-21962 — Oracle / HTTP Server and Oracle Weblogic Server Proxy Plug-invulnKEV agrega CVE-2026-73570 — Synacor / Zimbra Collaboration Suite (ZCS)vulnKEV agrega CVE-2026-72530 — TrueConf / ServervulnKEV agrega CVE-2026-72529 — TrueConf / Server
CVE Watch367,165 in full archive

Vulnerabilities exploitable today

4,337in 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,685
New KEV · 24H0
Exploit Today ≥ 701,629

Distribution · last window

  • Critical
    2,263
  • High
    9,269
  • Medium
    5,274
  • Low
    508
Filters

Window

Severity

Flags

Vulnerabilities601–640 · 4,337
CVECVSSEPSSKEVRExploitTitleMod.
CVE-2025-24016
99.8%
KEV80Wazuh Server Deserialization of Untrusted Data Vulnerability
CVE-2017-5753
99.8%
30
CVE-2013-0625
99.8%
KEV80Adobe ColdFusion Authentication Bypass Vulnerability
CVE-2022-4067
99.8%
30
CVE-2013-0632
99.8%
KEV80Adobe ColdFusion Authentication Bypass Vulnerability
CVE-2012-17239.8 CRI
99.8%
KEVR80Oracle Java SE Runtime Environment (JRE) Arbitrary Code Execution Vulnerability25d
CVE-2015-5122
99.8%
KEV80Adobe Flash Player Use-After-Free Vulnerability
CVE-2021-268587.8 HIG
99.8%
KEVR80Microsoft Exchange Server Remote Code Execution Vulnerability12d
CVE-2023-44443
99.8%
30
CVE-2012-1436
99.8%
30
CVE-2012-1435
99.8%
30
CVE-2012-1433
99.8%
30
CVE-2013-1965
99.8%
30
CVE-2024-21650
99.8%
30
CVE-2021-27850
99.8%
30
CVE-2020-8617
99.8%
30
CVE-2012-1432
99.8%
30
CVE-2024-7120
99.8%
30
CVE-2018-6892
99.8%
30
CVE-2019-7276
99.8%
30
CVE-2016-3081
99.8%
30
CVE-2022-4069
99.8%
30
CVE-2024-9047
99.8%
30
CVE-2021-413496.5 MED
99.8%
30Microsoft Exchange Server Spoofing Vulnerability12d
CVE-2017-14492
99.8%
30
CVE-2017-0143
99.8%
KEVR80Microsoft Windows Server Message Block (SMBv1) Remote Code Execution Vulnerability
CVE-2023-48795
99.8%
30
CVE-2021-44077
99.8%
KEV80Zoho ManageEngine ServiceDesk Plus Remote Code Execution Vulnerability
CVE-2020-35846
99.8%
30
CVE-2018-0802
99.8%
KEVR80Microsoft Office Memory Corruption Vulnerability
CVE-2025-4008
99.8%
KEV80Smartbedded Meteobridge Command Injection Vulnerability
CVE-2016-7552
99.8%
30
CVE-2020-5849
99.8%
KEV80Unraid Authentication Bypass Vulnerability
CVE-2026-432848.8 HIG
99.8%
30In the Linux kernel, the following vulnerability has been resolved: xfrm: esp: avoid in-place decrypt on shared skb frags MSG_SPLICE_PAGES can attach pages from a pipe directly to an skb. TCP marks such skbs with SKBFL_SHARED_FRAG after skb_splice_from_iter(), so later paths that may modify packet data can first make a private copy. The IPv4/IPv6 datagram append paths did not set this flag when splicing pages into UDP skbs. That leaves an ESP-in-UDP packet made from shared pipe pages looking like an ordinary uncloned nonlinear skb. ESP input then takes the no-COW fast path for uncloned skbs without a frag_list and decrypts in place over data that is not owned privately by the skb. Mark IPv4/IPv6 datagram splice frags with SKBFL_SHARED_FRAG, matching TCP. Also make ESP input fall back to skb_cow_data() when the flag is present, so ESP does not decrypt externally backed frags in place. Private nonlinear skb frags still use the existing fast path. This intentionally does not change ESP output. In esp_output_head(), the path that appends the ESP trailer to existing skb tailroom without calling skb_cow_data() is not reachable for nonlinear skbs: skb_tailroom() returns zero when skb->data_len is nonzero, while ESP tailen is positive. Thus ESP output will either use the separate destination-frag path or fall back to skb_cow_data().48d
CVE-2024-45507
99.8%
30
CVE-2024-28987
99.8%
KEV80SolarWinds Web Help Desk Hardcoded Credential Vulnerability
CVE-2012-1425
99.8%
30
CVE-2020-2551
99.8%
KEV80Oracle Fusion Middleware Unspecified Vulnerability
CVE-2015-5371
99.8%
30
CVE-2021-20080
99.8%
30