vendor:
Electricks eCommerce
by:
Nawaf Alkeraithe
8.8
CVSS
HIGH
Cross-Site Request Forgery
352
CWE
Product Name: Electricks eCommerce
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: electricks
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: N/A
2018
Electricks eCommerce 1.0 – Cross-Site Request Forgery (Change Admin Password)
Electricks eCommerce 1.0 is vulnerable to Cross-Site Request Forgery (CSRF) which allows an attacker to change the admin password. An attacker can craft a malicious HTML page containing a form with the necessary parameters to change the admin password. When the admin visits the malicious page, the form will be automatically submitted and the admin password will be changed.
Mitigation:
Implementing CSRF protection tokens, validating the HTTP Referer header, and using SameSite cookies can help mitigate CSRF attacks.