Description
Milvus through 2.6.22 and 3.0.0 contains an unauthenticated denial of service vulnerability that allows remote attackers to terminate service components by sending a crafted HTTP GET request to the management server on port 9091. Attackers can exploit the unprotected /management/stop endpoint, which bypasses REST API authentication middleware, by supplying a 'role' parameter to shut down the proxy, datanode, or querynode components, resulting in denial of service.
Published: 2026-08-05
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Milvus versions up to 2.6.22 and 3.0.0 contain a missing authentication weakness that allows an attacker to send a specially crafted HTTP GET request to the /management/stop endpoint. The request does not require credentials and directly instructs the management server to shut down one of its critical components – proxy, datanode or querynode. Successful exploitation results in an immediate denial of service for the affected service and any applications that depend on it. The weakness is aligned with CWE‑306, reflecting a lack of authentication for a privileged operation. No persistence or lateral movement is achieved; the impact is limited to disabling components.

Affected Systems

Vulnerable versions of Milvus are those released by milvus‑io, specifically 2.6.4 through 2.6.22 and 3.0.0. All installments contain the unauthenticated /management/stop endpoint on port 9091 that can be used to terminate service components. The product affected is Milvus, the vector database platform provided by milvus‑io. Systems with newer releases (for example, 2.6.23 or later) contain the fix and are not affected.

Risk and Exploitability

The CVSS score of 8.7 categorizes this flaw as High severity, and because the attack requires no authentication and only a crafted HTTP request, remote attackers can trigger it from any host that can reach port 9091. The EPSS indicator is currently unavailable, so the current exploitation probability cannot be quantified, but the lack of authentication reduces the barrier to exploitation considerably. The vulnerability is not yet listed in CISA’s KEV catalog, suggesting no confirmed widespread exploitation has been reported, yet the clear attack path means it should be considered a priority for remediation.

Generated by OpenCVE AI on August 5, 2026 at 20:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Milvus to a patched release that contains the fix (for example, 2.6.23 or later).
  • Restrict access to port 9091 so that only trusted management hosts can reach it, using firewall rules or network segmentation.
  • Enable authentication on the management API or disable the /management/stop endpoint if the configuration allows, following Milvus documentation.

Generated by OpenCVE AI on August 5, 2026 at 20:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 06 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 05 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Description Milvus through 2.6.22 and 3.0.0 contains an unauthenticated denial of service vulnerability that allows remote attackers to terminate service components by sending a crafted HTTP GET request to the management server on port 9091. Attackers can exploit the unprotected /management/stop endpoint, which bypasses REST API authentication middleware, by supplying a 'role' parameter to shut down the proxy, datanode, or querynode components, resulting in denial of service.
Title Milvus 2.6.22, 3.0.0 Unauthenticated Denial of Service via /management/stop
First Time appeared Milvus
Milvus milvus
Weaknesses CWE-306
CPEs cpe:2.3:a:milvus:milvus:2.6.10:*:*:*:*:*:*:*
cpe:2.3:a:milvus:milvus:2.6.11:*:*:*:*:*:*:*
cpe:2.3:a:milvus:milvus:2.6.13:*:*:*:*:*:*:*
cpe:2.3:a:milvus:milvus:2.6.14:*:*:*:*:*:*:*
cpe:2.3:a:milvus:milvus:2.6.15:*:*:*:*:*:*:*
cpe:2.3:a:milvus:milvus:2.6.16:*:*:*:*:*:*:*
cpe:2.3:a:milvus:milvus:2.6.17:*:*:*:*:*:*:*
cpe:2.3:a:milvus:milvus:2.6.18:*:*:*:*:*:*:*
cpe:2.3:a:milvus:milvus:2.6.4:*:*:*:*:*:*:*
cpe:2.3:a:milvus:milvus:2.6.5:*:*:*:*:*:*:*
cpe:2.3:a:milvus:milvus:2.6.6:*:*:*:*:*:*:*
cpe:2.3:a:milvus:milvus:2.6.7:*:*:*:*:*:*:*
cpe:2.3:a:milvus:milvus:2.6.8:*:*:*:*:*:*:*
cpe:2.3:a:milvus:milvus:2.6.9:*:*:*:*:*:*:*
Vendors & Products Milvus
Milvus milvus
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H'}

cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-06T14:35:45.413Z

Reserved: 2026-08-03T13:26:21.234Z

Link: CVE-2026-69111

cve-icon Vulnrichment

Updated: 2026-08-06T14:35:41.331Z

cve-icon NVD

Status : Received

Published: 2026-08-05T20:17:14.657

Modified: 2026-08-06T15:17:25.027

Link: CVE-2026-69111

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T23:45:16Z

Weaknesses
  • CWE-306

    Missing Authentication for Critical Function