← Back to overview

Quivr versions through 0.0.322 contain a broken object-level authorization (BOLA/IDOR) vulnerability in three chat-related API endpoints: GET /chat/{chat_id}/history, DELETE /chat/{chat_id}, and POST /chat/{chat_id}/question/answer. The application fails to verify that the authenticated requester actually owns the targeted chat resource. As a result, any authenticated attacker can read other users' full conversation histories, including content from private knowledge bases, delete arbitrary chats belonging to other users, and inject fabricated messages into other users' conversations. The vulnerability affects all versions up to and including 0.0.322. The issue is tracked as CVE-2026-82284 and has been reported via GitHub issues and documented by VulnCheck. Remediation requires implementing proper chat ownership checks on all affected endpoints.

Affected products

  • Quivr

Related CVE's

  • CVE-2026-82284

Categories

  • Data Breach & Exfiltration
  • Identity & Access
  • Web Technologies