vendor:
ProQuiz
by:
Osirys
7.5
CVSS
HIGH
Sql Injection (Admin Login Bypass)
89
CWE
Product Name: ProQuiz
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE: N/A
CPE: a:proquiz:proquiz:1.0
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
2008
ProQuiz 1.0 Sql Injection (Auth bypass)
The affected file is /admin/index.php. Just go in /[path]/admin/index.php. Login with the following details: Username : ' or 1=1# Password : anything
Mitigation:
Ensure that user input is properly sanitized and validated before being used in SQL queries.