You are viewing this page in an unauthorized frame window.
This is a potential security issue, you are being redirected to
https://nvd.nist.gov
An official website of the United States government
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock () or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.
This CVE record is not being prioritized for NVD enrichment efforts due to resource or other concerns.
Description
GitLab MCP Server lets an AI agent talk directly to GitLab. Prior to 0.6.0, the HTTP transport in src/transport.ts ships with no authentication layer at all and a wildcard Access-Control-Allow-Origin: * on every response. The structural defect is that the SSE server stands up a stateful, mutation-capable RPC endpoint that is backed by the operator's GITLAB_PERSONAL_ACCESS_TOKEN without any inbound credential check, then advertises itself to every cross-origin browser context via the wildcard CORS header. The httpServer.listen(port) call at line 97 also passes no host argument, so the bind defaults to 0.0.0.0 and exposes the auth-less surface on every interface. This vulnerability is fixed in 0.6.0.
Metrics
NVD enrichment efforts reference publicly available information to associate
vector strings. CVSS information contributed by other sources is also
displayed.
By selecting these links, you will be leaving NIST webspace.
We have provided these links to other web sites because they
may have information that would be of interest to you. No
inferences should be drawn on account of other sites being
referenced, or not, from this page. There may be other web
sites that are more appropriate for your purpose. NIST does
not necessarily endorse the views expressed, or concur with
the facts presented on these sites. Further, NIST does not
endorse any commercial products that may be mentioned on
these sites. Please address comments about this page to [email protected].
Title: GitLab MCP Server, Description: GitLab MCP Server permite que un agente de IA se comunique directamente con GitLab. Antes de la versión 0.6.0, el transporte HTTP en src/transport.ts se envía sin ninguna capa de autenticación y con un comodín Access-Control-Allow-Origin: * en cada respuesta. El defecto estructural es que el servidor SSE establece un endpoint RPC con estado y capacidad de mutación que está respaldado por el GITLAB_PERSONAL_ACCESS_TOKEN del operador sin ninguna verificación de credenciales entrantes, luego se anuncia a cada contexto de navegador de origen cruzado a través del encabezado CORS comodín. La llamada a httpServer.listen(port) en la línea 97 tampoco pasa ningún argumento de host, por lo que el enlace se establece por defecto en 0.0.0.0 y expone la superficie sin autenticación en cada interfaz. Esta vulnerabilidad se corrige en la versión 0.6.0.
Title: GitLab MCP Server, Description: GitLab MCP Server permite que un agente de IA se comunique directamente con GitLab. Antes de la versión 0.6.0, el transporte HTTP en src/transport.ts se envía sin ninguna capa de autenticación y con un comodín Access-Control-Allow-Origin: * en cada respuesta. El defecto estructural es que el servidor SSE establece un endpoint RPC con estado y capacidad de mutación que está respaldado por el GITLAB_PERSONAL_ACCESS_TOKEN del operador sin ninguna verificación de credenciales entrantes, luego se anuncia a cada contexto de navegador de origen cruzado a través del encabezado CORS comodín. La llamada a httpServer.listen(port) en la línea 97 tampoco pasa ningún argumento de host, por lo que el enlace se establece por defecto en 0.0.0.0 y expone la superficie sin autenticación en cada interfaz. Esta vulnerabilidad se corrige en la versión 0.6.0.
CVE Translated by NIST7/23/2026 7:10:00 AM
Action
Type
Old Value
New Value
Added
Translation
Title: GitLab MCP Server, Description: GitLab MCP Server permite que un agente de IA se comunique directamente con GitLab. Antes de la versión 0.6.0, el transporte HTTP en src/transport.ts se envía sin ninguna capa de autenticación y con un comodín Access-Control-Allow-Origin: * en cada respuesta. El defecto estructural es que el servidor SSE establece un endpoint RPC con estado y capacidad de mutación que está respaldado por el GITLAB_PERSONAL_ACCESS_TOKEN del operador sin ninguna verificación de credenciales entrantes, luego se anuncia a cada contexto de navegador de origen cruzado a través del encabezado CORS comodín. La llamada a httpServer.listen(port) en la línea 97 tampoco pasa ningún argumento de host, por lo que el enlace se establece por defecto en 0.0.0.0 y expone la superficie sin autenticación en cada interfaz. Esta vulnerabilidad se corrige en la versión 0.6.0.
New CVE Received from GitHub, Inc.5/26/2026 6:16:42 PM
Action
Type
Old Value
New Value
Added
Description
GitLab MCP Server lets an AI agent talk directly to GitLab. Prior to 0.6.0, the HTTP transport in src/transport.ts ships with no authentication layer at all and a wildcard Access-Control-Allow-Origin: * on every response. The structural defect is that the SSE server stands up a stateful, mutation-capable RPC endpoint that is backed by the operator's GITLAB_PERSONAL_ACCESS_TOKEN without any inbound credential check, then advertises itself to every cross-origin browser context via the wildcard CORS header. The httpServer.listen(port) call at line 97 also passes no host argument, so the bind defaults to 0.0.0.0 and exposes the auth-less surface on every interface. This vulnerability is fixed in 0.6.0.