Skip to content

Commit 080a072

Browse files
1 parent 70d5961 commit 080a072

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed
Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-46gc-mwh4-cc5r",
4+
"modified": "2025-12-03T16:07:31Z",
5+
"published": "2025-12-03T16:07:31Z",
6+
"aliases": [
7+
"CVE-2025-64443"
8+
],
9+
"summary": "Docker MCP Plugin and Docker MCP Gateway have DNS Rebinding vulnerability when running in sse or streaming mode",
10+
"details": "### Impact\nWhen ran in sse or streaming mode (--transport), the Docker MCP Gateway is vulnerable to a DNS rebinding attack. \n\nVulnerability allows for Browser-Based exploitation of any MCP servers that are executing within the Docker MCP Gateway. Any tools or other features exposed by MCP servers can be manipulated by an attacker who is able to get a victim to visit a malicious website, or if a victim is served a malicious advertisement. \n\nThe MCP Gateway is not prone to this attack when started in its default stdio mode, which does not listen on any network ports.\n\n\n### Patches\nPatch available in version v0.28.0\n\n### Workarounds\nDo not start the MCP gateway in sse or streaming mode (use default stdio)",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:L/VI:H/VA:N/SC:H/SI:H/SA:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/docker/mcp-gateway"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "0.28.0"
32+
}
33+
]
34+
}
35+
],
36+
"database_specific": {
37+
"last_known_affected_version_range": "<= 0.27.0"
38+
}
39+
}
40+
],
41+
"references": [
42+
{
43+
"type": "WEB",
44+
"url": "https://github.com/docker/mcp-gateway/security/advisories/GHSA-46gc-mwh4-cc5r"
45+
},
46+
{
47+
"type": "WEB",
48+
"url": "https://github.com/docker/mcp-gateway/pull/190"
49+
},
50+
{
51+
"type": "WEB",
52+
"url": "https://github.com/docker/mcp-gateway/commit/fe073985c8eb6e0c9317d2f198c07686f70ea06d"
53+
},
54+
{
55+
"type": "PACKAGE",
56+
"url": "https://github.com/docker/mcp-gateway"
57+
},
58+
{
59+
"type": "WEB",
60+
"url": "https://modelcontextprotocol.io/specification/2025-06-18/basic/transports#security-warning"
61+
}
62+
],
63+
"database_specific": {
64+
"cwe_ids": [
65+
"CWE-749"
66+
],
67+
"severity": "HIGH",
68+
"github_reviewed": true,
69+
"github_reviewed_at": "2025-12-03T16:07:31Z",
70+
"nvd_published_at": null
71+
}
72+
}

0 commit comments

Comments
 (0)