vendor:
AccStatistics
by:
Milos Zivanovic
8.8
CVSS
HIGH
Cross Site Request Forgery
352
CWE
Product Name: AccStatistics
Affected Version From: v1.1
Affected Version To: v1.1
Patch Exists: NO
Related CWE: N/A
CPE: accstatistics
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009
AccStatistics v1.1 XSRF Vulnerability (Change Admin Settings) exploit
This exploit allows an attacker to change the username, email, and password of the admin account of AccStatistics v1.1 by submitting a malicious form with hidden inputs. The form action is set to the AccStatistics index page and the submit button name is set to 'preview'.
Mitigation:
Implement a server-side check to verify that the request is coming from the same origin. Additionally, use a random token in the form to prevent CSRF attacks.