vendor:
EgavilanMedia User Registration & Login System with Admin Panel
by:
Hardik Solanki
8.8
CVSS
HIGH
Cross-site request forgery (CSRF)
352
CWE
Product Name: EgavilanMedia User Registration & Login System with Admin Panel
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:egavilanmedia:egavilanmedia_user_registration_and_login_system_with_admin_panel:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows 10
2020
EgavilanMedia User Registration & Login System with Admin Panel 1.0 – CSRF
Cross-site request forgery (also known as CSRF) is a web security vulnerability that allows an attacker to induce users to perform actions that they do not intend to perform. An attacker can update any user's account. (Note: FULL NAME field is also vulnerable to stored XSS & attacker can steal the authenticated Session os the user)
Mitigation:
Implementing a random token in the form that is checked on the server side can prevent CSRF attacks.