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.
Published: 2026-06-25
Score: 7.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

LibreChat allows authenticated users to configure custom OpenAI-compatible API base URLs without SSRF validation. By setting the baseURL to internal addresses, an attacker can force LibreChat to send HTTP requests to private network hosts, potentially exposing sensitive data or enabling further exploitation.

Affected Systems

The affected vendor is danny-avila, product LibreChat. Versions before 0.8.4-rc1 are vulnerable.

Risk and Exploitability

The CVSS score of 7.7 indicates a high severity. The EPSS score is not available, and the vulnerability is not listed in CISA’s KEV catalog. An attacker needs authentication and permission to edit the baseURL configuration; from that position they can dispatch requests to any target resolved by the baseURL, including private IPs and internal services, as no checks enforce scheme or address restrictions.

Generated by OpenCVE AI on June 25, 2026 at 17:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to LibreChat 0.8.4-rc1 or later, which adds SSRF validation for custom base URLs.
  • Restrict user permissions so only trusted administrators can modify the baseURL configuration.
  • Apply network segmentation or firewall rules to block outbound traffic from the LibreChat service to internal network IP ranges.
  • Monitor outbound connections from LibreChat and alert on unexpected destinations.

Generated by OpenCVE AI on June 25, 2026 at 17:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 25 Jun 2026 16:45:00 +0000

Type Values Removed Values Added
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.
Title LibreChat: SSRF via User-Provided Custom Endpoint baseURL — no private IP validation on user-configured API base URLs
Weaknesses CWE-918
References
Metrics cvssV3_1

{'score': 7.7, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-06-25T15:50:41.754Z

Reserved: 2026-06-11T16:57:50.018Z

Link: CVE-2026-54033

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-06-25T17:30:05Z

Weaknesses
  • CWE-918

    Server-Side Request Forgery (SSRF)