CVE-2024-48245
Published: 07 January 2025
Description
Adversaries may leverage databases to mine valuable information.
Security Summary
Vehicle Management System 1.0 is vulnerable to SQL injection (CWE-89) through unsanitized POST parameters in administrative actions, including booking a vehicle or confirming a booking. The affected parameters—"Booking ID", "Action Name", and "Payment Confirmation ID"—appear in the files /newvehicle.php and /newdriver.php. This flaw has a CVSS v3.1 base score of 7.2 (AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H), indicating high-impact potential over the network with low complexity, though requiring high privileges.
A guest user can exploit the vulnerability by submitting malicious payloads to the vulnerable POST parameters during actions like vehicle booking or payment confirmation. Successful exploitation enables arbitrary SQL query execution, potentially allowing attackers to extract sensitive data, modify database records, or disrupt system availability, aligning with the high confidentiality, integrity, and availability impacts in the CVSS score.
Mitigation details are available in advisories at http://vehicle.com and https://github.com/ShadowByte1/CVE-2024-48245, published on 2025-01-07.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise Techniques
Why these techniques?
SQL injection in public-facing web app (/newvehicle.php, /newdriver.php) enables exploitation of public-facing application (T1190), data exfiltration from databases via arbitrary SQL queries (T1213.006), and privilege escalation through unauthorized access or manipulation.