Skip to content

Critical Authentication Bypass Vulnerability in Milvus Proxy

Critical
LoveEachDay published GHSA-mhjq-8c7m-3f7p Nov 10, 2025

Package

milvus proxy

Affected versions

<2.4.24, <2.5.21, <2.6.5

Patched versions

2.4.24, 2.5.21, 2.6.5

Description

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([email protected]) for responsibly discovering, reporting, and coordinating the disclosure of this critical authentication bypass vulnerability with the Milvus maintainers.

Severity

Critical

CVE ID

CVE-2025-64513

Weaknesses

No CWEs