Skip to content

Commit 69bf0ea

Browse files
1 parent 6ef521b commit 69bf0ea

File tree

1 file changed

+134
-0
lines changed

1 file changed

+134
-0
lines changed
Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-mhjq-8c7m-3f7p",
4+
"modified": "2025-11-13T15:55:00Z",
5+
"published": "2025-11-13T15:55:00Z",
6+
"aliases": [
7+
"CVE-2025-64513"
8+
],
9+
"summary": "Milvus Proxy has a Critical Authentication Bypass Vulnerability",
10+
"details": "### Impact\n_What kind of vulnerability is it? Who is impacted?_\nAn unauthenticated attacker can exploit this vulnerability to bypass all authentication mechanisms in the Milvus Proxy component, gaining full administrative access to the Milvus cluster.\nThis grants the attacker the ability to read, modify, or delete data, and to perform privileged administrative operations such as database or collection management.\nAll users running affected Milvus versions are strongly advised to upgrade immediately.\n\n### Patches\n_Has the problem been patched? What versions should users upgrade to?_\nThis issue has been fixed in the following versions:\n\t•\tMilvus 2.4.24\n\t•\tMilvus 2.5.21\n\t•\tMilvus 2.6.5\n\nUsers should upgrade to these patched versions or later to mitigate the vulnerability.\n\n### Workarounds\n_Is there a way for users to fix or remediate the vulnerability without upgrading?_\nIf immediate upgrade is not possible, a temporary mitigation can be applied by removing the sourceID header from all incoming requests at the gateway, API gateway, or load balancer level before they reach the Milvus Proxy.\nThis prevents attackers from exploiting the authentication bypass behavior.\n\n### References\n_Are there any links users can visit to find out more?_\n\nThe following pull requests contain the fixes for the affected Milvus branches:\n\t•\t[Fix for 2.4 branch](https://github.com/milvus-io/milvus/pull/45391)\n\t•\t[Fix for 2.5 branch](https://github.com/milvus-io/milvus/pull/45383)\n\t•\t[Fix for 2.6 branch](https://github.com/milvus-io/milvus/pull/45379)\n\nSpecial thanks to the Volcengine Milvus team at ByteDance([email protected]) for responsibly discovering, reporting, and coordinating the disclosure of this critical authentication bypass vulnerability with the Milvus maintainers.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/milvus-io/milvus"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0.10.4"
29+
},
30+
{
31+
"fixed": "2.4.24"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Go",
40+
"name": "github.com/milvus-io/milvus"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "2.5.0"
48+
},
49+
{
50+
"fixed": "2.5.21"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Go",
59+
"name": "github.com/milvus-io/milvus"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "2.6.0"
67+
},
68+
{
69+
"fixed": "2.6.5"
70+
}
71+
]
72+
}
73+
]
74+
},
75+
{
76+
"package": {
77+
"ecosystem": "Go",
78+
"name": "github.com/milvus-io/milvus"
79+
},
80+
"ranges": [
81+
{
82+
"type": "ECOSYSTEM",
83+
"events": [
84+
{
85+
"introduced": "0"
86+
},
87+
{
88+
"fixed": "0.10.3-0.20251107071934-6102f001a971"
89+
}
90+
]
91+
}
92+
]
93+
}
94+
],
95+
"references": [
96+
{
97+
"type": "WEB",
98+
"url": "https://github.com/milvus-io/milvus/security/advisories/GHSA-mhjq-8c7m-3f7p"
99+
},
100+
{
101+
"type": "ADVISORY",
102+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-64513"
103+
},
104+
{
105+
"type": "WEB",
106+
"url": "https://github.com/milvus-io/milvus/pull/45379"
107+
},
108+
{
109+
"type": "WEB",
110+
"url": "https://github.com/milvus-io/milvus/pull/45383"
111+
},
112+
{
113+
"type": "WEB",
114+
"url": "https://github.com/milvus-io/milvus/pull/45391"
115+
},
116+
{
117+
"type": "WEB",
118+
"url": "https://github.com/milvus-io/milvus/commit/6102f001a971c8c8055a4a4cae704442d5cab793"
119+
},
120+
{
121+
"type": "PACKAGE",
122+
"url": "https://github.com/milvus-io/milvus"
123+
}
124+
],
125+
"database_specific": {
126+
"cwe_ids": [
127+
"CWE-287"
128+
],
129+
"severity": "CRITICAL",
130+
"github_reviewed": true,
131+
"github_reviewed_at": "2025-11-13T15:55:00Z",
132+
"nvd_published_at": "2025-11-10T22:15:40Z"
133+
}
134+
}

0 commit comments

Comments
 (0)