vendor:
Online Learning Management System
by:
Aakash Madaan (Godsky)
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Online Learning Management System
Affected Version From: Version 1
Affected Version To: Version 1
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Parrot OS
2020
Online Learning Management System 1.0 – ‘id’ SQL Injection
A SQL Injection vulnerability exists in Online Learning Management System 1.0, which allows an attacker to inject malicious SQL queries via the 'id' parameter. By sending a specially crafted request to the 'edit_department.php' page, an attacker can use the sqlmap tool to inject malicious SQL queries and gain access to the database, leading to information disclosure.
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. Additionally, parameterized queries should be used to prevent SQL injection attacks.