Vulnerability Description
grav-plugin-login before 3.8.11 contains a cross-site request forgery (CSRF) vulnerability in the login.regenerate2FASecret frontend task, which regenerates and persists a new TOTP secret for the authenticated session user without any anti-CSRF nonce or Origin/Referer check. Because Grav core dispatches the task from the GET 'task:' URI parameter and the default session cookie is SameSite=Lax, an attacker can lure a logged-in victim to an off-site page that performs a top-level GET navigation, rotating the victim's TOTP secret so their enrolled authenticator no longer matches the server, effectively forcing 2FA re-enrollment. Sites configured with session.samesite: Strict are not affected.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/getgrav/grav/security/advisories/GHSA-4px8-7p53-282r
- https://www.vulncheck.com/advisories/grav-plugin-login-csrf-via-regenerate2fasec
- https://github.com/getgrav/grav/security/advisories/GHSA-4px8-7p53-282r
FAQ
What is CVE-2026-62236?
CVE-2026-62236 is a vulnerability with a CVSS score of 5.4 (MEDIUM). grav-plugin-login before 3.8.11 contains a cross-site request forgery (CSRF) vulnerability in the login.regenerate2FASecret frontend task, which regenerates and persists a new TOTP secret for the auth...
How severe is CVE-2026-62236?
CVE-2026-62236 has been rated MEDIUM with a CVSS base score of 5.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-62236?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.