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-40899

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** A Stored Cross-Site Scripting vulnerability was discovered in the Assets and Nodes functionality due to improper validation of an input parameter. An authenticated user with custom fields privileges can define a malicious custom field containing a JavaScript payload. When the victim views the Assets or Nodes pages, the XSS executes in their browser context, allowing the attacker to perform unauthorized actions as the victim, such as modify application data, disrupt application availability, and access limited sensitive information.
Gravedad CVSS v4.0: ALTA
Última modificación:
12/05/2026

CVE-2025-40897

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** An access control vulnerability was discovered in the Threat Intelligence functionality due to a specific access restriction not being properly enforced for users with view-only privileges. An authenticated user with view-only privileges for the Threat Intelligence functionality can perform administrative actions on it, altering the rules configuration, and/or affecting their availability.
Gravedad CVSS v4.0: ALTA
Última modificación:
12/05/2026

CVE-2026-5088

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Apache::API::Password versions through 0.5.2 for Perl can generate insecure random values for salts.<br /> <br /> The _make_salt and _make_salt_bcrypt methods will attept to load Crypt::URandom and then Bytes::Random::Secure to generate random bytes for the salt. If those modules are unavailable, it will simply return 16 bytes generated with Perl&amp;#39;s built-in rand function.<br /> <br /> The rand function is unsuitable for cryptographic use.<br /> <br /> These salts are used for password hashing.
Gravedad CVSS v3.1: ALTA
Última modificación:
06/05/2026

CVE-2026-6293

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** The Inquiry Form to Posts or Pages plugin for WordPress is vulnerable to Cross-Site Request Forgery leading to Stored Cross-Site Scripting in version 1.0. This is due to missing nonce validation on the plugin settings update handler, combined with insufficient input sanitization on all user-supplied fields and missing output escaping when rendering stored values. The settings handler fires solely on the presence of `$_POST[&amp;#39;inq_hidden&amp;#39;] == &amp;#39;Y&amp;#39;` with no call to `check_admin_referer()` and no WordPress nonce anywhere in the form or handler. This makes it possible for unauthenticated attackers to inject arbitrary web scripts via a forged request that tricks a logged-in Administrator into visiting a malicious page.
Gravedad CVSS v3.1: MEDIA
Última modificación:
22/04/2026

CVE-2026-40719

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Deadwood in MaraDNS 3.5.0036 allows attackers to exhaust connection slots via a zone whose authoritative nameserver address cannot be resolved.
Gravedad CVSS v3.1: ALTA
Última modificación:
17/04/2026

CVE-2026-5160

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Versions of the package github.com/yuin/goldmark/renderer/html before 1.7.17 are vulnerable to Cross-site Scripting (XSS) due to improper ordering of URL validation and normalization. The renderer validates link destinations using a prefix-based check (IsDangerousURL) before resolving HTML entities. This allows an attacker to bypass protocol filtering by encoding dangerous schemes using HTML5 named character references. For example, a payload such as javascript&amp;colon;alert(1) is not recognized as dangerous during validation, leading to arbitrary script execution in the context of applications that render the URL.
Gravedad CVSS v4.0: MEDIA
Última modificación:
23/04/2026

CVE-2026-5397

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** It has been identified that a vulnerability (CWE-427) exists in the UPS (Uninterruptible Power Supply) management application, whereby improper permissions on the installation directory allow a malicious actor to place a DLL that is then executed with administrator privileges.<br /> <br /> If a malicious DLL is placed in the installation directory of this product, there is a possibility that the malicious DLL may be executed by exploiting the product’s behavior of loading missing DLLs from the same directory as the executable during service startup.
Gravedad CVSS v3.1: ALTA
Última modificación:
17/04/2026

CVE-2026-26291

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Stored cross-site scripting vulnerability exists in GROWI v7.4.6 and earlier. If this vulnerability is exploited, an arbitrary script may be executed in a user&amp;#39;s web browser.
Gravedad CVSS v4.0: MEDIA
Última modificación:
17/04/2026

CVE-2026-6328

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** Improper input validation, Improper verification of cryptographic signature vulnerability in XQUIC Project XQUIC xquic on Linux (QUIC protocol implementation, packet processing module, STREAM frame handler modules) allows Protocol Manipulation.This issue affects XQUIC: through 1.8.3.
Gravedad CVSS v4.0: ALTA
Última modificación:
17/04/2026

CVE-2026-4812

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** The Advanced Custom Fields (ACF) plugin for WordPress is vulnerable to Missing Authorization to Arbitrary Post/Page Disclosure in versions up to and including 6.7.0. This is due to AJAX field query endpoints accepting user-supplied filter parameters that override field-configured restrictions without proper authorization checks. This makes it possible for unauthenticated attackers with access to a frontend ACF form to enumerate and disclose information about draft/private posts, restricted post types, and other data that should be restricted by field configuration.
Gravedad CVSS v3.1: MEDIA
Última modificación:
22/04/2026

CVE-2026-40105

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** XWiki Platform is a generic wiki platform offering runtime services for applications built on top of it. Versions 10.4-rc-1, through 16.10.15, 17.0.0-rc-1, through 17.4.7 and 17.5.0-rc-1 through 17.10.0 contain a reflected cross-site scripting vulnerability (XSS) in the comparison view between revisions of a page allows executing JavaScript code in the user&amp;#39;s browser. If the current user is an admin, this can not only affect the current user but also the confidentiality, integrity and availability of the whole XWiki instance. If developers are unable to update immediately, they can apply the patch manually to templates/changesdoc.vm in the deployed WAR.
Gravedad CVSS v4.0: MEDIA
Última modificación:
23/04/2026

CVE-2026-40499

Fecha de publicación:
15/04/2026
Idioma:
Inglés
*** Pendiente de traducción *** radare2 prior to version 6.1.4 contains a command injection vulnerability in the PDB parser&amp;#39;s print_gvars() function that allows attackers to execute arbitrary commands by embedding a newline byte in the PE section header name field. Attackers can craft a malicious PDB file with specially crafted section names to inject r2 commands that are executed when the idp command processes the file.
Gravedad CVSS v4.0: ALTA
Última modificación:
01/05/2026