CVE-2020-37094 PUBLISHED

EspoCRM 5.7.0 < 5.9.0 - Two-Factor Authentication Bypass via Auth Token Reuse Between Accounts with Identical Passwords

Assigner: VulnCheck
Reserved: 01.02.2026 Published: 03.02.2026 Updated: 15.07.2026

EspoCRM 5.7.0 prior to 5.9.0 contains an authentication token reuse vulnerability that allows authenticated attackers to bypass two-factor authentication by exploiting token-to-password-hash mapping in application/Espo/Core/Utils/Authentication/Espo.php. Attackers can obtain an authentication token for a controlled account and replay it against any victim account sharing the same password, since tokens are bound to password hashes rather than unique per-user values, bypassing the victim's 2FA protections.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N
CVSS Score: 8.6

Product Status

Vendor EspoCRM
Product EspoCRM
Versions Default: unaffected
  • affected from 5.7.0 to 5.9.0 (excl.)

Credits

  • Besim ALTINOK finder
  • İsmail BOZKURT finder

References

Problem Types

  • Incorrect Implementation of Authentication Algorithm CWE