vendor:
School Management System EDUMOD Pro
by:
Kaan KAMIS
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: School Management System EDUMOD Pro
Affected Version From: v1.3
Affected Version To: v1.3
Patch Exists: NO
Related CWE: N/A
CPE: a:codecanyon:school_management_system_edumod_pro:1.3
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Web Application
2017
School Management System | EDUMOD Pro v1.3 – SQL Injection
EDUMOD Pro is an advanced school management software based on web. It is developed with core PHP and mysql. An attacker can exploit the vulnerability by sending malicious payloads to the vulnerable URL http://localhost/students/search.php via POST method. The payloads can be used to extract sensitive information from the database.
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.