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

Fecha de publicación:
17/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Network-AI is a TypeScript/Node.js multi-agent orchestrator. In versions 5.7.1 and earlier, the MCP SSE server allows unauthenticated cross-origin MCP tool invocation due to an empty default secret. This issue was partially addressed by CVE-2026-46701 in version 5.4.5 by closing the CORS flaw (with Access-Control-Allow-Origin now set only for localhost origins), but the empty-default-secret flaw described in the title remained: the SSE MCP server still defaulted to an empty secret, _isAuthorized() still returned true when the secret was empty, and a non-loopback bind only produced a warning. As a result, the server still ran fully unauthenticated by default. Any non-browser caller (for example, curl, SSRF, or a 0.0.0.0 bind) could invoke all 22 MCP tools (config_set, agent_spawn, blackboard_write, token_*) with no credentials. This issue was fixed in version 5.7.2.
Gravedad CVSS v3.1: CRÍTICA
Última modificación:
23/06/2026

CVE-2026-32682

Fecha de publicación:
17/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** When NGINX Gateway Fabric is configured using GRPCRoutes, an authenticated, remote attacker with permission to create or modify GRPCRoute resources can cause the NGINX Gateway Fabric control plane to terminate by sending undisclosed GRPCRoute configurations containing backendRef filters. <br /> <br /> <br /> Note: Software versions which have reached End of Technical Support (EoTS) are not evaluated.
Gravedad CVSS v4.0: ALTA
Última modificación:
02/07/2026

CVE-2026-11407

Fecha de publicación:
17/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Pimcore CMS/DXP version 12.3.8 contains a sandbox bypass vulnerability that allows authenticated administrative attackers to execute arbitrary methods on PHP objects by exploiting empty checkMethodAllowed() and checkPropertyAllowed() implementations in the custom Twig SecurityPolicy. Attackers can supply malicious Twig templates through the DataObject ClassDefinition Layout\Text component to perform arbitrary file reads, execute arbitrary database queries, and potentially achieve remote code execution via PHP object gadget chains, with the pimcore_* function wildcard further broadening the bypass to all Pimcore Twig functions.
Gravedad CVSS v4.0: ALTA
Última modificación:
23/06/2026

CVE-2026-10741

Fecha de publicación:
17/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Sonatype Nexus Repository Manager before 3.93.0 contains an authorization vulnerability in the proxy repository configuration that allows a delegated repository administrator to disclose stored upstream proxy credentials.
Gravedad CVSS v4.0: MEDIA
Última modificación:
21/07/2026

CVE-2026-10696

Fecha de publicación:
17/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Use of an incorrectly resolved name or reference in the pinget backend <br /> in Devolutions UniGetUI 2026.2.0 and earlier allows a WinGet community <br /> catalog contributor to cause an installed application to be correlated <br /> to an unrelated, attacker-controlled catalog package and to execute an <br /> attacker-controlled installer via a crafted catalog package whose <br /> normalized name is contained as a substring within the installed <br /> application name when a user applies the proposed update.
Gravedad CVSS v3.1: ALTA
Última modificación:
24/06/2026

CVE-2026-55196

Fecha de publicación:
17/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Hermes WebUI before 0.51.409 contains an authentication bypass vulnerability in passkey registration endpoints that allows unauthenticated remote attackers to register arbitrary passkeys. When HERMES_WEBUI_PASSKEY=1 is enabled with no existing credentials, POST /api/auth/passkey/register/options and POST /api/auth/passkey/register endpoints are accessible without authentication, allowing attackers to claim the first passkey and gain permanent administrative control.
Gravedad CVSS v4.0: CRÍTICA
Última modificación:
23/06/2026

CVE-2026-48818

Fecha de publicación:
17/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Starlette is a lightweight ASGI framework/toolkit. In versions 1.0.1 and earlier, StaticFiles on Windows is vulnerable to SSRF. An UNC path such as \\attacker.com\share can cause os.path.realpath to initiate an outbound SMB connection before the path is rejected, exposing the service account’s NTLMv2 credentials for offline cracking or relay even though the HTTP response is only a 404. The issue affects default follow_symlink=False deployments, including frameworks built on Starlette such as FastAPI; POSIX systems and follow_symlink=True are unaffected. The issue is fixed in 1.1.0.
Gravedad CVSS v3.1: ALTA
Última modificación:
15/07/2026

CVE-2026-9697

