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: Unknown
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2020
Courier Management System 1.0 – ‘ref_no’ SQL Injection
The 'ref_no' parameter in the Courier Management System 1.0 is vulnerable to SQL Injection. By manipulating the 'ref_no' parameter in the request to the '/ajax.php?action=save_branch' page, an attacker can execute arbitrary SQL queries and potentially retrieve sensitive information from the database.
Mitigation:
To mitigate this vulnerability, the application should use parameterized queries or prepared statements to handle user input and ensure that input is properly validated and sanitized before being used in SQL queries.