vendor:
Courier Management System
by:
Zhaiyi (Zeo)
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Courier Management System
Affected Version From: Version 1
Affected Version To: Version 1
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:courier_management_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: N/A
2020
Courier Management System 1.0 – ‘MULTIPART street ‘ SQL Injection
An attacker can exploit a SQL injection vulnerability in the Courier Management System 1.0 application by sending a malicious payload in the 'MULTIPART street' parameter of the 'ajax.php?action=save_branch' page. This will allow the attacker to inject malicious SQL code and gain access to the application's databases.
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.