PULSE
LIVE13signals / 24h
FEED
ransomunsafe reclama a Jiva Health · IN · Healthcareransomsafepay reclama a upland.k12.ca.us · US · Educationransomsafepay reclama a gvsurgicalarts.com · US · Healthcareransomm3rx reclama a ausproof.com.au · AU · Professional Servicesransombooba project reclama a Zynex · CH · Healthcareransomakira reclama a Emerge2 Digital · Technologyransomqilin reclama a Ejército Argentino · AR · Government & Defenseransomqilin reclama a Kean University · US · Educationransomqilin reclama a Highline Community College · US · Educationransomdragonforce reclama a ID engineering · ID · Manufacturingransomapt73 reclama a metrabyte.cloud · DE · Technologyransomnova reclama a Digital Edge · SG · Technologyransomincransom reclama a autismuslink.ch · CH · Healthcareransomplay reclama a Record Go Alquiler · ES · Hospitalityransomunsafe reclama a Jiva Health · IN · Healthcareransomsafepay reclama a upland.k12.ca.us · US · Educationransomsafepay reclama a gvsurgicalarts.com · US · Healthcareransomm3rx reclama a ausproof.com.au · AU · Professional Servicesransombooba project reclama a Zynex · CH · Healthcareransomakira reclama a Emerge2 Digital · Technologyransomqilin reclama a Ejército Argentino · AR · Government & Defenseransomqilin reclama a Kean University · US · Educationransomqilin reclama a Highline Community College · US · Educationransomdragonforce reclama a ID engineering · ID · Manufacturingransomapt73 reclama a metrabyte.cloud · DE · Technologyransomnova reclama a Digital Edge · SG · Technologyransomincransom reclama a autismuslink.ch · CH · Healthcareransomplay reclama a Record Go Alquiler · ES · Hospitality
CVE Watch352,317 in full archive

Vulnerabilities exploitable today

352,317in 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,653
New KEV · 24H0
Exploit Today ≥ 701,590

Distribution · last window

  • Critical
    2,150
  • High
    7,306
  • Medium
    6,373
  • Low
    617
Filters

Window

Severity

Flags

