CVE-2026-31950 PUBLISHED

LibreChat's IDOR in SSE Stream Subscription Allows Reading Other Users' Chats

Assigner: GitHub_M
Reserved: 10.03.2026 Published: 27.03.2026 Updated: 27.03.2026

LibreChat is a ChatGPT clone with additional features. In versions 0.8.2-rc2 through 0.8.2-rc3, the SSE streaming endpoint /api/agents/chat/stream/:streamId does not verify that the requesting user owns the stream. Any authenticated user who obtains or guesses a valid stream ID can subscribe and read another user's real-time chat content, including messages, AI responses, and tool invocations. Version 0.8.2 patches the issue.

Metrics

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

Product Status

Vendor danny-avila
Product LibreChat
Versions
  • Version >= 0.8.2-rc2, < 0.8.2 is affected

References

Problem Types

  • CWE-284: Improper Access Control CWE