PULSE
LIVE0signals / 24h
FEED
vulnKEV agrega CVE-2026-82078 — PaperCut / NG/MFvulnKEV agrega CVE-2026-81578 — PaperCut / NG/MFvulnKEV 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-82078 — PaperCut / NG/MFvulnKEV agrega CVE-2026-81578 — PaperCut / NG/MFvulnKEV 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)
CVE Watch367,284 in full archive

Vulnerabilities exploitable today

367,284in 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,687
New KEV · 24H0
Exploit Today ≥ 701,629

Distribution · last window

  • Critical
    2,295
  • High
    9,357
  • Medium
    5,357
  • Low
    528
Filters

Window

Severity

Flags

Vulnerabilities302,481–302,520 · 367,284
CVECVSSEPSSKEVRExploitTitleMod.
CVE-2025-22771
17.5%
5
CVE-2024-34575
17.5%
5
CVE-2022-49609
17.5%
5
CVE-2022-49619
17.5%
5
CVE-2020-10538
17.5%
5
CVE-2026-753309.8 CRI
17.5%
5The front-end interface /superdiamond/preview/{projectCode}/{module}/{type} of super-diamond-server <= 1.3.3 is vulnerable to SQL injection. The module parameter is directly concatenated into the SQL IN clause through StringUtils.split() and string concatenation without being parameterized and bound.19h
CVE-2022-49679
17.5%
5
CVE-2025-54527
17.5%
5
CVE-2025-69199
17.5%
5
CVE-2026-610363.8 LOW
17.5%
5Vulnerability in the Oracle HRMS (Norway) product of Oracle E-Business Suite (component: Norway Payroll). Supported versions that are affected are 12.2.3-12.2.15. Easily exploitable vulnerability allows high privileged attacker with network access via HTTP to compromise Oracle HRMS (Norway). Successful attacks of this vulnerability can result in unauthorized update, insert or delete access to some of Oracle HRMS (Norway) accessible data as well as unauthorized read access to a subset of Oracle HRMS (Norway) accessible data. CVSS 3.1 Base Score 3.8 (Confidentiality and Integrity impacts). CVSS Vector: (CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:N).39d
CVE-2025-699349.8 CRI
17.5%
5CodeAstro Membership Management System 1.0 is vulnerable to SQL Injection in /delete_members.php?id=1.32d
CVE-2022-491375.5 MED
17.5%
5In the Linux kernel, the following vulnerability has been resolved: drm/amd/amdgpu/amdgpu_cs: fix refcount leak of a dma_fence obj This issue takes place in an error path in amdgpu_cs_fence_to_handle_ioctl(). When `info->in.what` falls into default case, the function simply returns -EINVAL, forgetting to decrement the reference count of a dma_fence obj, which is bumped earlier by amdgpu_cs_get_fence(). This may result in reference count leaks. Fix it by decreasing the refcount of specific object before returning the error code.20d
CVE-2025-24257
17.5%
5
CVE-2026-628836.7 MED
17.5%
5Numeric truncation error in Windows DNS allows an authorized attacker to elevate privileges locally.15d
CVE-2026-753369.8 CRI
17.5%
5Funiture 1.0.0 is vulnerable to SQL Injection in the backend tool interfaces /sys/tool/select.json and /sys/tool/update.json.19h
CVE-2025-7066
17.5%
5
CVE-2024-579245.5 MED
17.5%
5In the Linux kernel, the following vulnerability has been resolved: fs: relax assertions on failure to encode file handles Encoding file handles is usually performed by a filesystem >encode_fh() method that may fail for various reasons. The legacy users of exportfs_encode_fh(), namely, nfsd and name_to_handle_at(2) syscall are ready to cope with the possibility of failure to encode a file handle. There are a few other users of exportfs_encode_{fh,fid}() that currently have a WARN_ON() assertion when ->encode_fh() fails. Relax those assertions because they are wrong. The second linked bug report states commit 16aac5ad1fa9 ("ovl: support encoding non-decodable file handles") in v6.6 as the regressing commit, but this is not accurate. The aforementioned commit only increases the chances of the assertion and allows triggering the assertion with the reproducer using overlayfs, inotify and drop_caches. Triggering this assertion was always possible with other filesystems and other reasons of ->encode_fh() failures and more particularly, it was also possible with the exact same reproducer using overlayfs that is mounted with options index=on,nfs_export=on also on kernels < v6.6. Therefore, I am not listing the aforementioned commit as a Fixes commit. Backport hint: this patch will have a trivial conflict applying to v6.6.y, and other trivial conflicts applying to stable kernels < v6.6.49d
CVE-2024-53284
17.5%
5
CVE-2025-34451
17.5%
5
CVE-2025-6577
17.5%
5
CVE-2026-657986.7 MED
17.5%
5Numeric truncation error in Windows DNS allows an authorized attacker to elevate privileges locally.15d
CVE-2021-36133
17.5%
5
CVE-2026-12804
17.5%
5
CVE-2022-26439
17.5%
5
CVE-2024-53283
17.5%
5
CVE-2024-43133
17.5%
5
CVE-2025-699379.8 CRI
17.5%
5CodeAstro Membership Management System 1.0 is vulnerable to SQL Injection in the edit_type.php endpoint via the Parameter id.32d
CVE-2026-35614
17.5%
5
CVE-2025-7545
17.5%
5
CVE-2023-49296
17.5%
5
CVE-2025-699359.8 CRI
17.5%
5CodeAstro Membership Management System 1.0 is vulnerale to SQL Injection in the report.php and revenue_report.php via the fromDate parameter.32d
CVE-2022-49719
17.5%
5
CVE-2021-3155
17.5%
5
CVE-2025-11844
17.5%
5
CVE-2024-49337
17.5%
5
CVE-2025-13042
17.5%
5
CVE-2026-759205.3 MED
17.5%
5phpMyFAQ before v4.1.6 writes content backup ZIP archives to the web-accessible document root at content.zip, exposing sensitive files including database credentials. Unauthenticated attackers can race concurrent requests to download the temporary ZIP file before deletion, or exploit XSS in admin contexts to trigger authenticated backups and retrieve the archive.18h
CVE-2022-26442
17.5%
5
CVE-2024-52891
17.5%
5
CVE-2024-43150
17.5%
5