Description
Milvus is an open-source vector database built for generative AI applications. An unauthenticated attacker can exploit a vulnerability in versions prior to 2.4.24, 2.5.21, and 2.6.5 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. This issue has been fixed in Milvus 2.4.24, 2.5.21, and 2.6.5. 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.
Problem types
CWE-287: Improper Authentication
Product status
>= 2.5.0, < 2.5.21
>= 2.6.0, < 2.6.5
References
github.com/...milvus/security/advisories/GHSA-mhjq-8c7m-3f7p
github.com/milvus-io/milvus/pull/45379
github.com/milvus-io/milvus/pull/45383
github.com/milvus-io/milvus/pull/45391