Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2024-48245 — SQL Injection Vulnerability in Vehicle Management System 1.0 - 1.3 | Kitploit
Tools/GitHubGitHub/shadowbyte1/cve-2024-48245
Privilege EscalationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingDatabase Security
GitHubshadowbyte1/cve-2024-48245

CVE-2024-48245

SQL Injection Vulnerability in Vehicle Management System 1.0 - 1.3

View Repository
11 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2024-48245

SQL Injection Vulnerability in Vehicle Management System 1.0 - 1.3

Description

Vehicle Management System 1.0 is vulnerable to SQL Injection. Low-authenticated guest users or administrative accounts can exploit vulnerable POST parameters in several endpoints to execute arbitrary SQL commands. This can lead to unauthorized database access, data retrieval, or privilege escalation.

Affected Parameters:

Booking ID

Action Name

Payment Confirmation ID

Affected Endpoints:

/vehicle-management/newvehicle.php

/vehicle-management/newdriver.php

Vulnerability Details

Type: SQL Injection

Vendor: Vehicle Management System

Affected Version: 1.0

Attack Vectors

Guest User: Exploits can be performed via the Booking Action Name parameter during vehicle booking.

Admin User: Additional affected components accessible through the admin interface.

Impact:

Exploiting this vulnerability allows attackers to:

Bypass authentication or access sensitive information.

Manipulate or delete database records.

Escalate privileges and execute unauthorized administrative actions.

Mitigation:

Validate and sanitize all user input, especially POST parameters.

Use parameterized queries or prepared statements to prevent SQL Injection.

Restrict access to sensitive endpoints and enforce strong authentication measu

Download Tool