vendor:
Virtue Online Test Generator
by:
HxH
8,8
CVSS
HIGH
Authentication Bypass, SQL Injection, Cross-Site Scripting
89, 79, 79
CWE
Product Name: Virtue Online Test Generator
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
2020
Virtue Online Test Generator (AB/SQL/XSS) Multiple Remote Vulnerabilities
Virtue Online Test Generator is vulnerable to authentication bypass, SQL injection and Cross-Site Scripting. After user login, an attacker can bypass authentication by accessing the admin/index.php page. An attacker can also inject SQL queries by accessing the admin/test_generator.php page with a malicious SQL query. Additionally, an attacker can inject XSS payloads by accessing the admin/test_generator.php page with a malicious XSS payload.
Mitigation:
Ensure that user input is properly sanitized and validated. Use parameterized queries to prevent SQL injection. Use a web application firewall to detect and block malicious requests.