CVE-2026-26190
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedMilvus is an open-source vector database built for generative AI applications. Prior to 2.5.27 and 2.6.10, Milvus exposes TCP port 9091 by default, which enables authentication bypasses. The /expr debug endpoint uses a weak, predictable default authentication token derived from etcd.rootPath (default: by-dev), enabling arbitrary expression evaluation. The full REST API (/api/v1/*) is registered on the metrics/management port without any authentication, allowing unauthenticated access to all business operations including data manipulation and credential management. This vulnerability is fixed in 2.5.27 and 2.6.10.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceMilvus versions prior to 2.5.27 and 2.6.10 expose TCP port 9091 by default with two critical authentication flaws: the /expr debug endpoint uses a weak, predictable default token (derived from etcd.rootPath default 'by-dev'), and the full REST API (/api/v1/*) is registered on the metrics port without any authentication, allowing unauthenticated data manipulation and credential management.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 2.5.27>= 2.6.0, < 2.6.10CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify installed Milvus versionCheck the Milvus version by querying the server or inspecting the deployment. Common methods: milvus-server --version, docker images, helm chart version, or curl http://localhost:9091/metricsAffected if Version is below 2.5.27, or >= 2.6.0 and below 2.6.10
-
Verify if TCP port 9091 is listeningRun 'netstat -tlnp | grep 9091' or 'ss -tlnp | grep 9091' on the Milvus host, or scan the host with nmap -p 9091 <host>Affected if Port 9091 is open and listening on an interface accessible to untrusted networks
-
Test REST API accessibility on port 9091Send an unauthenticated HTTP request to a REST endpoint: curl -s http://<milvus-host>:9091/api/v1/health or curl -s http://<milvus-host>:9091/api/v1/collectionsAffected if The API returns valid JSON responses without requiring authentication (no 401/403 errors)
-
Check /expr debug endpoint accessibilitycurl -s http://<milvus-host>:9091/expr -H 'Authorization: by-dev' or test with the default etcd.rootPath value as the tokenAffected if The /expr endpoint responds to requests using the default token 'by-dev' or the value of etcd.rootPath without requiring proper authentication
You are affected if Milvus version is < 2.5.27 or >= 2.6.0 < 2.6.10 AND port 9091 is exposed to untrusted networks, allowing unauthenticated access to /api/v1/* endpoints or the weak token-based /expr endpoint.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped2.5.272.6.10
Upgrade to Milvus 2.5.27 or 2.6.10, or restrict access to port 9091 and implement proper authentication on the REST API endpoints.
Milvus 2.5.27 or 2.6.10 (select based on your current version branch)
- Upgrade Milvus to version 2.5.27 if running a 2.5.x release, or to version 2.6.10 if running a 2.6.x release
- After upgrading, verify that TCP port 9091 now requires proper authentication
- Confirm that the REST API endpoints (/api/v1/*) now enforce authentication
- If running in a containerized environment, update your container image tags to the fixed version (e.g., milvusdb/milvus:v2.5.27 or milvusdb/milvus:v2.6.10)
- If using Helm charts, update the chart version to deploy the fixed Milvus release
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation6.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,304.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-26190 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-26190 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data