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

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** guzzlehttp/guzzle versions before 7.14.2 fail to properly isolate Proxy-Authorization headers from origin servers in cURL handlers. Attackers can capture proxy credentials through origin server access logs when requests are redirected, bypassed, or sent through SOCKS proxies that Guzzle misclassifies as direct connections.
Gravedad CVSS v4.0: MEDIA
Última modificación:
01/08/2026

CVE-2026-67326

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** GitPython before 3.1.50 fails to validate newline characters in the section parameter of config_writer(), allowing attackers to inject arbitrary section headers into .git/config. Attackers can inject newlines to create a forged [core] section with hooksPath pointing to attacker-controlled directories, achieving remote code execution when git hooks are triggered.
Gravedad CVSS v4.0: ALTA
Última modificación:
01/08/2026

CVE-2026-67327

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** better-auth versions >= 1.1.3 and = 1.7.0-beta.0 and
Gravedad CVSS v4.0: ALTA
Última modificación:
01/08/2026

CVE-2026-67328

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** @better-auth/sso versions before 1.6.21 contain multiple authentication bypass vulnerabilities in SSO provider handling that allow attackers to sign in as arbitrary users. Attackers can exploit domain verification parsing mismatches, orphaned provider accounts, unbound SAML assertions, or reflected XSS on logout endpoints to gain unauthorized session access and account takeover.
Gravedad CVSS v4.0: ALTA
Última modificación:
01/08/2026

CVE-2026-67329

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** @better-auth/stripe versions >= 1.4.11 and = 1.7.0-beta.0 and
Gravedad CVSS v4.0: ALTA
Última modificación:
01/08/2026

CVE-2026-67330

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** @better-auth/scim (a better-auth plugin) versions >= 1.4.0-beta.27 through = 1.7.0-beta.0 through
Gravedad CVSS v4.0: CRÍTICA
Última modificación:
01/08/2026

CVE-2026-67331

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** better-auth SCIM versions from 1.5.0 before 1.7.0-beta.4 fail to bind non-organization SCIM providers to their creator by default, allowing authenticated users to manage other users' providers. Attackers can regenerate SCIM bearer tokens, invalidate legitimate tokens, and authenticate to SCIM API routes with the attacker-controlled token.
Gravedad CVSS v4.0: ALTA
Última modificación:
01/08/2026

CVE-2026-67332

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** @better-auth/oauth-provider before 1.7.0-beta.4 fails to bind access-token audience to the authorization grant, allowing clients to request tokens for unrelated resources. Attackers can complete an OAuth flow and obtain access tokens whose audience targets resource servers the authorization never covered, bypassing intended authorization boundaries.
Gravedad CVSS v4.0: MEDIA
Última modificación:
01/08/2026

CVE-2026-67319

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** axios before 0.33.0 (and 1.x before 1.18.0) can consume inherited properties from nested request option objects when the JavaScript process's Object.prototype has already been polluted by another component. While the top-level merged config uses a null prototype, nested plain objects such as auth and paramsSerializer are cloned into ordinary objects and read without own-property checks. When an application passes placeholder nested objects such as auth: {} or paramsSerializer: {}, inherited username/password values can cause silent injection of an Authorization: Basic header, and inherited encode/serialize values can alter query-string serialization (full serializer replacement requires a function-valued pollution primitive). This is exploitable only in the presence of pre-existing prototype pollution.
Gravedad CVSS v4.0: MEDIA
Última modificación:
01/08/2026

CVE-2026-67320

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** axios in a Node.js deployment using the HTTP adapter can route requests through an attacker-controlled proxy. axios hardens merged request configuration by creating a null-prototype object, but request interceptors run after the merge; a common immutable interceptor pattern such as {...config} or Object.assign({}, config) converts the hardened config back into a regular object. axios then dispatches that object without re-hardening it, and the Node HTTP adapter reads config.proxy through the prototype chain. If an attacker can pollute Object.prototype.proxy, affected requests can be routed through an attacker-controlled proxy. For plaintext HTTP requests, the proxy can observe Authorization headers, Basic auth from config.auth, method, absolute URL, Host, and request body, and can return its own response. This does not establish browser impact or HTTPS header/body disclosure under normal TLS validation. Affected versions are >=0.31.1 (fixed in 0.33.0) and >=1.15.2 (fixed in 1.18.0).
Gravedad CVSS v4.0: ALTA
Última modificación:
01/08/2026

CVE-2026-67321

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** axios before 0.33.0 contains an incomplete depth-limit bypass in toFormData.js when serializing objects with top-level keys ending in '{}'. Attackers who control object keys and nested values passed to axios form or parameter serialization can trigger a RangeError from JSON.stringify, causing denial of service in the affected request path.
Gravedad CVSS v4.0: MEDIA
Última modificación:
01/08/2026

CVE-2026-67322

Fecha de publicación:
01/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** GitPython before 3.1.52 is vulnerable to environment-variable exfiltration in Repo.clone_from(). The caller-supplied remote URL is passed through Git.polish_url(), which on non-Cygwin platforms calls os.path.expandvars() on the URL before invoking git clone. An attacker who controls the clone URL can embed $NAME or ${NAME} tokens that are expanded to the values of the hosting process's environment variables (e.g., AWS_SECRET_ACCESS_KEY or GITHUB_TOKEN). The resulting URL, now containing the secret, is transmitted over the network to an attacker-controlled host during the clone attempt, disclosing the secret.
Gravedad CVSS v4.0: ALTA
Última modificación:
01/08/2026