Vulnerabilidades explotables hoy
367,284en 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,685
Nuevos KEV · 24H0
Exploit Today ≥ 701,629
Distribución · última ventana
- Crítico2,295
- Alto9,354
- Medio5,355
- Bajo528
Ventana
Severidad
Filtros
CVECVSSEPSSKEVRExplotTítuloVis.
CVE-2023-24851—1.8%
——1——CVE-2022-33307—1.8%
——1——CVE-2025-27563—1.8%
——1——CVE-2026-78824.3 MED1.8%
——1Concrete CMS 9.5.0 and below is vulnerable to unauthorized file deletion due to an Inverted CSRF token check in the DeleteFile controller. The code throws an error when the token IS valid and proceeds with file deletion when the token is invalid or missing. This effectively disables CSRF protection for the file deletion endpoint, allowing cross-site request forgery attacks against users who have permission to edit conversation messages. The Concrete CMS security team gave this vulnerability a CVSS v.4.0 score of 2.3 with a vector of CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N. Thanks Tristan Mandani for reporting.40dCVE-2021-0441—1.8%
——1——CVE-2021-0612—1.8%
——1——CVE-2021-0412—1.8%
——1——CVE-2025-71280—1.8%
——1——CVE-2025-623413.7 BAJ1.8%
——1HCL Connections is vulnerable to server-side request forgery (SSRF) when an internal server is compromised possibly allowing an attacker to send unauthorized requests in certain scenarios leading to information disclosure or security bypass.4dCVE-2026-41356.6 MED1.8%
——1During an internal security assessment, a potential vulnerability was discovered in Lenovo Software Fix, that during installation could allow a local authenticated user to perform an arbitrary file write with elevated privileges.8dCVE-2023-28542—1.8%
——1——CVE-2025-36156—1.8%
——1——CVE-2021-0409—1.8%
——1——CVE-2023-22386—1.8%
——1——CVE-2026-40045—1.8%
——1——CVE-2021-0659—1.8%
——1——CVE-2025-361926.7 MED1.8%
——1IBM DS8A00( R10.1) 10.10.106.0 and IBM DS8A00 ( R10.0) 10.1.3.010.2.45.0 and IBM DS8900F ( R9.4) 89.40.83.089.42.18.089.44.5.0 IBM System Storage DS8000 could allow a local user with authorized CCW update permissions to delete or corrupt backups due to missing authorization in IBM Safeguarded Copy / GDPS Logical corruption protection mechanisms.3dCVE-2023-21337—1.8%
——1——CVE-2022-33300—1.8%
——1——CVE-2023-21630—1.8%
——1——CVE-2021-0413—1.8%
——1——CVE-2023-21672—1.8%
——1——CVE-2023-24854—1.8%
——1——CVE-2023-21651—1.8%
——1——CVE-2023-40089—1.8%
——1——CVE-2021-0408—1.8%
——1——CVE-2021-0421—1.8%
——1——CVE-2022-20018—1.8%
——1——CVE-2021-39812—1.8%
——1——CVE-2018-9338—1.8%
——1——CVE-2025-52986—1.8%
——1——CVE-2026-23158—1.8%
——1——CVE-2025-26693—1.8%
——1——CVE-2021-0411—1.8%
——1——CVE-2026-156564.3 MED1.8%
——1IBM Maximo Application Suite 9.2, 9.1, and 9.0 does not set the secure attribute on authorization tokens or session cookies. Attackers may be able to get the cookie values by sending a http:// link to a user or by planting this link in a site the user goes to. The cookie will be sent to the insecure link and the attacker can then obtain the cookie value by snooping the traffic.22dCVE-2025-24324—1.8%
——1——CVE-2025-9055—1.8%
——1——CVE-2023-21656—1.8%
——1——CVE-2026-641867.1 ALT1.8%
——1In the Linux kernel, the following vulnerability has been resolved:
iommu/amd: Remove latent out-of-bounds access in IOMMU debugfs
In iommu_mmio_write() and iommu_capability_write(), the variables
dbg_mmio_offset and dbg_cap_offset are declared as int. However, they
are populated using kstrtou32_from_user(). If a user provides a
sufficiently large value, it can become a negative integer.
Prior to this patch, the AMD IOMMU debugfs implementation was already
protected by different mechanisms.
1. #define OFS_IN_SZ 8 ensures the user string <= 8 bytes, so
e.g. 0xffffffff isn't a valid input.
if (cnt > OFS_IN_SZ)
return -EINVAL;
2. Implicit type promotion in iommu_mmio_write(), dbg_mmio_offset is int
and iommu->mmio_phys_end is u64
if (dbg_mmio_offset > iommu->mmio_phys_end - sizeof(u64))
return -EINVAL;
3. The show handlers would currently catch the negative number and
refuse to perform the read.
Replace kstrtou32_from_user() with kstrtos32_from_user() to parse the
input, and check for negative values to explicitly prevent out-of-bounds
memory accesses directly in iommu_mmio_write() and
iommu_capability_write().20dCVE-2025-62945—1.8%
——1——