Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

Vulnerabilidades

Con el objetivo de informar, advertir y ayudar a los profesionales sobre las últimas vulnerabilidades de seguridad en sistemas tecnológicos, ponemos a disposición de los usuarios interesados en esta información una base de datos con información en castellano sobre cada una de las últimas vulnerabilidades documentadas y conocidas.

Este repositorio con más de 75.000 registros esta basado en la información de NVD (National Vulnerability Database) – en función de un acuerdo de colaboración – por el cual desde INCIBE realizamos la traducción al castellano de la información incluida. En ocasiones este listado mostrará vulnerabilidades que aún no han sido traducidas debido a que se recogen en el transcurso del tiempo en el que el equipo de INCIBE realiza el proceso de traducción.

Se emplea el estándar de nomenclatura de vulnerabilidades CVE (Common Vulnerabilities and Exposures), con el fin de facilitar el intercambio de información entre diferentes bases de datos y herramientas. Cada una de las vulnerabilidades recogidas enlaza a diversas fuentes de información así como a parches disponibles o soluciones aportadas por los fabricantes y desarrolladores. Es posible realizar búsquedas avanzadas teniendo la opción de seleccionar diferentes criterios como el tipo de vulnerabilidad, fabricante, tipo de impacto entre otros, con el fin de acortar los resultados.

Mediante suscripción RSS o Boletines podemos estar informados diariamente de las últimas vulnerabilidades incorporadas al repositorio.

CVE-2025-40024

Fecha de publicación:
24/10/2025
Idioma:
Inglés
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> vhost: Take a reference on the task in struct vhost_task.<br /> <br /> vhost_task_create() creates a task and keeps a reference to its<br /> task_struct. That task may exit early via a signal and its task_struct<br /> will be released.<br /> A pending vhost_task_wake() will then attempt to wake the task and<br /> access a task_struct which is no longer there.<br /> <br /> Acquire a reference on the task_struct while creating the thread and<br /> release the reference while the struct vhost_task itself is removed.<br /> If the task exits early due to a signal, then the vhost_task_wake() will<br /> still access a valid task_struct. The wake is safe and will be skipped<br /> in this case.
Gravedad: Pendiente de análisis
Última modificación:
15/04/2026

CVE-2025-40022

Fecha de publicación:
24/10/2025
Idioma:
Inglés
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> crypto: af_alg - Fix incorrect boolean values in af_alg_ctx<br /> <br /> Commit 1b34cbbf4f01 ("crypto: af_alg - Disallow concurrent writes in<br /> af_alg_sendmsg") changed some fields from bool to 1-bit bitfields of<br /> type u32.<br /> <br /> However, some assignments to these fields, specifically &amp;#39;more&amp;#39; and<br /> &amp;#39;merge&amp;#39;, assign values greater than 1. These relied on C&amp;#39;s implicit<br /> conversion to bool, such that zero becomes false and nonzero becomes<br /> true.<br /> <br /> With a 1-bit bitfields of type u32 instead, mod 2 of the value is taken<br /> instead, resulting in 0 being assigned in some cases when 1 was intended.<br /> <br /> Fix this by restoring the bool type.
Gravedad: Pendiente de análisis
Última modificación:
12/05/2026

CVE-2025-11576

Fecha de publicación:
24/10/2025
Idioma:
Inglés
*** Pendiente de traducción *** The AI Chatbot Free Models – Customer Support, Live Chat, Virtual Assistant plugin for WordPress is vulnerable to CSV Injection in all versions up to, and including, 1.6.5. This is due to insufficient sanitization in the &amp;#39;newcodebyte_chatbot_export_messages&amp;#39; function. This makes it possible for unauthenticated attackers to embed untrusted input into exported CSV files, which can result in code execution when these files are downloaded and opened on a local system with a vulnerable configuration.
Gravedad CVSS v3.1: MEDIA
Última modificación:
15/04/2026

CVE-2025-10861

Fecha de publicación:
24/10/2025
Idioma:
Inglés
*** Pendiente de traducción *** The Popup builder with Gamification, Multi-Step Popups, Page-Level Targeting, and WooCommerce Triggers plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 2.1.4. This is due to insufficient validation on the URLs supplied via the URL parameter. This makes it possible for unauthenticated attackers to make web requests to arbitrary locations originating from the web application and can be used to query and modify information from internal services, as well as conduct network reconnaissance. The vulnerability was partially patched in version 2.1.4.
Gravedad CVSS v3.1: ALTA
Última modificación:
15/04/2026

CVE-2025-40018

