Non Persistent XSS vulnerability
Closed this issue · 0 comments
abhishekdelta commented
Vulnerability:
Line 102 of login.lib.php
displayinfo("Authentication failure for password reset for $user_email");
Note that http://127.0.0.1/pragyancms is my installation directory where I installed the PragyanCMS
Patch:
Path: replace Line 102 with
displayinfo("Authentication failure for password reset for ".safe_html($user_email));