vendor:
RuubikCMS
by:
Khashayar Fereidani
5.5
CVSS
MEDIUM
CSRF (Change Admin Password) and XSS
CWE
Product Name: RuubikCMS
Affected Version From: 1.0.3
Affected Version To: 1.0.3
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
RuubikCMS Version 1.0.3
CSRF exploit allows an attacker to change the admin password without authorization. XSS vulnerability allows an attacker to execute arbitrary script code on the affected website.
Mitigation:
To mitigate CSRF, implement measures such as using CSRF tokens and checking the referrer header. To mitigate XSS, ensure input validation and output encoding are implemented.