CVE-2026-82284
Received Received - Intake

Quivr Chat Ownership Validation Flaw Exposes Conversations

Vulnerability report for CVE-2026-82284, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-28

Last updated on: 2026-08-28

Assigner: VulnCheck

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-28
Last Modified
2026-08-28
Generated
2026-08-29
AI Q&A
2026-08-29
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
quivr quivr to 0.0.322 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-639 The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-82284 is an authorization bypass vulnerability in Quivr versions up to 0.0.322. It allows authenticated attackers to exploit missing ownership validation in three chat endpoints: GET /chat/{chat_id}/history, DELETE /chat/{chat_id}, and POST /chat/{chat_id}/question/answer. Attackers can read other users' private conversation histories, delete arbitrary chats, and inject fabricated messages into conversations without proper authorization checks.

The root cause is that these endpoints accept a user-supplied chat_id without verifying if the chat belongs to the requesting user, enabling cross-user access and violating both confidentiality and integrity of user data.

Detection Guidance

To detect this vulnerability, monitor API logs for unauthorized access attempts to GET /chat/{chat_id}/history, DELETE /chat/{chat_id}, or POST /chat/{chat_id}/question/answer endpoints. Check for requests where the chat_id does not match the authenticated user's ID. Use tools like curl to test endpoints with mismatched chat IDs and verify if responses include unauthorized data.

Impact Analysis

If you use Quivr versions up to 0.0.322, an attacker with access to your account or a valid chat_id could read your private conversations, including sensitive knowledge base content. They could also delete your chats permanently or inject fake messages into your conversations, compromising the integrity of your data and interactions.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA requirements for data confidentiality and integrity. It exposes private user data to unauthorized access, which could lead to breaches of protected health information or personal data. Organizations using affected Quivr versions may face compliance violations, legal liabilities, and reputational damage due to unauthorized data exposure and manipulation.

Mitigation Strategies

Immediately update Quivr to a version that includes ownership validation for the affected endpoints. If an update is unavailable, implement server-side checks to verify that the chat_id belongs to the authenticated user before processing requests. Temporarily restrict access to the vulnerable endpoints or disable them until patched.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-82284. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart