ghsa-mhjq-8c7m-3f7p
Vulnerability from github
Impact
What kind of vulnerability is it? Who is impacted? An unauthenticated attacker can exploit this vulnerability to bypass all authentication mechanisms in the Milvus Proxy component, gaining full administrative access to the Milvus cluster. This grants the attacker the ability to read, modify, or delete data, and to perform privileged administrative operations such as database or collection management. All users running affected Milvus versions are strongly advised to upgrade immediately.
Patches
Has the problem been patched? What versions should users upgrade to? This issue has been fixed in the following versions: • Milvus 2.4.24 • Milvus 2.5.21 • Milvus 2.6.5
Users should upgrade to these patched versions or later to mitigate the vulnerability.
Workarounds
Is there a way for users to fix or remediate the vulnerability without upgrading? If 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. This prevents attackers from exploiting the authentication bypass behavior.
References
Are there any links users can visit to find out more?
The following pull requests contain the fixes for the affected Milvus branches: • Fix for 2.4 branch • Fix for 2.5 branch • Fix for 2.6 branch
Special thanks to the Volcengine Milvus team at ByteDance(liumingzhe.5689@bytedance.com) for responsibly discovering, reporting, and coordinating the disclosure of this critical authentication bypass vulnerability with the Milvus maintainers.
{
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "github.com/milvus-io/milvus"
},
"ranges": [
{
"events": [
{
"introduced": "0.10.4"
},
{
"fixed": "2.4.24"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Go",
"name": "github.com/milvus-io/milvus"
},
"ranges": [
{
"events": [
{
"introduced": "2.5.0"
},
{
"fixed": "2.5.21"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Go",
"name": "github.com/milvus-io/milvus"
},
"ranges": [
{
"events": [
{
"introduced": "2.6.0"
},
{
"fixed": "2.6.5"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "Go",
"name": "github.com/milvus-io/milvus"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "0.10.3-0.20251107071934-6102f001a971"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2025-64513"
],
"database_specific": {
"cwe_ids": [
"CWE-287"
],
"github_reviewed": true,
"github_reviewed_at": "2025-11-13T15:55:00Z",
"nvd_published_at": "2025-11-10T22:15:40Z",
"severity": "CRITICAL"
},
"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\u2022\tMilvus 2.4.24\n\t\u2022\tMilvus 2.5.21\n\t\u2022\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\u2022\t[Fix for 2.4 branch](https://github.com/milvus-io/milvus/pull/45391)\ufffc\n\t\u2022\t[Fix for 2.5 branch](https://github.com/milvus-io/milvus/pull/45383)\ufffc\n\t\u2022\t[Fix for 2.6 branch](https://github.com/milvus-io/milvus/pull/45379)\ufffc\n\nSpecial thanks to the Volcengine Milvus team at ByteDance(liumingzhe.5689@bytedance.com) for responsibly discovering, reporting, and coordinating the disclosure of this critical authentication bypass vulnerability with the Milvus maintainers.",
"id": "GHSA-mhjq-8c7m-3f7p",
"modified": "2025-11-13T15:55:00Z",
"published": "2025-11-13T15:55:00Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/milvus-io/milvus/security/advisories/GHSA-mhjq-8c7m-3f7p"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-64513"
},
{
"type": "WEB",
"url": "https://github.com/milvus-io/milvus/pull/45379"
},
{
"type": "WEB",
"url": "https://github.com/milvus-io/milvus/pull/45383"
},
{
"type": "WEB",
"url": "https://github.com/milvus-io/milvus/pull/45391"
},
{
"type": "WEB",
"url": "https://github.com/milvus-io/milvus/commit/6102f001a971c8c8055a4a4cae704442d5cab793"
},
{
"type": "PACKAGE",
"url": "https://github.com/milvus-io/milvus"
}
],
"schema_version": "1.4.0",
"severity": [
{
"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",
"type": "CVSS_V4"
}
],
"summary": "Milvus Proxy has a Critical Authentication Bypass Vulnerability"
}
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.