Vulnerability Description
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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/getgrav/grav/security/advisories/GHSA-crh8-xm27-j9g9
- https://www.vulncheck.com/advisories/grav-login-plugin-before-email-enumeration-
- https://github.com/getgrav/grav/security/advisories/GHSA-crh8-xm27-j9g9
FAQ
What is CVE-2026-72699?
CVE-2026-72699 is a vulnerability with a CVSS score of 5.3 (MEDIUM). 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) ...
How severe is CVE-2026-72699?
CVE-2026-72699 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-72699?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.