CVE-2026-54036 PUBLISHED

LibreChat: 2FA Re-enrollment Allows Full Account 2FA Takeover Without OTP Verification

Assigner: GitHub_M
Reserved: 11.06.2026 Published: 25.06.2026 Updated: 25.06.2026

LibreChat is an enhanced ChatGPT clone that supports multiple AI providers. Prior to 0.8.4-rc1, the GET /api/auth/2fa/enable endpoint can be called by an authenticated user (or attacker with a stolen session) even when 2FA is already fully enabled on the account. This endpoint overwrites the existing TOTP secret, generates new backup codes, and sets twoFactorEnabled to false — all without requiring any TOTP or backup code verification. An attacker with a valid session token can completely take over a victim's 2FA, locking the legitimate user out of their own two-factor authentication. This vulnerability is fixed in 0.8.4-rc1.

Metrics

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

Product Status

Vendor danny-avila
Product LibreChat
Versions
  • Version < 0.8.4-rc1 is affected

References

Problem Types

  • CWE-306: Missing Authentication for Critical Function CWE