SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-53654

MEDIUM · CVSS 5.3 EPSS 0.49% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-19 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The Grav web platform's Login plugin prior to version 3.8.5 is vulnerable due to the lack of nonce validation on the twofa_cancel task, allowing unauthenticated users to manipulate the _redirect field. This can lead to phishing attacks by redirecting users to external sites from a trusted Grav host. Organizations using affected versions of Grav should prioritize updating to 3.8.5 to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-53654
Severity
MEDIUM
CVSS
5.3
EPSS
0.49%

Original NVD Description

Grav is a file-based Web platform. Prior to 3.8.5, the Login plugin twofa_cancel task accepts a client-controlled _redirect field without a nonce and allows an unauthenticated request to set an external http, https, or protocol-relative Location target. Controller::execute() applies the field when taskTwofa_cancel() sets no redirect, and Grav::getRedirectResponse() accepts the target through Uri::isExternal(), enabling phishing redirects from a trusted Grav host. This issue is fixed in version 3.8.5.