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-2026-3481

Fecha de publicación:
22/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** The WP Blockade plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'shortcode' parameter in all versions up to and including 0.9.14. This is due to insufficient input sanitization and output escaping in the render_shortcode_preview() function. The function receives user input from $_GET['shortcode'], passes it through stripslashes() without any sanitization, and then outputs it directly via echo do_shortcode($shortcode) on line 393. When the input is not a valid WordPress shortcode (e.g., an HTML tag with JavaScript event handlers), do_shortcode() returns it unchanged, and it is reflected into the page without escaping. The endpoint is registered via admin_post_ (not admin_post_nopriv_), meaning it requires the user to be logged in with at minimum a Subscriber-level account. There is no nonce verification or additional capability check. This makes it possible for authenticated attackers, with Subscriber-level access and above, to inject arbitrary web scripts in pages that will execute if they can successfully trick a user into performing an action such as clicking a link.
Gravedad CVSS v3.1: MEDIA
Última modificación:
22/05/2026

CVE-2026-2518

Fecha de publicación:
22/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** The FastX theme for WordPress is vulnerable to unauthorized limited plugin installation and activation due to missing capability checks on the 'ultp_install_callback' and 'ultp_activate_callback' functions in all versions up to, and including, 1.0.2. This makes it possible for authenticated attackers, with Subscriber-level access and above, to install and activate the PostX plugin.
Gravedad CVSS v3.1: MEDIA
Última modificación:
22/05/2026

CVE-2026-9053

Fecha de publicación:
22/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** Mothra would respect a default value given by a website for HTML file upload forms. An attacker could craft a website with a malicious default file path, and then conceal this form element.
Gravedad CVSS v4.0: MEDIA
Última modificación:
22/05/2026

CVE-2026-9054

Fecha de publicación:
22/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** An attacker sending tcp, il, rudp, rudp, or gre packets with a length less than the header size would trigger a kernel panic.
Gravedad CVSS v4.0: CRÍTICA
Última modificación:
22/05/2026

CVE-2026-46598

Fecha de publicación:
22/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** For certain crafted inputs, a 'ed25519.PrivateKey' was created by casting malformed wire bytes, leading to a panic when used.
Gravedad CVSS v3.1: MEDIA
Última modificación:
28/05/2026

CVE-2026-46597

Fecha de publicación:
22/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** An incorrectly placed cast from bytes to int allowed for server-side panic in the AES-GCM packet decoder for well-crafted inputs.
Gravedad CVSS v3.1: ALTA
Última modificación:
28/05/2026

CVE-2026-4834

Fecha de publicación:
22/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** The WP ERP Pro plugin for WordPress is vulnerable to SQL Injection via the 'search_key' parameter in all versions up to, and including, 1.5.1. This is due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Gravedad CVSS v3.1: ALTA
Última modificación:
22/05/2026

CVE-2026-46595

Fecha de publicación:
22/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** Previously, CVE-2024-45337 fixed an authorization bypass for misused ssh server configurations; if any other type of callback is passed other than public key, then the source-address validation would be skipped.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
01/07/2026

CVE-2026-42508

Fecha de publicación:
22/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** Previously, a revoked 'SignatureKey' belonging to a CA was not correctly checked for revocation. Now, both the 'key' and 'key.SignatureKey' are checked for @revoked.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
03/07/2026

CVE-2026-39834

Fecha de publicación:
22/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** When writing data larger than 4GB in a single Write call on an SSH channel, an integer overflow in the internal payload size calculation caused the write loop to spin indefinitely, sending empty packets without making progress. The size comparison now uses int64 to prevent truncation.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
28/05/2026

CVE-2026-39835

Fecha de publicación:
22/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** SSH servers which use CertChecker as a public key callback without setting IsUserAuthority or IsHostAuthority could be caused to panic by a client presenting a certificate. CertChecker now returns an error instead of panicking when these callbacks are nil.
Gravedad CVSS v3.1: MEDIA
Última modificación:
03/07/2026

CVE-2026-39833

Fecha de publicación:
22/05/2026
Idioma:
Inglés
*** Pendiente de traducción *** The in-memory keyring returned by NewKeyring() silently accepted keys with the ConfirmBeforeUse constraint but never enforced it. The key would sign without any confirmation prompt, with no indication to the caller that the constraint was not in effect. NewKeyring() now returns an error when unsupported constraints are requested.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
28/05/2026