CVE-2026-54033 Details
Description
LibreChat is an enhanced ChatGPT clone that supports multiple AI providers. Prior to 0.8.4-rc1, LibreChat allows users to configure custom OpenAI-compatible API endpoints by setting a baseURL. This URL is used to construct HTTP requests without any SSRF validation — no private IP check, no scheme restriction, no DNS pinning. An authenticated user can set baseURL to internal network addresses. This vulnerability is fixed in 0.8.4-rc1.
A server-side request forgery (SSRF) vulnerability has been identified in LibreChat versions prior to 0.8.4-rc1. The issue arises from the application's handling of user-configured OpenAI-compatible API endpoints. Users can set a 'baseURL' that is used to construct HTTP requests without proper validation, allowing authenticated users to direct requests to internal network addresses. This vulnerability exists because the 'baseURL' is processed without checks for private IPs, scheme restrictions, or DNS pinning, creating potential risks such as unauthorized access to cloud metadata or internal services.
Users can update to LibreChat version 0.8.4-rc1 or later, where this vulnerability has been fixed.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Jun 25, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/danny-avila/LibreChat/security/advisories/GHSA-gc9r-88c3-7qhq | CISA-ADP | ExploitMitigationVendor Advisory |
| https://github.com/danny-avila/LibreChat/security/advisories/GHSA-gc9r-88c3-7qhq | [email protected] | ExploitMitigationVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-918 | Server-Side Request Forgery (SSRF) | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| librechat librechat | <= 0.8.3 |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 29, 2026 | Initial Analysis | [email protected] |
| Jun 25, 2026 | CVE Modified | CISA-ADP |
| Jun 25, 2026 | New CVE Received | [email protected] |