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

Fecha de publicación:
04/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** In Eclipse Milo versions 1.0.0 through 1.1.4, the Call service dispatches the original mixed batch to address-space handlers after calculating authorization, allowing an anonymous or otherwise low-privileged client to execute a denied method by batching it with an allowed method.
Gravedad CVSS v4.0: ALTA
Última modificación:
04/08/2026

CVE-2026-63248

Fecha de publicación:
04/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** In Eclipse Milo versions 0.6.0 through 1.1.4, OPC UA server diagnostics nodes do not enforce access authorization. An anonymous client can enable diagnostics over a None/None endpoint without a certificate; with a trusted client application certificate over SignAndEncrypt, it can read security diagnostics for other active sessions, exposing usernames, login history, authentication mechanisms, security modes and policies, and public client certificates.
Gravedad CVSS v4.0: MEDIA
Última modificación:
04/08/2026

CVE-2026-63252

Fecha de publicación:
04/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** In Eclipse Milo versions 0.6.0 through 1.1.4, UASC server transport handlers fail to release retained partial message chunks when a channel disconnects, allowing a remote unauthenticated client to exhaust pooled direct memory by repeatedly sending incomplete chunks and disconnecting, potentially terminating the server.
Gravedad CVSS v4.0: ALTA
Última modificación:
04/08/2026

CVE-2026-18806

Fecha de publicación:
04/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** External control of file name or path vulnerability in TÜBİTAK BİLGEM Software Technologies Research Institute pardus-image-writer allows Removing Important Client Functionality.<br /> <br /> This issue affects pardus-image-writer: before 1.0.4.
Gravedad CVSS v3.1: ALTA
Última modificación:
04/08/2026

CVE-2026-18809

Fecha de publicación:
04/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Information disclosure in Firefox for Android and Firefox Focus for Android. This vulnerability was fixed in Firefox 153.0.3.
Gravedad: Pendiente de análisis
Última modificación:
04/08/2026

CVE-2026-10709

Fecha de publicación:
04/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** A maliciously crafted FBX file, when parsed through Autodesk FBX SDK, can trigger a stack-based buffer overflow vulnerability in fbxsdk::FbxIO::BinaryReadSectionHeader. A malicious actor can leverage this vulnerability to execute arbitrary code in the context of the current process.
Gravedad CVSS v3.1: ALTA
Última modificación:
04/08/2026

CVE-2026-10710

Fecha de publicación:
04/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** A maliciously crafted FBX file, when parsed through Autodesk FBX SDK, can trigger a stack-based buffer overflow vulnerability in fbxsdk::ExtractDrive. A malicious actor can leverage this vulnerability to execute arbitrary code in the context of the current process.
Gravedad CVSS v3.1: ALTA
Última modificación:
04/08/2026

CVE-2026-66883

Fecha de publicación:
04/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Improper Handling of Case Sensitivity vulnerability in Erlang Ecosystem Foundation oidcc_plug (Oidcc.Plug.Authorize module) renders the user agent session binding inert, removing a defense in depth control against replay of a stolen session.<br /> <br /> This vulnerability is associated with program files lib/oidcc/plug/authorize.ex and lib/oidcc/plug/authorization_callback.ex, and program routines Oidcc.Plug.Authorize.call/2 and Oidcc.Plug.AuthorizationCallback.call/2.<br /> <br /> Oidcc.Plug.Authorize.call/2 reads the initiating client&amp;#39;s user agent with get_req_header(conn, "User-Agent"). Plug lowercases incoming header names, but get_req_header/2 matches the supplied key exactly and performs no normalization of its own, so the mixed-case lookup always returns an empty list and nil is written into the session. On the callback side, Oidcc.Plug.AuthorizationCallback treats a stored nil user agent as nothing to compare and returns :ok without inspecting the request. The two behaviours combine so that the check passes unconditionally on every request, including for deployments that explicitly opted in with check_useragent: true, and an authorization callback can be completed from a different user agent than the one that initiated the flow without detection. The check fails open silently, with no error and no log entry, so a deployment cannot tell the binding is absent.<br /> <br /> The impact is limited to defense in depth. The inert check does not by itself allow an attacker to complete an authorization flow; it removes one layer that would otherwise hinder use of a stolen or leaked session, such as an exfiltrated session cookie replayed from a different client. The CSRF/state, nonce, and PKCE checks are unaffected and continue to function. Deployments that never enabled check_useragent are not affected in practice, since they never expected the binding. The corresponding lookup in Oidcc.Plug.AuthorizationCallback correctly uses the lowercase key and is not affected.<br /> <br /> This issue affects oidcc_plug: from 0.1.0-alpha.3 before 0.5.0.
Gravedad CVSS v4.0: MEDIA
Última modificación:
04/08/2026

