vendor:
Curriculum Evaluation System
by:
Ihsan Sencan
9.8
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: Curriculum Evaluation System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: CVE-2018-18803
CPE: a:sourcecodester:curriculum_evaluation_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Windows, Linux, Mac
2018
Curriculum Evaluation System 1.0 – SQL Injection
The Curriculum Evaluation System 1.0 is vulnerable to SQL Injection. An attacker can inject malicious SQL queries into the 'txtSearch' parameter of the 'frmCourse.vb' file and the 'username' and 'pass' parameters of the 'user.vb' file. This can allow an attacker to bypass authentication and gain access to the application.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.