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

Fecha de publicación:
29/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Joomla Extension - balbooa.com - Account takeover vulnerability in Gridbox
Gravedad CVSS v4.0: CRÍTICA
Última modificación:
05/08/2026

CVE-2026-65887

Fecha de publicación:
29/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Joomla Extension - balbooa.com - Unauthenticated arbitrary password reset in Gridbox
Gravedad CVSS v4.0: CRÍTICA
Última modificación:
05/08/2026

CVE-2026-65886

Fecha de publicación:
29/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Joomla Extension - balbooa.com - Unauthenticated arbitrary file read in Gridbox
Gravedad CVSS v4.0: CRÍTICA
Última modificación:
05/08/2026

CVE-2026-59247

Fecha de publicación:
29/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** Insufficient Verification of Data Authenticity vulnerability in Gleam allows an adversary in the middle to substitute forged Hex package contents during dependency resolution.<br /> <br /> During dependency resolution Gleam fetches package metadata from the signature-verified Hex repository, which covers each release&amp;#39;s dependency requirements and SHA-256 outer_checksum. After resolving versions, gleam_cli::dependencies::lookup_package makes a second request to the unsigned Hex API through gleam_core::hex::get_package_release and records the outer_checksum and dependency names from that JSON response into manifest.toml, instead of the values from the verified repository metadata. The Hex repository signature does not cover the API response.<br /> <br /> An adversary in the middle who can intercept TLS with a certificate trusted by the Gleam process (for example a TLS-inspecting proxy using a CA in the operating system trust store or added through GLEAM_CACERTS_PATH), and who can modify both the API release response and the corresponding repository tarball, can supply a package archive with a matching forged checksum without the Hex repository signing key. Gleam verifies the forged tarball against the forged checksum, accepts it, and extracts it as a dependency source, resulting in loss of integrity of the downloaded package contents.<br /> <br /> Only projects that resolve or update Hex dependencies are affected, which happens when the manifest is missing, a dependency is added or updated, or dependency requirements change. Builds that reuse an unchanged, known-good manifest.toml continue to verify tarballs against its pinned checksum. This issue affects gleam: from 0.18.0 before 1.18.0.
Gravedad CVSS v4.0: ALTA
Última modificación:
30/07/2026

CVE-2026-54661

Fecha de publicación:
29/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** swagger-typescript-api generates API clients for Fetch or Axios from an OpenAPI Specification. Prior to 13.12.2, templates/base/http-clients/axios-http-client.ejs interpolates servers[0].url from src/code-gen-process.ts into the HttpClient constructor without escaping, allowing an attacker-controlled OpenAPI spec to inject code that executes when new HttpClient() or new Api() is constructed. This issue is fixed in version 13.12.2.
Gravedad CVSS v3.1: ALTA
Última modificación:
30/07/2026

CVE-2026-54662

Fecha de publicación:
29/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** swagger-typescript-api generates API clients for Fetch or Axios from OpenAPI specifications. Prior to 13.12.2, src/code-gen-process.ts createApiConfig copies servers[0].url into apiConfig.baseUrl, and templates/base/http-clients/fetch-http-client.ejs interpolates apiConfig.baseUrl into the generated HttpClient baseUrl field without escaping, allowing an attacker-controlled OpenAPI spec to inject TypeScript static field code that executes when the generated fetch client module is imported. This issue is fixed in version 13.12.2.
Gravedad CVSS v3.1: ALTA
Última modificación:
30/07/2026

CVE-2026-54663

Fecha de publicación:
29/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** swagger-typescript-api generates API clients for Fetch or Axios from OpenAPI specifications. Prior to 13.12.2, src/resolved-swagger-schema.ts warmUpRemoteSchemasCache resolves external $ref URLs and fetchRemoteSchemaDocument uses isHttpUrl to fetch any http or https target without private IP, redirect, DNS rebinding, or same-origin validation, allowing an attacker-controlled OpenAPI spec to make the generator issue requests to internal or link-local services. This issue is fixed in version 13.12.2.
Gravedad CVSS v3.1: MEDIA
Última modificación:
30/07/2026

CVE-2026-54660

Fecha de publicación:
29/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** swagger-typescript-api generates API clients for Fetch or Axios from OpenAPI specifications. Prior to 13.12.2, src/resolved-swagger-schema.ts getRemoteRequestHeaders forwards --authorizationToken to every URL fetched by fetchRemoteSchemaDocument while warmUpRemoteSchemasCache resolves external $ref URLs, allowing an attacker-controlled OpenAPI spec to exfiltrate the developer or CI bearer token to a cross-origin endpoint. This issue is fixed in version 13.12.2.
Gravedad CVSS v3.1: ALTA
Última modificación:
30/07/2026

CVE-2026-54664

Fecha de publicación:
29/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** swagger-typescript-api generates API clients for Fetch or Axios from an OpenAPI Specification. Prior to 13.12.2, src/schema-parser/base-schema-parsers/enum.ts passes components.schemas.*.enum[i] values to Ts.StringValue in src/configuration.ts without escaping before templates/base/enum-data-contract.ejs renders TypeScript enum declarations, allowing an attacker-controlled OpenAPI spec to inject code that executes when the generated module is imported. This issue is fixed in version 13.12.2.
Gravedad CVSS v3.1: ALTA
Última modificación:
30/07/2026

CVE-2026-54666

Fecha de publicación:
29/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** swagger-typescript-api generates API clients for Fetch or Axios from an OpenAPI Specification. Prior to 13.12.2, src/schema-routes/schema-routes.ts passes OpenAPI path keys through parseRouteName to templates/default/procedure-call.ejs and templates/modular/procedure-call.ejs without escaping JavaScript template literal interpolation, allowing an attacker-controlled path containing ${...} to execute when the generated method is called. This issue is fixed in version 13.12.2.
Gravedad CVSS v3.1: ALTA
Última modificación:
30/07/2026

CVE-2026-12703

Fecha de publicación:
29/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** TeamViewer Full Client and Host for macOS before version 15.80 contain a business logic error that can allow an authenticated attacker to bypass a configured 2FA for Connections approval flow via Unattended Access and establish a remote connection to an affected macOS host.
Gravedad CVSS v3.1: ALTA
Última modificación:
30/07/2026

CVE-2026-67214

Fecha de publicación:
29/07/2026
Idioma:
Inglés
*** Pendiente de traducción *** nanoid (Nano ID) before 5.1.16 contains an infinite loop in the customAlphabet and nanoid functions of its non-secure module (nanoid/non-secure). When these functions are given a negative size, the loop counter is decremented from a negative value and never reaches its termination condition, spinning indefinitely and hanging the calling thread. An application that passes an unvalidated, attacker-controlled negative size to these functions is exposed to a denial-of-service condition.
Gravedad CVSS v4.0: ALTA
Última modificación:
30/07/2026