CVE-2026-31949
MEDIUM EPSS 29.6%
Published Mar 13, 20263mo ago · Modified Jun 17, 20262w ago
6.5 CVSS 3.1
Published Mar 13, 2026 3mo ago
Last Modified Jun 17, 2026 2w ago
Description
LibreChat is a ChatGPT clone with additional features. Prior to 0.8.3-rc1, a Denial of Service (DoS) vulnerability exists in the DELETE /api/convos endpoint that allows an authenticated attacker to crash the Node.js server process by sending malformed requests. The DELETE /api/convos route handler attempts to destructure req.body.arg without validating that it exists. The server crashes due to an unhandled TypeError that bypasses Express error handling middleware and triggers process.exit(1). This vulnerability is fixed in 0.8.3-rc1.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H Attack Vector Network
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality None
Integrity None
Availability High
Threat Intelligence
EPSS Exploit Probability
29.6% percentile
Exploit & Patch Status
Public Exploit Known
No Patch Available
Weaknesses 1
CWE-248
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| librechat | librechat | * | <0.8.3 |
References 1
- github.com https://github.com/danny-avila/LibreChat/security/advisories/GHSA-5m32-chq6-232p
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.