CVE-2026-66400

Severity CVSS v4.0:
MEDIUM
Type:
Unavailable / Other
Publication date:
29/07/2026
Last modified:
30/07/2026

Description

Grav Login Plugin versions before 3.8.13 contain an insufficient session expiration vulnerability in TokenStorage.php where the findTriplet() method fails to properly validate Remember Me token timestamps. Attackers with a captured Remember Me cookie can authenticate indefinitely instead of the configured timeout period, as the expiry check compares an array to a scalar value which always evaluates incorrectly in PHP.