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

Fecha de publicación:
02/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Unauthenticated Cross Site Scripting (XSS) in Fitness Zone WordPress Theme
Gravedad CVSS v3.1: ALTA
Última modificación:
02/07/2026

CVE-2025-69134

Fecha de publicación:
02/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Unauthenticated Arbitrary Content Deletion in OpenAI Chatbot for WordPress – Helper
Gravedad CVSS v3.1: ALTA
Última modificación:
02/07/2026

CVE-2025-69152

Fecha de publicación:
02/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Unauthenticated Cross Site Scripting (XSS) in Artale | Wedding Photography WordPress
Gravedad CVSS v3.1: ALTA
Última modificación:
02/07/2026

CVE-2025-69094

Fecha de publicación:
02/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Subscriber SQL Injection in Unicamp
Gravedad CVSS v3.1: ALTA
Última modificación:
02/07/2026

CVE-2025-69153

Fecha de publicación:
02/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Unauthenticated Cross Site Scripting (XSS) in Trendy Travel
Gravedad CVSS v3.1: ALTA
Última modificación:
02/07/2026

CVE-2025-69154

Fecha de publicación:
02/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Unauthenticated Cross Site Scripting (XSS) in SpaLab | Beauty Salon WordPress Theme
Gravedad CVSS v3.1: ALTA
Última modificación:
02/07/2026

CVE-2025-66076

Fecha de publicación:
02/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Unauthenticated Broken Access Control in Woostify Sites Library
Gravedad CVSS v3.1: MEDIA
Última modificación:
02/07/2026

CVE-2025-58902

Fecha de publicación:
02/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Unauthenticated Local File Inclusion in Lighthouse
Gravedad CVSS v3.1: ALTA
Última modificación:
02/07/2026

CVE-2026-54431

Fecha de publicación:
02/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** In liboauth2 the Demonstrating Proof-of-Possession (DPoP) verifier accepts a proof whose JSON Web Key (jwk) header contains private key material. RFC 9449 section 4.3 step 7 requires the verifier to reject such a proof but oauth2_token_verify() function returns success for a malformed DPoP proof that embeds the private Elliptic Curve (EC) key in the header.<br /> <br /> This issue was fixed in version 2.3.0
Gravedad CVSS v4.0: MEDIA
Última modificación:
02/07/2026

CVE-2026-54430

Fecha de publicación:
02/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** liboauth2 is vulnerable to Server-Side Request Forgery in oauth2_jose_jwks_aws_alb_resolve() function. The AWS ALB verifier reads both signer and kid from the unverified JWT<br /> header. If signer matches the configured ARN, kid is appended to<br /> alb_base_url without URL encoding or path sanitization, and the HTTP GET<br /> is issued before signature verification. This allows an attacker to force<br /> the server to send a GET request to an attacker-chosen internal path.<br /> <br /> This issue was fixed in version 2.3.0
Gravedad CVSS v4.0: MEDIA
Última modificación:
02/07/2026

CVE-2026-9834

Fecha de publicación:
02/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** The WP Database Backup – Unlimited Database &amp; Files Backup by Backup for WP plugin for WordPress is vulnerable to OS Command Injection in all versions up to and including 7.11 via the `wp_db_exclude_table` parameter. This is due to the direct concatenation of user-supplied `$_POST[&amp;#39;wp_db_exclude_table&amp;#39;]` values into the `mysqldump` shell command string in the `mysqldump()` function of `includes/admin/class-wpdb-admin.php` without wrapping them in `escapeshellarg()`—every other argument in the same command (DB_USER, DB_PASSWORD, host, filename, DB_NAME) is properly escaped, making the exclude-table values the sole exception—and because the only applied filtering, `sanitize_text_field()` via `recursive_sanitize_text_field()`, strips HTML tags but leaves shell metacharacters such as `;`, `|`, `` ` ``, and `$()` intact. This makes it possible for authenticated attackers, with administrator-level access and above, to execute arbitrary operating system commands on the server, potentially enabling full remote code execution. The injection is stored: malicious values submitted through the plugin settings form are persisted to the WordPress options table via `update_option(&amp;#39;wp_db_exclude_table&amp;#39;)` and later retrieved with `get_option()` and passed unsanitized to `shell_exec()` whenever a backup operation runs.
Gravedad CVSS v3.1: ALTA
Última modificación:
02/07/2026

CVE-2026-9145

Fecha de publicación:
02/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** The Database for Contact Form 7, WPforms, Elementor forms plugin for WordPress is vulnerable to Arbitrary File Copy via the create_entry_el() function in versions up to, and including, 1.5.1. The function reads raw_value from Elementor Pro&amp;#39;s Form_Record object for upload-type fields and passes it directly to PHP&amp;#39;s copy() without validating that the value corresponds to a legitimately uploaded file — when no file is present in $_FILES, raw_value reflects the attacker-controlled POST string. copy() accepts both local filesystem paths and URL sources, so the attacker can target any file readable by the PHP process or supply an attacker-controlled remote URL. Elementor Pro is a prerequisite for triggering the code path (it owns the elementor_pro/forms/new_record hook and populates the Form_Record object), but the bug itself is entirely in Contact Form Entries&amp;#39; handler. This could allow unauthenticated attackers to disclose arbitrary files on the affected site&amp;#39;s server. The file is copied to a directory unknown to the attacker; the hashed directory name provides defense-in-depth but is generated from non-cryptographic sources (uniqid() + rand()) and should not be relied upon as the primary mitigation.
Gravedad CVSS v3.1: MEDIA
Última modificación:
02/07/2026