Description
Cheshire Cat AI's GET /memory/collections/{collection_id}/points endpoint fails to apply per-user filtering when retrieving episodic memory points. Authenticated attackers with MEMORY:READ permission can retrieve all users' stored conversation messages and personal data by paginating through the collection using the offset cursor.
Published: 2026-09-03
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the /memory/collections/{collection_id}/points endpoint of Cheshire Cat AI’s core application. Per‑user filtering is omitted when retrieving episodic memory points, allowing an authenticated user who holds a MEMORY:READ privilege to iteratively fetch every conversation message stored for all users. Consistent application of this endpoint therefore exposes private user data, constituting a confidentiality breach. The weakness is classified as CWE‑863, indicating missing authorization control over a privileged operation.

Affected Systems

Cheshire Cat AI core (e.g., the repository identified at https://github.com/cheshire-cat-ai/core). While the exact version range is not enumerated in the CNA data, external links reference the 1.9.2 source tree, implying that at least this release is vulnerable. Administrators of any deployments using Cheshire Cat AI core should verify whether their installation corresponds to or is older than that commit.

Risk and Exploitability

The CVSS score of 7.1 indicates high severity, and the EPSS score is not available which prevents an immediate statistical estimate of exploitation probability. The vulnerability is not listed in CISA’s KEV catalog, suggesting no publicly available exploits are confirmed, but the endpoint requires only internal authentication and a common read‑level permission. Attackers who compromise or are granted a user account can exercise this endpoint, paginate through the points via the offset cursor, and recover the entire conversation history of all users. The exploit path is straightforward for any authenticated user with the relevant permission, making the risk of unauthorized data exposure tangible for organizations that have not yet applied a fix.

Generated by OpenCVE AI on September 3, 2026 at 09:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Cheshire Cat AI core to a version that implements per‑user filtering for the /memory/collections/{collection_id}/points endpoint
  • Limit the use of the MEMORY:READ permission by applying the principle of least privilege and removing unnecessary role assignments
  • Implement an additional server‑side authorization check that verifies the requestor owns the collection before returning data

Generated by OpenCVE AI on September 3, 2026 at 09:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 03 Sep 2026 16:00:00 +0000

Type Values Removed Values Added
First Time appeared Cheshire-cat-ai
Cheshire-cat-ai core
Vendors & Products Cheshire-cat-ai
Cheshire-cat-ai core

Thu, 03 Sep 2026 13:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Thu, 03 Sep 2026 01:15:00 +0000

Type Values Removed Values Added
Description Cheshire Cat AI's GET /memory/collections/{collection_id}/points endpoint fails to apply per-user filtering when retrieving episodic memory points. Authenticated attackers with MEMORY:READ permission can retrieve all users' stored conversation messages and personal data by paginating through the collection using the offset cursor.
Title Cheshire Cat AI Memory Collection Endpoint Information Disclosure
Weaknesses CWE-863
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Cheshire-cat-ai Core
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-09-03T12:51:23.331Z

Reserved: 2026-09-02T23:53:13.974Z

Link: CVE-2026-85093

cve-icon Vulnrichment

Updated: 2026-09-03T12:51:19.939Z

cve-icon NVD

Status : Received

Published: 2026-09-03T13:06:20.883

Modified: 2026-09-03T13:06:20.883

Link: CVE-2026-85093

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-03T15:33:34Z

Weaknesses