vendor:
PHP-SHOP
by:
Alireza Norkazemi
5.5
CVSS
MEDIUM
Cross-Site Request Forgery
352
CWE
Product Name: PHP-SHOP
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE:
CPE: a:joeyrush:php-shop:1.0
Platforms Tested: Windows 10
2018
PHP-SHOP master 1.0 – Cross-Site Request Forgery (Add admin)
The PHP-SHOP master 1.0 is vulnerable to Cross-Site Request Forgery (CSRF) attack. An attacker can forge a request to the 'users.php' page and add a new admin user with arbitrary credentials.
Mitigation:
To mitigate this vulnerability, implement proper CSRF protection mechanisms such as using CSRF tokens and validating the origin of requests.