Fecha de publicación:
24/10/2025
Idioma:
Inglés
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> ipvs: Defer ip_vs_ftp unregister during netns cleanup<br /> <br /> On the netns cleanup path, __ip_vs_ftp_exit() may unregister ip_vs_ftp<br /> before connections with valid cp-&gt;app pointers are flushed, leading to a<br /> use-after-free.<br /> <br /> Fix this by introducing a global `exiting_module` flag, set to true in<br /> ip_vs_ftp_exit() before unregistering the pernet subsystem. In<br /> __ip_vs_ftp_exit(), skip ip_vs_ftp unregister if called during netns<br /> cleanup (when exiting_module is false) and defer it to<br /> __ip_vs_cleanup_batch(), which unregisters all apps after all connections<br /> are flushed. If called during module exit, unregister ip_vs_ftp<br /> immediately.
Gravedad: Pendiente de análisis
Última modificación:
15/04/2026

CVE-2025-40019

Fecha de publicación:
24/10/2025
Idioma:
Inglés
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> crypto: essiv - Check ssize for decryption and in-place encryption<br /> <br /> Move the ssize check to the start in essiv_aead_crypt so that<br /> it&amp;#39;s also checked for decryption and in-place encryption.
Gravedad: Pendiente de análisis
Última modificación:
15/04/2026

CVE-2023-53733

Fecha de publicación:
24/10/2025
Idioma:
Inglés
*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knode<br /> <br /> When u32_replace_hw_knode fails, we need to undo the tcf_bind_filter<br /> operation done at u32_set_parms.
Gravedad: Pendiente de análisis
Última modificación:
15/04/2026

CVE-2025-5605

Fecha de publicación:
24/10/2025
Idioma:
Inglés
*** Pendiente de traducción *** An authentication bypass vulnerability exists in the Management Console of multiple WSO2 products. A malicious actor with access to the console can manipulate the request URI to bypass authentication and access certain restricted resources, resulting in partial information disclosure.<br /> <br /> The known exposure from this issue is limited to memory statistics. While the vulnerability does not allow full account compromise, it still enables unauthorized access to internal system details.
Gravedad CVSS v3.1: MEDIA
Última modificación:
21/11/2025

Vulnerabilidad en IBM App Connect Enterprise (CVE-2025-36361)

Fecha de publicación:
24/10/2025
Idioma:
Español
IBM App Connect Enterprise 13.0.1.0 hasta 13.0.4.2, y 12.0.1.0 hasta 12.0.12.17 podría permitir a un usuario autenticado realizar acciones no autorizadas en recursos definidos por el cliente debido a la falta de autorización.
Gravedad CVSS v3.1: MEDIA
Última modificación:
28/10/2025

CVE-2025-5350

Fecha de publicación:
24/10/2025
Idioma:
Inglés
*** Pendiente de traducción *** SSRF and Reflected XSS Vulnerabilities exist in multiple WSO2 products within the deprecated Try-It feature, which was accessible only to administrative users. This feature accepted user-supplied URLs without proper validation, leading to server-side request forgery (SSRF). Additionally, the retrieved content was directly reflected in the HTTP response, enabling reflected cross-site scripting (XSS) in the admin user&amp;#39;s browser context.<br /> <br /> By tricking an administrator into accessing a crafted link, an attacker could force the server to fetch malicious content and reflect it into the admin’s browser, leading to arbitrary JavaScript execution for UI manipulation or data exfiltration. While session cookies are protected with the HttpOnly flag, the XSS still poses a significant security risk.<br /> <br /> Furthermore, SSRF can be used by a privileged user to query internal services, potentially aiding in internal network enumeration if the target endpoints are reachable from the affected product.
Gravedad CVSS v3.1: MEDIA
Última modificación:
21/11/2025

CVE-2025-12134

Fecha de publicación:
24/10/2025
Idioma:
Inglés
*** Pendiente de traducción *** The ZoloBlocks – Gutenberg Block Editor Plugin with Advanced Blocks, Dynamic Content, Templates &amp; Patterns plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the update_popup_status() function in all versions up to, and including, 2.3.11. This makes it possible for unauthenticated attackers to enable/disable popups.
Gravedad CVSS v3.1: MEDIA
Última modificación:
15/04/2026

CVE-2025-12136

Fecha de publicación:
24/10/2025
Idioma:
Inglés
*** Pendiente de traducción *** The Real Cookie Banner: GDPR &amp; ePrivacy Cookie Consent plugin for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 5.2.4. This is due to insufficient validation on the user-supplied URL in the &amp;#39;/scanner/scan-without-login&amp;#39; REST API endpoint. This makes it possible for authenticated attackers, with administrator-level access and above, to make web requests to arbitrary locations originating from the web application and can be used to query and modify information from internal services via the `url` parameter.
Gravedad CVSS v3.1: MEDIA
Última modificación:
15/04/2026