Description
Chroma 1.5.9 fails to validate maximum bounds on HNSW index parameters max_neighbors, ef_construction, and ef_search in collection-create requests. Unauthenticated attackers can supply arbitrarily large parameter values to exhaust server memory and cause denial of service during index compaction.
Published: 2026-09-04
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service via memory exhaustion
Action: Patch immediately
AI Analysis

Impact

Chroma 1.5.9 fails to enforce upper bounds on the HNSW index parameters max_neighbors, ef_construction, and ef_search when a collection is created. An unauthenticated attacker can submit collection‑create requests with arbitrarily large values for these fields. During index compaction the server allocates memory proportional to the supplied limits, so the unbounded sizes can exhaust system RAM and trigger a process termination or freeze, resulting in a denial‑of‑service condition. The weakness is tied to improper resource management (CWE‑770) and unchecked input bounds (CWE‑1284).

Affected Systems

The vulnerability affects only the chroma‑core:chroma product running version 1.5.9. No other released versions are listed as affected in the advisory.

Risk and Exploitability

The CVSS score of 8.7 indicates high severity. The EPSS score is < 1%, reflecting a very low current exploitation probability, but the vulnerability remains exploitable with remote, unauthenticated input. The attack vector is the collection‑create API endpoint, which is reachable over the network. Since no authentication is required, any host exposing this endpoint could be impacted. The vulnerability is not listed in the CISA KEV catalog, yet it should be treated as significant due to the potential for system‑wide denial of service.

Generated by OpenCVE AI on September 11, 2026 at 07:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to the latest Chroma release that includes validation of HNSW index parameters (e.g., v1.5.10 or newer).
  • Restrict the collection‑create endpoint to authenticated users to prevent unauthenticated exploitation.
  • Validate or sanitize the max_neighbors, ef_construction, and ef_search values in your application code before passing them to the index creation logic, ensuring they fall within safe limits.

Generated by OpenCVE AI on September 11, 2026 at 07:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 11 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-1284
References
Metrics threat_severity

None

threat_severity

Important


Thu, 10 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 04 Sep 2026 16:15:00 +0000

Type Values Removed Values Added
First Time appeared Chroma-core
Chroma-core chroma
Vendors & Products Chroma-core
Chroma-core chroma

Fri, 04 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
Description Chroma 1.5.9 fails to validate maximum bounds on HNSW index parameters max_neighbors, ef_construction, and ef_search in collection-create requests. Unauthenticated attackers can supply arbitrarily large parameter values to exhaust server memory and cause denial of service during index compaction.
Title Chroma 1.5.9 Unbounded HNSW Index Parameters Memory Exhaustion
Weaknesses CWE-770
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'}


Subscriptions

Chroma-core Chroma
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-10T15:08:14.501Z

Reserved: 2026-09-04T13:32:28.993Z

Link: CVE-2026-85664

cve-icon Vulnrichment

Updated: 2026-09-10T14:23:04.296Z

cve-icon NVD

Status : Deferred

Published: 2026-09-04T15:17:44.097

Modified: 2026-09-10T16:18:00.510

Link: CVE-2026-85664

cve-icon Redhat

Severity : Important

Publid Date: 2026-09-04T14:32:20Z

Links: CVE-2026-85664 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-11T07:15:16Z

Weaknesses
  • CWE-1284

    Improper Validation of Specified Quantity in Input

  • CWE-770

    Allocation of Resources Without Limits or Throttling