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

Fecha de publicación:
17/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** IBM Langflow OSS 1.0.0 through 1.10.0 contain a critical remote code execution vulnerability in the code validation API endpoint. The POST /api/v1/validate/code endpoint accepts user-supplied Python code and executes it directly using Python's built-in exec() function without sandboxing, input validation, or privilege restrictions, enabling any authenticated user to execute arbitrary system commands with the full privileges of the Langflow server process.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
23/07/2026

CVE-2026-7771

Fecha de publicación:
17/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** IBM Db2 11.5.0 through 11.5.9, and 12.1.0 through 12.1.4 is vulnerable to a trap when compiling a specially crafted statements containing subqueries could lead to a denial of service.
Gravedad CVSS v3.1: MEDIA
Última modificación:
24/07/2026

CVE-2026-7364

Fecha de publicación:
17/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** IBM Verify Identity Access 11.0 through 11.0.2 and IBM Security Verify Access 10.0 through 10.0.9.1 and IBM Verify Identity Access Container 11.0 through 11.0.2 and IBM Security Verify Access Container 10.0 through 10.0.9.1 could allow a remote attacker to conduct phishing attacks, caused by an open redirect vulnerability. An attacker could exploit this vulnerability using a specially crafted request to redirect a victim to arbitrary Web sites.
Gravedad CVSS v3.1: BAJA
Última modificación:
20/07/2026

CVE-2026-7754

Fecha de publicación:
17/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** IBM Langflow OSS 1.0.0 through 1.10.0 Langflow 1.9.0 could allow server-side request forgery (SSRF) due to insecure default configuration and incomplete enforcement of the SSRF protection mechanism.
Gravedad CVSS v3.1: ALTA
Última modificación:
21/07/2026

CVE-2026-7667

Fecha de publicación:
17/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** IBM Langflow OSS 1.0.0 through 1.10.0 allows an authenticated attacker to create a malicious flow pointing to an attacker-controlled URL that returns a specially crafted Content-Disposition header (e.g., filename="../../../target/path" ), enabling arbitrary file write operations with attacker-controlled content to any path accessible by the Langflow process.
Gravedad CVSS v3.1: ALTA
Última modificación:
23/07/2026

Vulnerabilidad en WordPress 6.9.0-6.9.4, 7.0.0 y 7.0.1 (CVE-2026-63030)

Fecha de publicación:
17/07/2026
Idioma:
Español
Las instancias de WordPress 6.9.x anteriores a 6.9.5 y 7.0.x anteriores 7.0.2 están afectadas por un problema de confusión en el enrutamiento del endpoint batch de la API REST que, combinado con una vulnerabilidad de inyeccción SQL en author__not_in en WP_Query (CVE-2026-60137), permite que un atacante realice una inyección SQL y logre ejecución remota de código (RCE).
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
22/07/2026

CVE-2026-60137

Fecha de publicación:
17/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** WordPress 6.8.x before 6.8.6, 6.9.x before 6.9.5, and 7.0.x before 7.0.2 does not properly sanitise the author__not_in parameter of WP_Query, which could allow SQL Injection when a plugin or theme passes untrusted input to the parameter.
Gravedad CVSS v3.1: MEDIA
Última modificación:
22/07/2026

CVE-2026-55254

Fecha de publicación:
17/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** NCalc is a fast, lightweight expression evaluator for .NET. Prior to 6.1.1, the factorial operator implementation in src/NCalc.Core/Helpers/MathHelper.cs permits specially crafted expressions with extremely large factorial operands, causing excessive CPU consumption or a non-terminating loop due to integer overflow in the factorial calculation logic when applications evaluate untrusted expressions. This issue is fixed in version 6.1.1.
Gravedad CVSS v3.1: MEDIA
Última modificación:
23/07/2026

CVE-2026-54171

Fecha de publicación:
17/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Excon is usable, fast, simple HTTP 1.1 for Ruby. Prior to 1.5.0, Excon's RedirectFollower middleware failed to strip additional sensitive headers when following redirects and did not provide a custom list of headers to strip. This could cause inadvertent leakage of sensitive data when the initial request includes header information that is not intended for the new target. This issue is fixed in version 1.5.0.
Gravedad CVSS v3.1: MEDIA
Última modificación:
23/07/2026

CVE-2026-54465

Fecha de publicación:
17/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** websocket-driver is a WebSocket protocol handler with pluggable I/O. Prior to 0.8.1, when websocket-driver is used to implement a WebSocket server on top of a TCP server using WebSocket::Driver.server() or to complement a WebSocket client, a peer can make a single connection consume an unbounded amount of memory by sending an HTTP request or response with a never-ending list of headers. This can lead to the receiving process running out of memory. This issue is fixed in version 0.8.1.
Gravedad CVSS v4.0: MEDIA
Última modificación:
23/07/2026

CVE-2026-54463

Fecha de publicación:
17/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** websocket-driver is a WebSocket protocol handler with pluggable I/O. Prior to 0.8.1, draft versions of the WebSocket protocol in websocket-driver include a length header that allows an arbitrarily large integer to be encoded as bytes with the high bit set, and a server or client can send an indefinite sequence of 0x80 or higher bytes that the peer parses into an ever-growing Ruby integer. This can make a WebSocket connection consume an unbounded amount of memory and lead to the host process running out of memory. This issue is fixed in version 0.8.1.
Gravedad CVSS v4.0: MEDIA
Última modificación:
23/07/2026

CVE-2026-54464

Fecha de publicación:
17/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** ### Impact<br /> <br /> If this library is used in tandem with the `permessage-deflate` extension, a<br /> WebSocket server or client can be made to accept messages that are larger than<br /> the configured maximum message size. This is because this limit is checked<br /> against the message frames&amp;#39; length headers, which give the size of the<br /> compressed data, not the size after decompression. This can lead to applications<br /> accepting larger messages than expected and exceeding their intended resource<br /> usage.<br /> <br /> ### Patches<br /> <br /> The issue has been patched in version 0.8.1, by checking the length of messages<br /> after they are processed by incoming extensions. All users should upgrade to<br /> this version.<br /> <br /> ### Workarounds<br /> <br /> No known workarounds exist.<br /> <br /> ### Acknowledgements<br /> <br /> This issue was discovered and reported by Pranjali Thakur, DepthFirst Security<br /> Research Team.
Gravedad CVSS v4.0: MEDIA
Última modificación:
23/07/2026