CVE-2026-72699 PUBLISHED

Grav Login Plugin before 3.9.1 Email Enumeration via Registration

Assigner: VulnCheck
Reserved: 10.08.2026 Published: 25.08.2026 Updated: 25.08.2026

The Grav Login plugin (getgrav/grav-plugin-login) before 3.9.1 is vulnerable to email address enumeration. The register() method in classes/Login.php throws a distinct exception (EMAIL_NOT_AVAILABLE) when a submitted email address already belongs to an existing account, while allowing registration to proceed otherwise. Because the registration endpoint has no rate limiting, an attacker can enumerate which email addresses have accounts on the site, one guess per request.

Metrics

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

Product Status

Vendor getgrav
Product grav
Versions Default: unaffected
  • affected from 0 to 3.9.1 (excl.)
  • Version 3.9.1 is unaffected

Credits

  • alham-rizvi reporter

References

Problem Types

  • Observable Discrepancy CWE