Description
Kotaemon through 0.12.0 fails to properly validate conversation ownership in select_conv, delete_conv, rename_conv, and on_set_public_conversation functions in control.py. Attackers can read other users' chat histories, delete conversations, or rename conversations by supplying arbitrary conversation identifiers without proper authorization checks.
Published: 2026-08-28
Score: 9.1 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Kotaemon platform, up to version 0.12.0, contains a flaw that fails to verify conversation ownership when a user invokes select_conv, delete_conv, rename_conv, or set_public_conversation functions. This omission allows an attacker possessing a valid session to supply arbitrary conversation identifiers, thereby reading, deleting, or renaming conversations belonging to other users. The weakness is a type of authorization bypass (CWE‑639), exposing both confidential chat history and the ability to tamper with other users’ data.

Affected Systems

The affected product is Kotaemon maintained by Cinnamon. All releases through 0.12.0 lack the proper ownership checks and are affected by this vulnerability.

Risk and Exploitability

The CVSS score of 9.1 indicates a high severity. The EPSS score is not available, and this issue is not listed in the CISA KEV catalog, implying no publicly known exploits at this time. Based on the description, the likely attack vector is through authenticated users who can craft requests directly to the control interface; an attacker could supply an arbitrary conversation ID and trigger the unauthorized action without additional privileges. Exploitation requires only the ability to reach the API or web interface and a valid user session, making it a significant risk for environments where user authentication is not tightly scoped or where session hijacking is possible.

Generated by OpenCVE AI on August 28, 2026 at 22:10 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update Kotaemon to the latest release that includes proper ownership verification
  • Ensure all API endpoints that manipulate conversations enforce server‑side ownership checks against the authenticated user
  • Monitor logs for unexpected delete or rename activity to detect potential abuse

Generated by OpenCVE AI on August 28, 2026 at 22:10 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
Description Kotaemon through 0.12.0 fails to properly validate conversation ownership in select_conv, delete_conv, rename_conv, and on_set_public_conversation functions in control.py. Attackers can read other users' chat histories, delete conversations, or rename conversations by supplying arbitrary conversation identifiers without proper authorization checks.
Title Kotaemon Missing Ownership Check in Conversation Functions
First Time appeared Cinnamon
Cinnamon kotaemon
Weaknesses CWE-639
CPEs cpe:2.3:a:cinnamon:kotaemon:*:*:*:*:*:*:*:*
Vendors & Products Cinnamon
Cinnamon kotaemon
References
Metrics cvssV3_1

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

cvssV4_0

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


Subscriptions

Cinnamon Kotaemon
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-28T16:19:01.076Z

Reserved: 2026-08-28T11:12:50.930Z

Link: CVE-2026-82281

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-28T20:20:19.363

Modified: 2026-08-28T20:20:19.363

Link: CVE-2026-82281

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-28T22:15:04Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key