SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-53683

MEDIUM · CVSS 4.3 EPSS 0.16%

Source: NVD + CISA KEV + EPSS · Published 2026-09-02 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The vulnerability exists in the password reset functionality, where the application improperly handles the 'url' parameter, allowing an attacker to redirect users to arbitrary external sites post-password reset. This could lead to phishing attacks or other malicious activities targeting users. Organizations utilizing this feature should prioritize remediation to protect their users from potential exploitation.

CVE
CVE-2026-53683
Severity
MEDIUM
CVSS
4.3
EPSS
0.16%

Original NVD Description

reset_password.html parses query string parameters and uses the 'url' parameter as a redirection target (window.location = url) after password reset, optionally delayed by a 'delay' parameter. No validation or allowlisting is performed on url, enabling an attacker to redirect users to an arbitrary external site after completion of the password-reset workflow.