Cyber Posture

CVE-2024-48245

High

Published: 07 January 2025

Published
07 January 2025
Modified
14 May 2025
KEV Added
Patch
CVSS Score 7.2 CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0338 87.4th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

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)
CWE-89

Affected Products

janobe
vehicle management system
1.0

MITRE ATT&CK Enterprise Techniques

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
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.

References