CVE-2026-66884

Fecha de publicación:
04/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Cross-Site Request Forgery vulnerability in Erlang Ecosystem Foundation oidcc_plug (Oidcc.Plug.AuthorizationCallback module) allows an attacker to make a victim&amp;#39;s browser complete an authorization flow the victim never initiated.<br /> <br /> This vulnerability is associated with program file lib/oidcc/plug/authorization_callback.ex and program routine Oidcc.Plug.AuthorizationCallback.call/2.<br /> <br /> A callback request that carries no Oidcc.Plug.Authorize session is processed with every security check disabled rather than being rejected. call/2 substitutes permissive defaults for the absent session, and each downstream check treats its value as nothing to compare and returns :ok, so the nonce, state, PKCE, peer IP and user agent checks are all skipped. A separate clause of check_state/2 also accepts a state-less request when a verifier is present.<br /> <br /> An attacker obtains an authorization code for their own provider account, then induces the victim to visit the callback endpoint with that code and no state parameter. The application signs the victim in as the attacker, so the victim&amp;#39;s subsequent actions occur in the attacker&amp;#39;s account where the attacker can read them. Applications reusing one callback for both signing in and linking a provider account are further exposed to account takeover, the attacker&amp;#39;s account becoming linked to the victim&amp;#39;s.<br /> <br /> The permissive fallback serves no conforming flow. Third-party-initiated login reaches a relying party at a separate login initiation endpoint and causes it to send a fresh authentication request, and this library implements no such endpoint. Oidcc.Plug.Authorize always sends a state parameter, which an authorization server must echo, so no legitimate callback lacks one.<br /> <br /> This issue affects oidcc_plug: from 0.2.0-beta.1 before 0.5.0.
Gravedad CVSS v4.0: BAJA
Última modificación:
04/08/2026

CVE-2026-10050

Fecha de publicación:
04/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** In Eclipse Jetty, the Digest authentication server-side component uses ISO-8859-1 to encode the password as bytes.<br /> <br /> <br /> <br /> This was done because the initial specification for HTTP did not specify explicitly a charset, and it was assumed to be ISO-8859-1 for historical reasons.<br /> <br /> <br /> <br /> If the password contains characters that cannot be represented in ISO-8859-1, they are silently replaced by `?`. This happens with passwords that contain Chinese, Cyrillic or Greek characters, for example: `αβ123` converts to `??123`.<br /> <br /> <br /> <br /> An attacker can send a request with a digest `Authorization` header crafted with a password made of only `?` characters; the server would match any password of the same length that contains non-ISO-8859-1 characters.<br /> <br /> <br /> <br /> Recent HTTP Digest [RFC-7616](https://datatracker.ietf.org/doc/html/rfc7616) supports a `charset` parameters that defaults to UTF-8 that allows for correct encoding/decoding of passwords.
Gravedad CVSS v4.0: ALTA
Última modificación:
04/08/2026

CVE-2026-14219

Fecha de publicación:
04/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** URL redirection to untrusted site (&amp;#39;open redirect&amp;#39;) vulnerability in Bilin Software and Informatics Consultancy Inc. HUMANIST Digital Human Resources allows Phishing.<br /> <br /> This issue affects HUMANIST Digital Human Resources: from 26.0 before 26.1.
Gravedad CVSS v3.1: MEDIA
Última modificación:
04/08/2026

CVE-2026-15721

Fecha de publicación:
04/08/2026
Idioma:
Inglés
*** Pendiente de traducción *** Cleartext storage of sensitive information vulnerability in Bilin Software and Informatics Consultancy Inc. HUMANIST Digital Human Resources allows SQL Injection.<br /> <br /> This issue affects HUMANIST Digital Human Resources: from 26.0 before 26.1.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
04/08/2026