Input validation error in LibreChat - CVE-2026-31949
Published: April 27, 2026
LibreChat
Detailed vulnerability description
The vulnerability allows a remote user to cause a denial of service.
The vulnerability exists due to improper input validation in the DELETE /api/convos endpoint when handling malformed requests with a missing or null req.body.arg value. A remote user can send a specially crafted request to cause a denial of service.
The issue triggers an unhandled TypeError that bypasses Express error handling and causes the Node.js process to exit.