Vulnerabilities342,001–342,040 · 352,317
CVECVSSEPSSKEVRExploitTitleMod.
CVE-2026-46005
2.8%
1
CVE-2026-532365.5 MED
2.8%
1In the Linux kernel, the following vulnerability has been resolved: tcp: restrict SO_ATTACH_FILTER to priv users This patch restricts the use of SO_ATTACH_FILTER (cBPF) on TCP sockets to users with CAP_NET_ADMIN capability. This blocks potential side-channel attack where an unprivileged application attaches a filter to leak TCP sequence/acknowledgment numbers.16d
CVE-2026-32015
2.8%
1
CVE-2026-532195.5 MED
2.8%
1In the Linux kernel, the following vulnerability has been resolved: netfilter: x_tables: avoid leaking percpu counter pointers The native and compat get-entries paths copy the fixed rule entry header from the kernelized rule blob to userspace before overwriting the entry's counter fields with a sanitized counter snapshot. On SMP kernels, entry->counters.pcnt contains the percpu allocation address used by x_tables rule counters. A caller can provide a userspace buffer that faults during the initial fixed-header copy after pcnt has been copied but before the later sanitized counter copy runs. The syscall then returns -EFAULT while leaving the raw percpu pointer in userspace. Copy only the fixed entry prefix before counters from the kernelized rule blob, then copy the sanitized counter snapshot into the counter field. Apply this ordering to the IPv4, IPv6, and ARP native and compat get-entries implementations so a fault cannot expose the internal percpu counter pointer.22d
CVE-2025-71287
2.8%
1
CVE-2022-32594
2.8%
1
CVE-2025-62975
2.8%
1
CVE-2026-63265
2.8%
1Joomla Extension - regularlabs.com - Inconsistent CSRF token checks / privilege checks in various Regular Labs extension AJAX endpoints - Privileged Regular Labs AJAX endpoints did not consistently require valid CSRF tokens, matching component/item permissions and trusted server-generated form configuration. Authenticated lower-privileged users or CSRF attacks could invoke lookups or mutations outside their authorization.1d
CVE-2026-64791
2.8%
1Joomla Extension - regularlabs.com - Inconsistent CSRF token checks / privilege checks in Regular Labs Extension Manager - Administrator routes and install/update/uninstall processing did not consistently enforce component-management and installation permissions. An unauthorized backend user or CSRF attack could install, update or remove extensions.1d
CVE-2026-46146
2.8%
1
CVE-2025-74067.8 HIG
2.8%
1Nokia MantaRay NM is vulnerable to a sudo privilege escalation vulnerability where a local attacker possessing administrative (local admin) privileges can escalate to full root privileges on the host. Successful exploitation results in root-level access to the filesystem and the ability to execute actions as root. The risk can be temporarily mitigated by restricting the set of commands permitted via sudo for the affected accounts.14d
CVE-2026-532135.5 MED
2.8%
1In the Linux kernel, the following vulnerability has been resolved: drm/vc4: fix krealloc() memory leak Don't just overwrite the original pointer passed to krealloc() with its return value without checking latter: MEM = krealloc(MEM, SZ, GFP); If krealloc() returns NULL, that erases the pointer to the still allocated memory, hence leaks this memory. Instead, use a temporary variable, check it's not NULL and only then assign it to the original pointer: TMP = krealloc(MEM, SZ, GFP); if (!TMP) return; MEM = TMP; While on it, use krealloc_array().22d
CVE-2026-63280
2.8%
1Joomla Extension - regularlabs.com - Inconsistent CSRF token checks / privilege checks in Regular Labs conditions manager - Conditions administration did not consistently enforce tokens and component/mapped-item permissions.1d
CVE-2026-63684
2.8%
1Joomla Extension - regularlabs.com - Inconsistent CSRF token checks / privilege checks in various admin/import/export actions of multiple Regular Labs extension - Administrator actions, editor popups and import/export requests lacked consistent token, item-permission and input-validation checks. Unauthorized backend users or CSRF attacks could expose, create or modify extension configuration and items.1d
CVE-2025-20981
2.8%
1
CVE-2025-66064
2.8%
1
CVE-2025-57227
2.8%
1
CVE-2026-43352
2.8%
1
CVE-2026-43225
2.8%
1
CVE-2022-34385
2.8%
1
CVE-2025-38600
2.8%
1
CVE-2026-638417.8 HIG
2.8%
1In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/jpeg: set no_user_fence for JPEG v5.0.1 ring JPEG rings do not support 64-bit user fence writes, reject CS submissions with user fences. (cherry picked from commit 742a98e2e81702df8fe1b1eccee5223220a03dc2)4d
CVE-2026-441873.3 LOW
2.8%
1A flaw was found in the Ansible Lightspeed extension for Visual Studio Code. This vulnerability allows an attacker with local access to the workstation, or malware running with the user's privileges, to read the Google Gemini API key. The extension insecurely stores the API key in plain text within the user's configuration file and writes it to output log files. This information disclosure can lead to the attacker obtaining the API credential and potentially consuming the user's API quota.2d
CVE-2025-38689
2.8%
1
CVE-2026-46200
2.8%
1
CVE-2026-46211
2.8%
1
CVE-2022-50479
2.8%
1
CVE-2025-22836
2.8%
1
CVE-2025-30075
2.8%
1
CVE-2023-53553
2.8%
1
CVE-2026-22212
2.8%
1TinyOS versions up to and including 2.1.2 contain a stack-based buffer overflow vulnerability in the mcp2200gpio utility. The vulnerability is caused by unsafe use of strcpy() and strcat() functions when constructing device paths during automatic device discovery. A local attacker can exploit this by creating specially crafted filenames under /dev/usb/, leading to stack memory corruption and application crashes.10d
CVE-2022-50295
2.8%
1
CVE-2026-21421
2.8%
1
CVE-2026-20654
2.8%
1
CVE-2023-53172
2.8%
1
CVE-2025-38296
2.8%
1
CVE-2019-25305
2.8%
1
CVE-2025-33000
2.8%
1
CVE-2025-22893
2.8%
1
CVE-2024-13614
2.8%
1