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

Fecha de publicación:
30/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to 4.0.0-beta.464, an authenticated command injection vulnerability in the CA Certificate management feature allows any authenticated user to execute arbitrary commands as the configured SSH user on the managed server host. As the SSH user typically would have to either be root or part of the docker group for Coolify to function as intended, this provides complete compromise of the managed server and associated docker containers. This vulnerability is fixed in 4.0.0-beta.464.
Gravedad CVSS v3.1: ALTA
Última modificación:
30/06/2026

CVE-2026-27881

Fecha de publicación:
30/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to 4.0.0-beta.464, `GET /api/v1/deployments/{uuid}` in DeployController.php retrieves deployment details without validating that the deployment belongs to the authenticated user's team. Any authenticated API user can read deployment records from other teams by providing a valid deployment UUID. This vulnerability is fixed in 4.0.0-beta.464.
Gravedad CVSS v3.1: MEDIA
Última modificación:
30/06/2026

CVE-2026-27883

Fecha de publicación:
30/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Coolify is an open-source and self-hostable tool for managing servers, applications, and databases. Prior to 4.0.0-beta.464, the `GET /api/v1/deployments/{uuid}` endpoint allows any authenticated user to access deployment details belonging to any team, bypassing team-based authorization. The $teamId is extracted from the authentication token but never used to scope the database query. This vulnerability is fixed in 4.0.0-beta.464.
Gravedad CVSS v3.1: MEDIA
Última modificación:
01/07/2026

CVE-2026-14241

Fecha de publicación:
30/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Memory safety bugs present in Firefox 152.0.3. Some of these bugs showed evidence of memory corruption and we presume that with enough effort some of these could have been exploited to run arbitrary code. This vulnerability was fixed in Firefox 152.0.4.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
06/07/2026

CVE-2026-35095

Fecha de publicación:
30/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** KTM System e-BOK allows the session identifier to be set by the client prior to authentication. If a cookie with a valid name is set, its value remains unchanged after successful login. This behaviour enables an attacker to fix a session ID for a victim and later hijack the authenticated session.<br /> <br /> This issue was fixed in the patch published in June 2026.
Gravedad CVSS v4.0: MEDIA
Última modificación:
30/06/2026

CVE-2026-35096

Fecha de publicación:
30/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** KTM System e-BOK is vulnerable to Cross‑Site Request Forgery (CSRF) in both the email-change and password-change functionalities. An attacker can craft a malicious website that, when visited by an authenticated user, automatically sends a forged POST request to the application. This allows the attacker to trigger an unauthorized email or password change on behalf of the victim without their knowledge or interaction.<br /> <br /> This issue was fixed in the patch published in June 2026.
Gravedad CVSS v4.0: MEDIA
Última modificación:
30/06/2026

CVE-2026-35097

Fecha de publicación:
30/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** KTM System e-BOK enforces a maximum password length of six numeric digits and does not permit the use of any alphabetic, special, or extended characters.<br /> <br /> This issue was fixed in the patch published in June 2026.
Gravedad CVSS v4.0: MEDIA
Última modificación:
30/06/2026

CVE-2026-35098

Fecha de publicación:
30/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** KTM System e-BOK does not implement any limit or timeout on consecutive login attempts, allowing an attacker to perform unlimited authentication requests. This lack of rate‑limiting enables efficient brute‑force attacks against user accounts. When combined with vulnerability CVE-2026-35097, where passwords are restricted to a six‑digit numeric format, this becomes a critical issue, as such passwords can be brute‑forced in a relatively short time.<br /> <br /> This issue was fixed in the patch published in June 2026.
Gravedad CVSS v4.0: MEDIA
Última modificación:
30/06/2026

CVE-2026-14178

Fecha de publicación:
30/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** openGauss 在处理带 NLS 参数的 to_timestamp 调用时,to_timestamp_with_fmt_nls() 会将 nls_fmt_str 保存到 u_sess-&gt;parser_cxt.nls_fmt_str。在 seqscan + sort 执行路径下,该字符串原本被分配在 SeqScan 的表达式上下文中;当 SeqScan 完成后,该内存上下文会被 reset,但后续结果输出阶段 timestamp_out() 仍会通过 CheckNlsFormat() 访问 u_sess-&gt;parser_cxt.nls_fmt_str,导致访问已释放内存。攻击者在具备数据库 SQL 执行权限的情况下,可构造特定 to_timestamp(..., ..., nlsparam) 查询触发 heap-use-after-free。在 ASan/Memcheck 环境下表现为数据库服务退出;在实际运行环境中可能造成后端进程异常退出,影响数据库服务可用性,形成拒绝服务风险。该问题在openGauss-server-7.0.0-RC1版本和openGauss-server-7.0.0-RC2版本存在,目前已在openGauss-server-7.0.0-RC3版本修复。由于<br /> openGauss-server-7.0.0-RC1版本和openGauss-server-7.0.0-RC2均为创新版本,不会发布针对性补丁包,涉及版本升级至<br /> openGauss-server-7.0.0-RC3或更新版本即可。
Gravedad CVSS v3.1: MEDIA
Última modificación:
30/06/2026

CVE-2025-53648

Fecha de publicación:
30/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** SQL misconfiguration in the Gravitino UI, in versions 1.0.0 and below, can allow a malicious user to read or truncate files.<br /> Users are recommended to upgrade to version 1.0.0, which fixes this issue.
Gravedad CVSS v3.1: MEDIA
Última modificación:
30/06/2026

CVE-2026-8655

Fecha de publicación:
30/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Multiple Memory overflow vulnerabilities in NetScaler ADC and NetScaler Gateway leading to unpredictable or erroneous behavior and Denial of Service if NetScaler ADC is configured as an LB of type Oracle OR NetScaler ADC is configured as a DNS Proxy OR NetScaler ADC is configured as a DNS recursive resolver deployment
Gravedad CVSS v4.0: ALTA
Última modificación:
01/07/2026

CVE-2026-8403

Fecha de publicación:
30/06/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 Eksagate Electronic Engineering and Computer Industry Trade Inc. SYSGUARD 6001 allows Stored XSS.<br /> <br /> This issue affects SYSGUARD 6001: from 2.0.2 before 6.1.4.0. <br /> <br /> NOTE: The vendor was contacted and it was learned that the product is not supported.
Gravedad CVSS v3.1: MEDIA
Última modificación:
30/06/2026