PULSE
FEED
vulnKEV 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-87886 — Acronis / BackupvulnKEV agrega CVE-2026-76461 — Cisco / Secure Email GatewayvulnKEV agrega CVE-2026-84869 — ConnectWise / ScreenConnectvulnKEV agrega CVE-2026-42016 — JFrog / ArtifactoryvulnKEV agrega CVE-2026-42018 — JFrog / ArtifactoryvulnKEV agrega CVE-2026-85706 — GitLab / Community Edition and Enterprise EditionvulnKEV agrega CVE-2026-86060 — MikroTik / RouterOSvulnKEV agrega CVE-2026-67277 — MikroTik / RouterOSvulnKEV 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-87886 — Acronis / BackupvulnKEV agrega CVE-2026-76461 — Cisco / Secure Email GatewayvulnKEV agrega CVE-2026-84869 — ConnectWise / ScreenConnectvulnKEV agrega CVE-2026-42016 — JFrog / ArtifactoryvulnKEV agrega CVE-2026-42018 — JFrog / ArtifactoryvulnKEV agrega CVE-2026-85706 — GitLab / Community Edition and Enterprise EditionvulnKEV agrega CVE-2026-86060 — MikroTik / RouterOSvulnKEV agrega CVE-2026-67277 — MikroTik / RouterOS
CVE Watch378,183 in full archive

Vulnerabilities exploitable today

378,183in 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,717
New KEV · 24H1
Exploit Today ≥ 701,649

Distribution · last window

  • Critical
    2,332
  • High
    8,494
  • Medium
    6,769
  • Low
    765
Filters
Filters

Window

Severity

Flags

Vulnerabilities254,921–254,960 · 378,183
CVECVSSEPSSKEVRExploitTitleMod.
CVE-2026-32881
32.5%
10
CVE-2014-5431
32.5%
10
CVE-2011-2200
32.5%
10
CVE-2026-733419.8 CRI
32.5%
10Unauthenticated PHP Object Injection in RegistrationMagic <= 6.0.9.7 versions.32d
CVE-2015-0421
32.5%
10
CVE-2023-31459
32.5%
10
CVE-2017-1093
32.5%
10
CVE-2024-32341
32.5%
10
CVE-2024-9218
32.5%
10
CVE-2026-27053
32.5%
10
CVE-2025-29313
32.5%
10
CVE-2024-9210
32.5%
10
CVE-2024-6621
32.5%
10
CVE-2026-789676.5 MED
32.5%
10Missing authorization in BFCache in Google Chrome prior to 152.0.7977.65 allowed a remote attacker who had compromised the renderer process to bypass system access restrictions via a crafted HTML page. (Chromium security severity: Medium)21d
CVE-2024-8741
32.5%
10
CVE-2015-4053
32.5%
10
CVE-2025-1718
32.5%
10
CVE-2026-159727.5 HIG
32.5%
10Consul Community Edition and Consul Enterprise 1.13.0 through 2.0.2 are vulnerable to an unauthenticated denial of service through unbounded connection acceptance on the external gRPC listeners. A remote attacker may exhaust agent file descriptors, goroutines, and memory by opening many incomplete connections, potentially preventing legitimate clients from connecting. This vulnerability, CVE-2026-15972, is fixed in Consul 2.0.3 and Consul Enterprise 1.21.17, 1.22.11, and 2.0.3.24d
CVE-2024-5638
32.5%
10
CVE-2026-664437.5 HIG
32.5%
10Unauthenticated Sensitive Data Exposure in REST API Log <= 1.7.1 versions.38d
CVE-2022-42399
32.5%
10
CVE-2024-45605
32.5%
10
CVE-2020-3423
32.5%
10
CVE-2013-4426
32.5%
10
CVE-2022-41151
32.5%
10
CVE-2025-53081
32.5%
10
CVE-2013-2546
32.5%
10
CVE-2024-4690
32.5%
10
CVE-2000-0752
32.5%
10
CVE-2014-6497
32.5%
10
CVE-2024-8712
32.5%
10
CVE-2017-6348
32.5%
10
CVE-2024-9384
32.5%
10
CVE-2026-28464
32.5%
10
CVE-2022-41150
32.5%
10
CVE-2022-42395
32.5%
10
CVE-2019-3742
32.5%
10
CVE-2025-60233
32.5%
10
CVE-2026-803467.1 HIG
32.5%
10StarRocks performs no privilege check when a legacy synchronous materialized view is dropped. Every other statement type routed through AuthorizerStmtVisitor calls into Authorizer before execution, but visitDropMaterializedViewStatement returns immediately with a comment stating the check happens in execution logic. That holds only for asynchronous materialized views: LocalMetastore.dropMaterializedView calls Authorizer.checkMaterializedViewAction inside a branch taken when the resolved table is a MaterializedView. A legacy synchronous materialized view is stored as a rollup index on an OlapTable rather than a MaterializedView, so the other branch runs, reaching AlterJobMgr.processDropMaterializedView and MaterializedViewHandler, neither of which contains any Authorizer call. The former locates the target by scanning every OlapTable in the named database for a matching rollup index, and the latter validates only table state and name conflicts. Any authenticated account can therefore drop a legacy synchronous materialized view belonging to any database, holding no grant on the view, the base table or the database, and the drop is indistinguishable from an authorized one.24d
CVE-2025-66305
32.4%
10