vendor:
Savsoft Quiz
by:
Ogulcan Unveren
8
CVSS
HIGH
Persistent Cross-Site Scripting
79
CWE
Product Name: Savsoft Quiz
Affected Version From: 5
Affected Version To: 5
Patch Exists: No
Related CWE:
CPE: savsoftquiz_v5.git
Platforms Tested: Kali Linux
2020
Savsoft Quiz 5 – Persistent Cross-Site Scripting
The Savsoft Quiz 5 application is vulnerable to persistent cross-site scripting (XSS) attacks. The vulnerability exists in the insert_user_2 function, where user input is not properly sanitized before being stored in the database. An attacker can exploit this vulnerability by injecting malicious scripts into the 'custom' parameter during user registration. When the injected script is executed, it can steal sensitive information, perform actions on behalf of the user, or deface the website.
Mitigation:
To mitigate this vulnerability, the application should implement proper input validation and sanitization techniques. All user input should be properly validated and sanitized before being stored or displayed. Additionally, web application firewalls (WAFs) can be employed to detect and block malicious script injections.