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

Fecha de publicación:
03/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Improper neutralization of input during web page generation (&amp;#39;cross-site scripting&amp;#39;) vulnerability in Raera - Ankara Web Design and Digital Advertising Agency Destekz allows Reflected XSS.<br /> <br /> This issue affects Destekz: through 02062026. NOTE: The vendor was contacted and it was learned that the product is not supported.
Gravedad CVSS v3.1: MEDIA
Última modificación:
03/07/2026

CVE-2026-4804

Fecha de publicación:
03/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** The Zakra theme for WordPress is vulnerable to Stored Cross-Site Scripting via post meta values in all versions up to, and including, 4.2.0. This is due to the theme registering three post meta fields (zakra_menu_item_color, zakra_menu_item_hover_color, and zakra_menu_item_active_color) with &amp;#39;show_in_rest&amp;#39; =&gt; true and &amp;#39;auth_callback&amp;#39; =&gt; &amp;#39;__return_true&amp;#39;, but without any sanitize_callback parameter in the register_post_meta() calls. While the classic editor save path applies sanitize_hex_color() sanitization, the REST API path completely bypasses this protection. The unsanitized meta values are then retrieved via get_post_meta() and concatenated directly into CSS strings that are output through wp_add_inline_style() without any escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses the injected page.
Gravedad CVSS v3.1: MEDIA
Última modificación:
03/07/2026

CVE-2026-9756

Fecha de publicación:
03/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** The GenerateBlocks plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Headline Block &amp;#39;linkMetaFieldType&amp;#39; Dynamic Link Attribute in all versions up to, and including, 2.2.1 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. A contributor-level attacker can store a JavaScript payload in their own profile description (allowlisted by get_safe_user_meta_keys()) and prepend &amp;#39;javascript:&amp;#39; via the linkMetaFieldType attribute, creating a fully attacker-controlled href that executes when any user, including an administrator, clicks the rendered headline link.
Gravedad CVSS v3.1: MEDIA
Última modificación:
03/07/2026

CVE-2026-47896

Fecha de publicación:
03/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Improper Limitation of a Pathname to a Restricted Directory (&amp;#39;Path Traversal&amp;#39;) vulnerability in Apache Lucene.Net (Lucene.Net.Replicator library).<br /> <br /> This issue affects Apache Lucene.Net.Replicator: from 4.8.0-beta00005 through 4.8.0-beta00017.<br /> <br /> Users are recommended to upgrade to version 4.8.0-beta00018, which fixes the issue.
Gravedad CVSS v4.0: ALTA
Última modificación:
03/07/2026

CVE-2026-11398

Fecha de publicación:
03/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** The LatePoint – Calendar Booking Plugin for Appointments and Events plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 5.6.1. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to modify the personally identifiable information (first name, last name, phone number, and notes) of any existing customer record, including those linked to administrator accounts, by submitting the booking form with a known customer&amp;#39;s email address. Exploitation requires the plugin to be configured with guest bookings enabled (is_customer_auth_disabled() returning true), which is necessary for the vulnerable unauthenticated code path in process_step_customer() to be reached.
Gravedad CVSS v3.1: MEDIA
Última modificación:
03/07/2026

CVE-2026-11778

Fecha de publicación:
03/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** The The CURCY – Multi Currency for WooCommerce – Smoothly on WooCommerce 9.x plugin for WordPress is vulnerable to arbitrary shortcode execution in all versions up to, and including, 2.2.14. This is due to the software allowing users to execute an action that does not properly validate a value before running do_shortcode. This makes it possible for unauthenticated attackers to execute arbitrary shortcodes.
Gravedad CVSS v3.1: MEDIA
Última modificación:
03/07/2026

CVE-2026-11900

Fecha de publicación:
03/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** The Ad Inserter – Ad Manager &amp; AdSense Ads plugin for WordPress is vulnerable to Insecure Direct Object Reference in versions up to and including 2.8.16 via the &amp;#39;data&amp;#39; attribute of the [adinserter] shortcode. This is due to the replace_ai_tags() function processing a {reusable-block-N} tag pattern that calls get_post_field(&amp;#39;post_content&amp;#39;, N) without verifying the requesting user&amp;#39;s capability with current_user_can(&amp;#39;read_post&amp;#39;), without restricting the post type to &amp;#39;wp_block&amp;#39;, and without checking the post status. This makes it possible for authenticated attackers, with Contributor-level access and above, to read the full content of arbitrary posts including Private, Draft, Pending, Trashed, and password-protected posts owned by other users, by placing the shortcode in a post they own and previewing it.
Gravedad CVSS v3.1: MEDIA
Última modificación:
03/07/2026

CVE-2026-35159

Fecha de publicación:
03/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Dell Client Platform BIOS contains an Authentication Bypass by Primary Weakness vulnerability. An unauthenticated attacker with physical access could potentially exploit this vulnerability, leading to Information Disclosure.
Gravedad CVSS v3.1: MEDIA
Última modificación:
03/07/2026

CVE-2026-8351

Fecha de publicación:
03/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** The RTMKit plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the Advanced Heading widget&amp;#39;s &amp;#39;Background Text&amp;#39; parameter in versions up to, and including, 2.0.7 This is due to insufficient output escaping on the &amp;#39;background_text_heading&amp;#39; setting in the render() function, which concatenates the value directly into an HTML attribute without applying esc_attr(). This makes it possible for authenticated attackers, with contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Gravedad CVSS v3.1: MEDIA
Última modificación:
03/07/2026

CVE-2026-8804

Fecha de publicación:
03/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Puppet resource_api (shipped in Puppet Core 8.x and Puppet Enterprise 2023.8.x and 2025.x) does not preserve the sensitive flag on parameters defined via the resource-api, causing values such as passwords to be stored in cleartext in the agent&amp;#39;s local transaction state cache. Affected versions of the resource_api module include all versions between 1.5.0 - 1.9.1 and 2.0.0 The issue was fixed in puppet resource_api 1.9.2 and 2.0.1 released with Puppet Core 8.20.0 and PE 2023.8.10 &amp; PE 2025.11.0.
Gravedad CVSS v4.0: MEDIA
Última modificación:
03/07/2026

CVE-2026-9148

Fecha de publicación:
03/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** The Comments – wpDiscuz plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the guest commenter &amp;#39;Website&amp;#39; field in versions up to, and including, 7.6.56 This is due to insufficient output escaping in the getCommentAuthor() function, which interpolates the stored comment_author_url value directly into single-quoted HTML attributes without applying esc_url() or esc_attr(). This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
Gravedad CVSS v3.1: ALTA
Última modificación:
03/07/2026

CVE-2026-9230

Fecha de publicación:
03/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** The Quiz and Survey Master (QSM) – Easy Quiz and Survey Maker plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 11.1.4. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for authenticated attackers, with contributor-level access and above, to modify quizzes they do not own, overwrite quiz results pages, and reroute quiz-result notification emails to attacker-controlled addresses. An attacker first calls the /quiz/structure endpoint with an arbitrary victim quiz ID to obtain a valid nonce bound to that quiz ID and their own user ID, then presents that nonce to the /quizzes/{id}/emails save endpoint, which accepts it without verifying quiz ownership.
Gravedad CVSS v3.1: MEDIA
Última modificación:
03/07/2026