PULSE
EN VIVO30señales / 24h
FEED
ransomqilin reclama a RehaVital Gesundheitsservice GmbH · DE · Healthcareransomnova reclama a Tèrra Aventura · PT · Hospitality and Tourismransomnova reclama a Koperasi Karyawan PT Aplikanusa Lintasarta · ID · Telecommunicationransomakira reclama a Novasport s.r.o. · CZ · Consumer Servicesransomakira reclama a Finer & Finer · Consumer Servicesransommorpheus reclama a Kyowa Singapore Pte Ltd · SG · Business Servicesransomtitan reclama a PERTINENT HEALTHCARE BUSINESS SOLUTIONS PRIVATE LIMITED · IN · Healthcareransomworldleaks reclama a St. Francis Xavier Catholic School System · US · Educationransomworldleaks reclama a PinnPACK · US · Manufacturingransomspacebears reclama a DoAllTech · KR · Technologyransomspacebears reclama a Anpra SAS · CO · Business Servicesransomspacebears reclama a BiesSse Group · IT · Business Servicesransomqilin reclama a Postres Reina · ES · Agriculture and Food ProductionvulnKEV agrega CVE-2026-60137 — WordPress / Coreransomqilin reclama a RehaVital Gesundheitsservice GmbH · DE · Healthcareransomnova reclama a Tèrra Aventura · PT · Hospitality and Tourismransomnova reclama a Koperasi Karyawan PT Aplikanusa Lintasarta · ID · Telecommunicationransomakira reclama a Novasport s.r.o. · CZ · Consumer Servicesransomakira reclama a Finer & Finer · Consumer Servicesransommorpheus reclama a Kyowa Singapore Pte Ltd · SG · Business Servicesransomtitan reclama a PERTINENT HEALTHCARE BUSINESS SOLUTIONS PRIVATE LIMITED · IN · Healthcareransomworldleaks reclama a St. Francis Xavier Catholic School System · US · Educationransomworldleaks reclama a PinnPACK · US · Manufacturingransomspacebears reclama a DoAllTech · KR · Technologyransomspacebears reclama a Anpra SAS · CO · Business Servicesransomspacebears reclama a BiesSse Group · IT · Business Servicesransomqilin reclama a Postres Reina · ES · Agriculture and Food ProductionvulnKEV agrega CVE-2026-60137 — WordPress / Core
CVE Watch350,369 en archivo total

Vulnerabilidades explotables hoy

350,369en la vista actual

Score único combinando CVSS, membresía KEV y EPSS. Cada CVE con su ficha propia — timeline desde publicación hasta explotación activa.

En catálogo KEV1,651
Nuevos KEV · 24H4
Exploit Today ≥ 701,587

Distribución · última ventana

  • Crítico
    1,484
  • Alto
    4,943
  • Medio
    4,052
  • Bajo
    320
Filtros

Ventana

Severidad

Filtros

Vulnerabilidades347,321–347,360 · 350,369
CVECVSSEPSSKEVRExplotTítuloVis.
CVE-2022-20293
0.8%
0
CVE-2022-47469
0.8%
0
CVE-2022-48373
0.8%
0
CVE-2022-47485
0.8%
0
CVE-2022-20277
0.8%
0
CVE-2026-437434.7 MED
0.8%
0A race condition was addressed with improved state handling. This issue is fixed in iOS 26.5.2 and iPadOS 26.5.2, macOS Tahoe 26.5.2. An app may be able to cause unexpected system termination.21d
CVE-2021-0699
0.8%
0
CVE-2026-27415
0.8%
0
CVE-2022-20278
0.8%
0
CVE-2024-39575
0.8%
0
CVE-2026-0122
0.8%
0
CVE-2024-36323
0.8%
0
CVE-2022-20180
0.8%
0
CVE-2026-415142.5 BAJ
0.8%
0OP-TEE is a Trusted Execution Environment (TEE) designed as companion to a non-secure Linux kernel running on Arm; Cortex-A cores using the TrustZone technology. Starting in version 4.5.0 and prior to version 4.11.0, the RSA-OAEP decryption implementation in the Hisilicon HPRE crypto driver uses non-constant-time `memcmp()` for label hash verification and has multiple distinguishable error paths. This creates a Manger-style padding oracle that allows an attacker to recover RSA-OAEP plaintext with approximately 1000-2000 adaptive chosen ciphertext queries. Only affects plat-d06 with `CFG_HISILICON_ACC_V3=y`, which seems to be disabled by default. Version 4.11.0 contains a patch. As a workaround, disable Hisilicon HPRE RSA driver with `CFG_HISILICON_ACC_V3=n`.14d
CVE-2022-20304
0.8%
0
CVE-2022-20332
0.8%
0
CVE-2023-32812
0.8%
0
CVE-2023-21007
0.8%
0
CVE-2022-20289
0.8%
0
CVE-2022-47495
0.8%
0
CVE-2023-20986
0.8%
0
CVE-2024-40661
0.8%
0
CVE-2025-61736
0.8%
0
CVE-2022-47494
0.8%
0
CVE-2023-21008
0.8%
0
CVE-2022-4990
0.8%
0** UNSUPPORTED WHEN ASSIGNED ** Improper Validation of Specified Quantity in Input in the ASUS AI Suite 3 driver allows a local user to bypass security validation and access restricted memory blocks via crafted IOCTL requests, leading to privilege escalation. Refer to the 'End-of-Life Notice and Driver Update for Legacy ASUS Drivers ' section on the ASUS Security Advisory for more information.4d
CVE-2023-21017
0.8%
0
CVE-2026-231104.7 MED
0.8%
0In the Linux kernel, the following vulnerability has been resolved: scsi: core: Wake up the error handler when final completions race against each other The fragile ordering between marking commands completed or failed so that the error handler only wakes when the last running command completes or times out has race conditions. These race conditions can cause the SCSI layer to fail to wake the error handler, leaving I/O through the SCSI host stuck as the error state cannot advance. First, there is an memory ordering issue within scsi_dec_host_busy(). The write which clears SCMD_STATE_INFLIGHT may be reordered with reads counting in scsi_host_busy(). While the local CPU will see its own write, reordering can allow other CPUs in scsi_dec_host_busy() or scsi_eh_inc_host_failed() to see a raised busy count, causing no CPU to see a host busy equal to the host_failed count. This race condition can be prevented with a memory barrier on the error path to force the write to be visible before counting host busy commands. Second, there is a general ordering issue with scsi_eh_inc_host_failed(). By counting busy commands before incrementing host_failed, it can race with a final command in scsi_dec_host_busy(), such that scsi_dec_host_busy() does not see host_failed incremented but scsi_eh_inc_host_failed() counts busy commands before SCMD_STATE_INFLIGHT is cleared by scsi_dec_host_busy(), resulting in neither waking the error handler task. This needs the call to scsi_host_busy() to be moved after host_failed is incremented to close the race condition.7d
CVE-2026-2324
0.8%
0
CVE-2024-47124
0.8%
0
CVE-2022-20357
0.8%
0
CVE-2024-42197
0.8%
0
CVE-2023-21006
0.8%
0
CVE-2025-612287.8 ALT
0.8%
0An issue in Shirt Pocket SuperDuper! V.3.10 and before allows a local attacker to execute arbitrary code via the software update mechanism17d
CVE-2022-20353
0.8%
0
CVE-2022-20288
0.8%
0
CVE-2023-20936
0.8%
0
CVE-2022-20291
0.8%
0
CVE-2022-20276
0.8%
0
CVE-2022-47496
0.8%
0