Description
A vulnerability has been found in epsilla-cloud vectordb up to 0.3.18/df5a5f5afb85a2376a0f2f316c79dea9b2c6ac7a. This impacts the function SplitTokens/ShuntingYard of the file engine/query/expr/expr.cpp of the component Filter Parser. Such manipulation leads to improper check for unusual conditions. The attack needs to be performed locally. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-08-04
Score: 4.8 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is located in the SplitTokens/ShuntingYard routine of the Filter Parser in engine/query/expr/expr.cpp of epsilla-cloud vectordb. An improper check for unusual conditions allows manipulation of filter expressions that could alter the expected parsing behavior. The flaw does not provide a documented remote exploitation path; it requires local access to the system running vectordb, but because the parser logic can be altered it may lead to unintended data access or the execution of untrusted code if the attacker can supply specially crafted expressions.

Affected Systems

epsilla‑cloud vectordb versions up to 0.3.18 (commit df5a5f5afb85a2376a0f2f316c79dea9b2c6ac7a) are affected. All releases before 0.3.19 contain this flaw.

Risk and Exploitability

The CVSS score of 4.8 indicates moderate severity, and the EPSS score is not available, suggesting there is limited evidence of real-world exploitation. The vulnerability requires local interaction and has not appeared in the CISA KEV catalog. Consequently, the risk to untrusted remote users is low, but an attacker with local privileges could manipulate filter expressions until a vendor fix is issued.

Generated by OpenCVE AI on August 5, 2026 at 00:34 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any available vendor patch or upgrade to vectordb level 0.3.19 or later when released; this removes the improper condition handling identified in SplitTokens/ShuntingYard.
  • Enforce strict validation of filter expressions before they reach the parser. Reject expressions that do not conform to the expected grammar or that use unexpected operators, thereby mitigating the CWE-754 weakness of improper validation for unusual conditions.
  • Limit local access to the vectordb service to trusted users only and monitor query logs for anomalous or malformed filter expressions that may indicate an attempt to exploit the parsing flaw.

Generated by OpenCVE AI on August 5, 2026 at 00:34 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 04 Aug 2026 23:30:00 +0000

Type Values Removed Values Added
Description A vulnerability has been found in epsilla-cloud vectordb up to 0.3.18/df5a5f5afb85a2376a0f2f316c79dea9b2c6ac7a. This impacts the function SplitTokens/ShuntingYard of the file engine/query/expr/expr.cpp of the component Filter Parser. Such manipulation leads to improper check for unusual conditions. The attack needs to be performed locally. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
Title epsilla-cloud vectordb Filter expr.cpp ShuntingYard unusual condition
First Time appeared Epsilla-cloud
Epsilla-cloud vectordb
Weaknesses CWE-754
CPEs cpe:2.3:a:epsilla-cloud:vectordb:*:*:*:*:*:*:*:*
Vendors & Products Epsilla-cloud
Epsilla-cloud vectordb
References
Metrics cvssV2_0

{'score': 1.7, 'vector': 'AV:L/AC:L/Au:S/C:N/I:N/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 3.3, 'vector': 'CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 3.3, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L/E:P/RL:X/RC:R'}

cvssV4_0

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


Subscriptions

Epsilla-cloud Vectordb
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-04T23:15:10.086Z

Reserved: 2026-08-04T15:49:29.645Z

Link: CVE-2026-18852

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T00:45:03Z

Weaknesses
  • CWE-754

    Improper Check for Unusual or Exceptional Conditions