Fecha de publicación:
17/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Impact:<br /> undici&amp;#39;s ProxyAgent silently drops the requestTls option when configured with a SOCKS5 proxy URI (socks5:// or socks://). The target HTTPS connection through the SOCKS5 tunnel falls back to Node&amp;#39;s default trust store, ignoring user-configured ca, cert, key, rejectUnauthorized, and servername settings.<br /> <br /> Applications that pin to an internal or corporate CA via requestTls.ca will, when their proxy URI is SOCKS5, get the default Mozilla CA bundle as the trust anchor instead. Any cert signed by any publicly-trusted CA for the target hostname is accepted, breaking the intended pin and enabling MITM read and tamper of the HTTPS exchange.<br /> <br /> Affected applications are those that use undici&amp;#39;s ProxyAgent (or Socks5ProxyAgent directly) with SOCKS5 AND rely on requestTls for TLS scope restriction. The bug was introduced in undici 7.23.0 when SOCKS5 support was added.<br /> <br /> Patches:<br /> Upgrade to undici v7.28.0 or v8.5.0.<br /> <br /> Workarounds:<br /> No workaround is available within the SOCKS5 path. If a SOCKS5 proxy with TLS scope restriction is required and an upgrade is not yet possible, route the traffic through an HTTP-proxy ProxyAgent instead, where requestTls is honored correctly.
Gravedad CVSS v3.1: ALTA
Última modificación:
30/07/2026

CVE-2026-6733

Fecha de publicación:
17/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Impact:<br /> Undici&amp;#39;s HTTP/1.1 client is vulnerable to response queue poisoning on reused keep-alive sockets. An attacker-controlled upstream server can inject an unsolicited HTTP/1.1 response onto an idle socket after a request completes. When the client dispatches the next request on that socket, it associates the injected response with the new request, causing responses to be delivered to the wrong requests.<br /> <br /> This requires an attacker-controlled or compromised upstream HTTP/1.1 server and keep-alive connection reuse.<br /> <br /> Patches:<br /> Upgrade to undici v6.26.0, v7.28.0 or v8.5.0.<br /> <br /> Workarounds:<br /> Disable keep-alive connection reuse by setting keepAliveTimeout: 0 on the Client or Pool.
Gravedad CVSS v3.1: BAJA
Última modificación:
27/06/2026

CVE-2026-7300

Fecha de publicación:
17/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Buffer Copy without Checking Size of Input (&amp;#39;Classic Buffer Overflow&amp;#39;) vulnerability in RTI Connext Professional (Web Integration Service) allows Filter Failure through Buffer Overflow.This issue affects Connext Professional: from 7.4.0 before 7.*, from 7.0.0 before 7.3.1.3, from 6.1.2 before 6.1.*.
Gravedad CVSS v4.0: ALTA
Última modificación:
08/07/2026

CVE-2026-53805

Fecha de publicación:
17/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** NVIDIA Spatial Intelligence Lab&amp;#39;s (SIL) GEN3C contains an unauthenticated remote code execution vulnerability in the inference API server where the /request-inference and /seed-model endpoints deserialize raw HTTP request bodies using Python&amp;#39;s pickle.loads() without authentication or input validation. Attackers can supply a crafted payload containing a __reduce__ gadget to the inference API port to achieve remote code execution as the inference process.
Gravedad CVSS v4.0: CRÍTICA
Última modificación:
14/07/2026

CVE-2026-6734

Fecha de publicación:
17/06/2026
Idioma:
Inglés
*** Pendiente de traducción *** Impact:<br /> When using Socks5ProxyAgent, undici reuses a single connection pool across different origins without verifying that the pool&amp;#39;s origin matches the requested origin. All requests are dispatched through the pool connected to the first origin, regardless of the intended destination.<br /> <br /> This causes cross-origin request routing: credentials and request data intended for origin B are sent to origin A, responses from the wrong origin are trusted, and HTTPS requests may be silently downgraded to HTTP.<br /> <br /> Impacted users are applications that use Socks5ProxyAgent (directly or via setGlobalDispatcher) and make requests to more than one origin.<br /> <br /> This was introduced in undici 7.23.0 via PR #4385 and affects all versions through 8.1.0.<br /> <br /> Patches:<br /> Upgrade to undici v7.26.0 or v8.2.0.<br /> <br /> Workarounds:<br /> Use a separate Socks5ProxyAgent instance per origin, or avoid using Socks5ProxyAgent with multiple origins.
Gravedad CVSS v3.1: ALTA
Última modificación:
30/07/2026