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

Fecha de publicación:
29/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** The Cost Calculator Builder PRO plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 4.0.3 via the js_to_php function. This is due to insufficient sanitization of the orderDetails[*].originalValue field, which is injected verbatim into a calculator formula string passed to PHP eval() inside js_to_php(), with the regex allow-list in evaluateFormula() only filtering alphanumeric tokens and leaving non-word punctuation characters intact. This makes it possible for unauthenticated attackers to execute code on the server. The only authentication barrier is a nonce check, but the required nonce is publicly emitted on every front-end page via the wp_head hook, making it freely obtainable by unauthenticated visitors. Payloads must be non-word XOR gadgets to bypass sanitization.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
30/07/2026

CVE-2026-16597

Fecha de publicación:
29/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** The GTM4WP – A Google Tag Manager (GTM) plugin for WordPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via WooCommerce Billing Fields in all versions up to, and including, 1.22.3 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page. This requires the GTM4WP WooCommerce order data integration option (GTM4WP_OPTION_INTEGRATE_WCORDERDATA) to be enabled, and is exploited by placing a guest checkout order with a JavaScript payload in a WooCommerce billing field such as the billing first name.
Gravedad CVSS v3.1: ALTA
Última modificación:
30/07/2026

CVE-2026-16655

Fecha de publicación:
29/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** The Fluent Forms – Customizable Contact Forms, Survey, Quiz, & Conversational Form Builder plugin for WordPress is vulnerable to Stored Cross-Site Scripting via Name Field Nested `password` Member in all versions up to, and including, 6.2.7 due to insufficient input sanitization and output escaping. 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:
30/07/2026

CVE-2026-12895

Fecha de publicación:
29/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SQL injection in Frappe's ERPNext, versions ERPNext 15.107.0 and Frappe 15.107.2. The application constructs SQL queries through direct string interpolation using `str.format()` without employing parameterized queries, allowing the name (docname) of a Supplier record containing SQL metacharacters to be interpreted as part of the query. Exploitation of this vulnerability could allow an authenticated user with low privileges to execute arbitrary SQL queries, bypass Frappe’s access restrictions (DocPerm), extract confidential information from the database—including fragments of the administrator’s password hash—and access other sensitive data, such as credentials, integration tokens, or financial information.
Gravedad CVSS v4.0: ALTA
Última modificación:
30/07/2026

CVE-2026-58189

Fecha de publicación:
29/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Apache Traffic Server allows redirect-limit bypass when plugins reset the retry counter, enabling SSRF amplification.<br /> <br /> This issue affects Apache Traffic Server: from 8.0.0 through 8.1.9, from 9.0.0 through 9.2.14, from 10.0.0 through 10.1.3.<br /> <br /> Users are recommended to upgrade to version 9.2.15 or 10.1.4, which fix the issue.
Gravedad CVSS v4.0: ALTA
Última modificación:
03/08/2026

CVE-2026-58188

Fecha de publicación:
29/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Several Apache Traffic Server experimental plugins have memory-safety and limit-bypass errors.<br /> <br /> This issue affects Apache Traffic Server: from 8.0.0 through 8.1.9, from 9.0.0 through 9.2.14, from 10.0.0 through 10.1.3.<br /> <br /> Users are recommended to upgrade to version 9.2.15 or 10.1.4, which fix the issue.
Gravedad CVSS v4.0: ALTA
Última modificación:
03/08/2026

CVE-2026-65100

Fecha de publicación:
29/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Apache Traffic Server updates the HTTP/2 HPACK dynamic table before confirming the header block encoded successfully, so an encode failure leaves the encoder out of sync with the peer decoder and corrupts subsequent header blocks on the connection.<br /> <br /> This issue affects Apache Traffic Server: from 8.0.0 through 8.1.9, from 9.0.0 through 9.2.14, from 10.0.0 through 10.1.3.<br /> <br /> Users are recommended to upgrade to version 9.2.15 or 10.1.4, which fix the issue.
Gravedad CVSS v4.0: MEDIA
Última modificación:
03/08/2026

CVE-2026-59243

Fecha de publicación:
29/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** The FAB auth manager&amp;#39;s Azure AD OAuth login defaulted `verify_signature=False` when decoding the ID token, so an attacker able to present a forged or unsigned (`alg:none`) ID token to the OAuth callback could bypass authentication and log in as an arbitrary user, including one holding the Admin role (CWE-347). Deployments running the FAB auth manager with the Azure AD OAuth login path under its default configuration are affected; the Authentik path already defaulted to `True`. This issue affects `apache-airflow-providers-fab` before 3.7.3. Users are advised to upgrade to `apache-airflow-providers-fab` 3.7.3, which defaults `verify_signature=True`.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
05/08/2026

CVE-2026-58187

Fecha de publicación:
29/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** The Apache Traffic Server multiplexer plugin overruns its chunk-decode buffer on upstream input, enabling denial of service.<br /> <br /> This issue affects Apache Traffic Server: from 8.0.0 through 8.1.9, from 9.0.0 through 9.2.14, from 10.0.0 through 10.1.3.<br /> <br /> Users are recommended to upgrade to version 9.2.15 or 10.1.4, which fix the issue.
Gravedad CVSS v4.0: MEDIA
Última modificación:
31/07/2026

CVE-2026-58186

Fecha de publicación:
29/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** The Apache Traffic Server webp_transform plugin can decode unsafely and serve mislabeled, cacheable responses.<br /> <br /> This issue affects Apache Traffic Server: from 8.0.0 through 8.1.9, from 9.0.0 through 9.2.14, from 10.0.0 through 10.1.3.<br /> <br /> Users are recommended to upgrade to version 9.2.15 or 10.1.4, which fix the issue.
Gravedad CVSS v4.0: ALTA
Última modificación:
31/07/2026

CVE-2026-58185

Fecha de publicación:
29/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** The Apache Traffic Server intercept plugin has a use-after-free.<br /> <br /> This issue affects Apache Traffic Server: from 8.0.0 through 8.1.9, from 9.0.0 through 9.2.14, from 10.0.0 through 10.1.3.<br /> <br /> Users are recommended to upgrade to version 9.2.15 or 10.1.4, which fix the issue.
Gravedad CVSS v4.0: ALTA
Última modificación:
31/07/2026

CVE-2026-58184

Fecha de publicación:
29/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** The Apache Traffic Server header_rewrite plugin can crash or corrupt memory during cookie operations and CIDR condition matching.<br /> <br /> This issue affects Apache Traffic Server: from 8.0.0 through 8.1.9, from 9.0.0 through 9.2.14, from 10.0.0 through 10.1.3.<br /> <br /> Users are recommended to upgrade to version 9.2.15 or 10.1.4, which fix the issue.
Gravedad CVSS v4.0: ALTA
Última modificación:
31/07/2026