vendor:
Adive Framework
by:
Sarthak Saini
8.8
CVSS
HIGH
Cross-Site Request Forgery
79
CWE
Product Name: Adive Framework
Affected Version From: 2.0.8
Affected Version To: 2.0.8
Patch Exists: YES
Related CWE: CVE-2020-7991
CPE: a:adive_framework:adive_framework:2.0.8
Platforms Tested: Windows
2020
Adive Framework 2.0.8 – Cross-Site Request Forgery (Change Admin Password)
The parameter 'userUsername=' is vulnerable to Stored Cross-site scripting. Attacker can craft a malicious javascript and attach it to the stored XSS, when admin visits the /admin/user page the payload will trigger.
Mitigation:
Implement proper input validation and output encoding to prevent XSS attacks. Implement CSRF tokens to prevent CSRF attacks.