CVE-2026-31944 PUBLISHED

LibreChat MCP OAuth callback does not validate browser session — allows token theft via redirect link

Assigner: GitHub_M
Reserved: 10.03.2026 Published: 13.03.2026 Updated: 13.03.2026

LibreChat is a ChatGPT clone with additional features. From 0.8.2 to 0.8.2-rc3, The MCP (Model Context Protocol) OAuth callback endpoint accepts the redirect from the identity provider and stores OAuth tokens for the user who initiated the flow, without verifying that the browser hitting the redirect URL is logged in or that the logged-in user matches the initiator. An attacker can send the authorization URL to a victim; when the victim completes the flow, the victim’s OAuth tokens are stored on the attacker’s LibreChat account, enabling account takeover of the victim’s MCP-linked services (e.g. Atlassian, Outlook). This vulnerability is fixed in 0.8.3-rc1.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N
CVSS Score: 7.6

Product Status

Vendor danny-avila
Product LibreChat
Versions
  • Version >= v0.8.2, <= 0.8.2-rc3 is affected

References

Problem Types

  • CWE-306: Missing Authentication for Critical Function CWE