vendor:
Answer and Question Script
by:
Cyb3r-1sT
8,8
CVSS
HIGH
SQL Injection and XSS
89, 79
CWE
Product Name: Answer and Question Script
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
Answer and Question Script
Bypassing SQL injection can be done by entering ' or 1=1-- in the username and password fields. XSS can be done by entering '><script>alert(1)</script> in the questionid parameter.
Mitigation:
Input validation, parameterized queries, and proper encoding should be used to prevent SQL injection and XSS.