Back to overview

CVE-2026-44653

MEDIUM Exploitation: PoC
6.5
CVSS 3.1
Description
LibreChat is an enhanced ChatGPT clone that supports multiple AI providers. In versions up to and including 0.8.3, users with only `VIEW` access to an MCP server can retrieve the server's decrypted admin-managed secrets through `GET /api/mcp/servers` and `GET /api/mcp/servers/:serverName`. The returned config includes plaintext values for `apiKey.key` and `oauth.client_secret`. This allows viewers of a shared MCP server to exfiltrate the underlying provider credentials. Version 0.8..4 contains a patch. Other remediations include: never returning decrypted admin-managed secrets to non-owners; redacting apiKey.key and oauth.client_secret from all API responses consider returning only boolean presence indicators for secrets, similar to the auth-values route pattern; and, if owners need to edit configs without re-entering secrets, preserving secrets server-side and returning placeholders instead of plaintext.

Metadata

CVE ID
CVE-2026-44653
State
PUBLISHED
Assigner
GitHub_M
Reserved
2026-05-07 15:30 UTC
Published
2026-06-02 22:40 UTC
Last updated
2026-06-03 19:00 UTC
Primary CWE
CWE-201
CWE-201: Insertion of Sensitive Information Into Sent Data
Vendor / Product
danny-avila / LibreChat
Sources
cve.org  ·  NVD

Severity & Metrics

6.5 MEDIUM CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
SSVC — CISA Coordinator
Exploitation
PoC
Automatable
no
Tech. Impact
partial
Affected products (1)
VendorProductPlatformVersions
danny-avila LibreChat < 0.8.4
Weakness (CWE)
CWESourceDescription
CWE-201 cna CWE-201: Insertion of Sensitive Information Into Sent Data
CVSS scores (1)
ScoreSeverityVersionSourceVector
6.5 MEDIUM 3.1 cna CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
References (1)
Back to overview