CVE-2026-54029
Last modified
CVE-2026-54029 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. 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. EPSS estimates a 0.15% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Librechat | Librechat | <= 0.8.3 |
References
- https://github.com/danny-avila/LibreChat/security/advisories/GHSA-8892-xj8q-59xcExploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-54029?
How severe is CVE-2026-54029?
How do I fix CVE-2026-54029?
How Strix Helps
- Uncovering a hidden BOLA in Appsmith's snapshot logicStrix autonomously discovered a BOLA/IDOR vulnerability in Appsmith's snapshot deletion path.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-54020Open WebUI is an extensible, feature-rich, and user-friendly…6.3
- CVE-2026-54021Open WebUI is a self-hosted artificial intelligence platform…6.3
- CVE-2026-54022Open WebUI is a self-hosted artificial intelligence platform…5.3
- CVE-2026-54024LibreChat is an enhanced ChatGPT clone that supports multipl…6.5
- CVE-2026-54025LibreChat is an enhanced ChatGPT clone that supports multipl…5.4
- CVE-2026-54027LibreChat is an enhanced ChatGPT clone that supports multipl…6.5
- CVE-2026-5403SBC codec crash in Wireshark 4.6.0 to 4.6.4 and 4.4.0 to 4.4…7.8
- CVE-2026-54030LibreChat is an enhanced ChatGPT clone that supports multipl…9.3
- CVE-2026-54033LibreChat is an enhanced ChatGPT clone that supports multipl…6.5
- CVE-2026-54036LibreChat is an enhanced ChatGPT clone that supports multipl…8.1
- CVE-2026-54037LibreChat is an enhanced ChatGPT clone that supports multipl…6.5
- CVE-2026-5404K12 RF5 file parser crash in Wireshark 4.6.0 to 4.6.4 and 4.…5.5
Are you affected by CVE-2026-54029?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
