CVE Catalog

CVE-2026-31942

HighCVSS 7.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.21%

11th percentile - higher than 11% of all known CVEs

Summary

LibreChat is a ChatGPT clone supporting multiple AI providers. In versions up to 0.7.6, an IDOR vulnerability exists in the API keys management endpoint (PUT /api/keys). Due to the use of the spread operator after setting the authenticated user's ID, any authenticated user can inject a userId parameter to overwrite another user's API keys (e.g., OpenAI, Anthropic, Azure). An attacker can route victim's conversations through attacker-controlled keys or deny service.

Risk Assessment

Risk of API account takeover and potential conversation eavesdropping or denial of service.

Recommendation

Update LibreChat to version 0.8.3-rc1 or later.

Other vulnerabilities in LibreChat

See all
Original NVD description (English source)

LibreChat is an enhanced ChatGPT clone that supports multiple AI providers. In versions up to and including 0.7.6, an Insecure Direct Object Reference (IDOR) vulnerability exists in the API keys management endpoint (PUT /api/keys). Due to the use of the JavaScript object spread operator after setting the authenticated user's ID, any authenticated user can inject a userId parameter in the request body to overwrite any other user's API keys (e.g., OpenAI, Anthropic, Azure). This allows an attacker to replace a victim's API key configuration, potentially routing the victim's conversations through attacker-controlled keys or denying service by providing invalid keys. This is patched in version 0.8.3-rc1.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS