vendor:
Pixelimity
by:
Noth
8.8
CVSS
HIGH
Cross-Site Request Forgery
352
CWE
Product Name: Pixelimity
Affected Version From: v1.0
Affected Version To: v1.0
Patch Exists: YES
Related CWE: 2020-23522
CPE: a:pixelimity:pixelimity
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: None
2020
Pixelimity 1.0 – ‘password’ Cross-Site Request Forgery
Pixelimity 1.0 has cross-site request forgery via the admin/setting.php data [Password] parameter. The attacker can craft a malicious HTML page with a form that submits a request to the vulnerable application. The form contains hidden fields that are set to the values the attacker wants to submit to the application.
Mitigation:
The application should verify that the request is coming from an authorized user. The application should also validate the data submitted by the user.