Description
Quivr versions through 0.0.322 fail to validate chat ownership in the GET /chat/{chat_id}/history, DELETE /chat/{chat_id}, and POST /chat/{chat_id}/question/answer endpoints. Authenticated attackers can read other users' conversation histories including private knowledge base content, delete arbitrary chats, and inject fabricated messages into other users' conversations.
Published: 2026-08-28
Score: 8.6 High
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized data disclosure, deletion, and message injection
Action: Patch immediately
AI Analysis

Impact

The vulnerability exists in Quivr's chat-related API endpoints due to missing ownership validation on GET, DELETE, and POST operations. This allows an authenticated user to read, delete, or inject messages into any user's chat, exposing private content and tampering with chat histories. The weakness is an authorization bypass represented by CWE‑639. Because the attacker must already be authenticated, the threat is primarily internal but can be leveraged by compromised or malicious accounts.

Affected Systems

The affected product is QuivrHQ's quivr application, with all releases up to and including version 0.0.322 vulnerable. Users of quivr 0.0.322 or earlier should consider them at risk until a fix is deployed. No specific vendor patch details were provided in the description, but updating the application to a later version is required.

Risk and Exploitability

The CVSS score is 8.6, indicating a high severity. The EPSS score is unavailable and it is not listed in KEV, implying no known widespread exploitation yet. However, because the vulnerability requires an authenticated user, it can be abused by insiders or attackers who gain credentials. The attack path is straightforward: an attacker logs in, issues a GET /chat/{id}/history or similar, and obtains another user's data. The high CVSS combined with the potential for data theft and integrity compromise means the risk is significant.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Quivr to at least version 0.0.323 or later to include proper ownership checks.
  • Restrict API access by limiting the roles that can view, delete, or answer chats, and enforce ownership checks in your own code if an upgrade is not yet possible.
  • Enable comprehensive logging for chat endpoint activity and review logs for unauthorized accesses; consider temporarily disabling the affected endpoints until the fix is applied.

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 28 Aug 2026 22:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


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

Type Values Removed Values Added
Description Quivr versions through 0.0.322 fail to validate chat ownership in the GET /chat/{chat_id}/history, DELETE /chat/{chat_id}, and POST /chat/{chat_id}/question/answer endpoints. Authenticated attackers can read other users' conversation histories including private knowledge base content, delete arbitrary chats, and inject fabricated messages into other users' conversations.
Title Quivr Chat Endpoints Missing Ownership Validation
First Time appeared Quivr
Quivr quivr
Weaknesses CWE-639
CPEs cpe:2.3:a:quivr:quivr:*:*:*:*:*:*:*:*
Vendors & Products Quivr
Quivr quivr
References
Metrics cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-28T20:23:13.732Z

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

Link: CVE-2026-82284

cve-icon Vulnrichment

Updated: 2026-08-28T20:22:52.177Z

cve-icon NVD

Status : Received

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

Modified: 2026-08-28T22:16:56.650

Link: CVE-2026-82284

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key