Vulnerability Description
Grav Login Plugin adds login, basic ACL, and session wide messages to Grav. Prior to 3.8.11, the Grav Login plugin login.regenerate2FASecret task checks only that the pending-session user exists rather than requiring $user->authorized. After submitting a victim's correct password, an attacker can invoke taskRegenerate2FASecret() during the pending TOTP challenge, overwrite twofa_secret, read the replacement secret from the response, calculate a valid code, and complete authentication without the victim's second factor. This issue is fixed in version 3.8.11.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/getgrav/grav-plugin-login/commit/5d1b722298cb947d8f434025d121
- https://github.com/getgrav/grav-plugin-login/releases/tag/3.8.11
- https://github.com/getgrav/grav/security/advisories/GHSA-7mgc-c7pq-3rr3
FAQ
What is CVE-2026-62669?
CVE-2026-62669 is a vulnerability with a CVSS score of 7.4 (HIGH). Grav Login Plugin adds login, basic ACL, and session wide messages to Grav. Prior to 3.8.11, the Grav Login plugin login.regenerate2FASecret task checks only that the pending-session user exists rathe...
How severe is CVE-2026-62669?
CVE-2026-62669 has been rated HIGH with a CVSS base score of 7.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-62669?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.