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

Fecha de publicación:
23/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** In JetBrains TeamCity before 2026.1.2, 2025.11.6 сode execution via Kotlin DSL sandbox escape was possible
Gravedad CVSS v3.1: ALTA
Última modificación:
23/07/2026

CVE-2026-65907

Fecha de publicación:
23/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** In JetBrains TeamCity before 2026.1.2, 2025.11.6 code execution in Git VCS roots was possible
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
23/07/2026

CVE-2026-65908

Fecha de publicación:
23/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** In JetBrains PyCharm before 2026.1.4, 2026.2 arbitrary code execution via malicious Python executable was possible on untrusted project open
Gravedad CVSS v3.1: ALTA
Última modificación:
23/07/2026

CVE-2026-15037

Fecha de publicación:
23/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Improper output neutralization (XML injection) in QDom comment, CDATA, and processing-instruction serialization in Qt XML from 4.0.0 through 6.11 allows untrusted text serialized by an application into those nodes to inject arbitrary XML markup, because the node terminators are not escaped under the default InvalidDataPolicy (AcceptInvalidChars). Fixed in Qt 6.12.
Gravedad CVSS v4.0: BAJA
Última modificación:
23/07/2026

CVE-2026-65896

Fecha de publicación:
23/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Grav API Plugin (Composer package getgrav/grav-plugin-api) before 1.0.10 fails to properly validate the slug field in the POST /pages/{route}/move endpoint. PagesController::move() sanitizes the slug only with ltrim($body['slug'], '.'), which strips leading periods but does not neutralize '/' or '..' segments. An authenticated API caller with the api.pages.write permission can supply path traversal sequences (e.g., 01.home/../../../pwned) to move an entire page directory (content and media) to an arbitrary writable location outside user/pages/, including outside the Grav installation.
Gravedad CVSS v4.0: ALTA
Última modificación:
23/07/2026

CVE-2026-65897

Fecha de publicación:
23/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Grav API Plugin versions before 1.0.10 fail to validate the groups field in InvitationsController::create(), allowing authenticated api.users.write callers to assign invited accounts to groups that grant api.super permissions. Attackers can create invitation records with elevated group membership, and when accepted, the new account gains full super-admin API access without the inviter holding those permissions.
Gravedad CVSS v4.0: ALTA
Última modificación:
23/07/2026

CVE-2026-65608

Fecha de publicación:
23/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Grav versions >= 1.7.0 and before 2.0.9 contain a remote code execution vulnerability. FlexDirectory::dynamicDataField() resolves blueprint data-*@: directives by calling call_user_func_array() on attacker-influenced input, validating only that the target is callable (is_callable()) without restricting dangerous functions such as exec, system, passthru, or shell_exec. Because FlexDirectory registers this handler for every Flex directory, it bypasses the validation added to Blueprint::dynamicData() in 2.0.7 (GHSA-fj2p-qj2f-74v5). Any authenticated user with create or update permission on any Flex-based directory (Flex Users, Flex Pages, Flex Objects, or custom Flex types) can execute arbitrary shell commands on the server.
Gravedad CVSS v4.0: ALTA
Última modificación:
23/07/2026

CVE-2026-65540

Fecha de publicación:
23/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Unauthenticated Cross Site Request Forgery (CSRF) in Popup for CF7 with Sweet Alert
Gravedad CVSS v3.1: ALTA
Última modificación:
23/07/2026

CVE-2026-65550

Fecha de publicación:
23/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Shop Manager Cross Site Scripting (XSS) in Tabs
Gravedad CVSS v3.1: MEDIA
Última modificación:
23/07/2026

CVE-2026-65607

Fecha de publicación:
23/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SiYuan before v3.7.2 contains a path traversal vulnerability in the /export/temp/ short-circuit branch of the serveExport handler (kernel/server/serve.go). Unlike the main export branch, this branch joins the raw, percent-decoded request path with util.TempDir and serves the file without the IsSubPath or IsSensitivePath checks added in the earlier export-disclosure hardening (GHSA-6865-qjcf-286f). An authenticated attacker can send percent-encoded traversal sequences (e.g. /export/temp/%2e%2e/.../etc/passwd, where %2e%2e is decoded to '..') to read arbitrary files outside TempDir, including /etc/passwd, SSH keys (~/.ssh/*), and SiYuan workspace *.db and *.log files, bypassing the sensitive-file protection.
Gravedad CVSS v4.0: ALTA
Última modificación:
23/07/2026

CVE-2026-65895

Fecha de publicación:
23/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Grav API Plugin versions before 1.0.10 fail to restrict write access to security-critical plugin configuration scopes, allowing authenticated users with api.config.write privilege to modify rate limiting and CORS settings. Attackers can disable rate limiting site-wide to enable credential brute-forcing attacks and reconfigure CORS policies to include attacker-controlled origins with credentials enabled.
Gravedad CVSS v4.0: ALTA
Última modificación:
23/07/2026

CVE-2026-65605

Fecha de publicación:
23/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** SiYuan before v3.7.2 contains a stored cross-site scripting vulnerability in Attribute View (database) cell rendering. A Template column value is rendered as HTML via text/template without auto-escaping, and EscapeHTML is only applied when HasUnclosedHtmlTag returns true; because balanced self-closing tags such as are skipped by that check, a payload like is stored unescaped and later inserted into the page via innerHTML, executing when the database is viewed. Because the desktop renderer runs with nodeIntegration enabled, the injected script can reach require and escalate to arbitrary command execution.
Gravedad CVSS v4.0: CRÍTICA
Última modificación:
23/07/2026