← Back

CVE-2026-54029

nvd nist
Published: Jun 25, 2026Modified: Jun 29, 2026

JSON object

Loading...
6.5
Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
Exploitability: 2.8 / Impact: 3.6
Source: NVD

Description

LibreChat is an enhanced ChatGPT clone that supports multiple AI providers. Prior to 0.8.4-rc1, the DELETE /api/messages/:conversationId/:messageId endpoint allows any authenticated user to delete any other user's messages. The validateMessageReq middleware only validates that the conversationId belongs to the requesting user, but the handler calls deleteMessages({ messageId }) using only the messageId as the MongoDB filter — without adding a user constraint. An attacker provides their own valid conversationId (to pass validation) and the victim's messageId (to target deletion), resulting in permanent, irrecoverable message deletion. This vulnerability is fixed in 0.8.4-rc1.

Affected (1)

Products: Librechat: Librechat
1 product
Librechat
Configuration A
1 vulnerable
Vulnerable SoftwareAffected Versions
Up to 0.8.3

References (1)

Source: security-advisories@github.com
ExploitVendor Advisory

Timeline

No history available yet.