vendor:
elearning-script
by:
KeopssGroup0day,Inc
9.0
CVSS
HIGH
SQL Injection
89
CWE
Product Name: elearning-script
Affected Version From: 0.1.0
Affected Version To: 0.1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:amitkolloldey:elearning-script:0.1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Kali Linux
2020
e-learning Php Script 0.1.0 – ‘search’ SQL Injection
e-learning Php Script 0.1.0 is vulnerable to SQL Injection. An attacker can inject malicious SQL queries via the 'search' parameter in the 'search.php' script. This can be exploited 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.