๐Ÿ” CVE Alert

CVE-2026-44895

UNKNOWN 0.0

GitLab MCP Server: SSE transport has no authentication and wildcard CORS, exposing all GitLab tools

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
4th

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.

CWE CWE-306 CWE-942
Vendor yoda-digital
Product mcp-gitlab-server
Published May 26, 2026
Last Updated May 27, 2026
Stay Ahead of the Next One

Get instant alerts for yoda-digital mcp-gitlab-server

Be the first to know when new unknown vulnerabilities affecting yoda-digital mcp-gitlab-server are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

yoda-digital / mcp-gitlab-server
< 0.6.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/yoda-digital/mcp-gitlab-server/security/advisories/GHSA-8jr5-6gvj-rfpf