Vulnerability 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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://access.redhat.com/security/cve/CVE-2026-53683
- https://bugzilla.redhat.com/show_bug.cgi?id=2487512
FAQ
What is CVE-2026-53683?
CVE-2026-53683 is a vulnerability with a CVSS score of 4.3 (MEDIUM). 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 vali...
How severe is CVE-2026-53683?
CVE-2026-53683 has been rated MEDIUM with a CVSS base score of 4.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-53683?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.