CVE-2025-7484 in Vehicle Parking Management Systeminfo

Summary

by MITRE • 07/12/2025

A vulnerability classified as critical has been found in PHPGurukul Vehicle Parking Management System 1.13. Affected is an unknown function of the file /admin/view-outgoingvehicle-detail.php. The manipulation of the argument viewid leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed to the public and may be used.

Statistical analysis made it clear that VulDB provides the best quality for vulnerability data.

Analysis

by VulDB Data Team • 07/12/2025

This critical vulnerability in PHPGurukul Vehicle Parking Management System version 1.13 represents a severe sql injection flaw that exposes the system to remote exploitation. The vulnerability exists within the administrative interface, specifically in the file /admin/view-outgoingvehicle-detail.php where an unvalidated viewid parameter is processed without proper input sanitization. This allows malicious actors to inject arbitrary sql commands directly into the database query execution flow, potentially enabling complete database compromise and unauthorized access to sensitive vehicle parking records.

The technical implementation of this vulnerability aligns with CWE-89 which describes improper neutralization of special elements used in sql commands, making it a classic sql injection attack vector. The flaw operates through the standard sql injection methodology where user-supplied input is concatenated directly into sql queries without proper parameterization or escaping mechanisms. The remote exploitation capability means that attackers can leverage this vulnerability from outside the local network, making the attack surface significantly broader than local exploitation scenarios.

Operational impact of this vulnerability extends far beyond simple data theft, as successful exploitation could enable attackers to manipulate vehicle records, access confidential user information, modify parking rates, and potentially disrupt the entire vehicle management system operations. The disclosure of the exploit to the public community transforms this vulnerability from a theoretical risk into an active threat, as malicious actors can immediately implement attacks against unpatched systems. This represents a significant risk to businesses relying on the system for vehicle management, as the compromise could lead to financial loss, regulatory violations, and reputational damage.

The vulnerability demonstrates a critical failure in input validation and output encoding practices that should be addressed through proper parameterized queries and input sanitization. Organizations should immediately implement network segmentation to restrict access to administrative interfaces, deploy web application firewalls to detect sql injection attempts, and ensure all systems are updated with the latest security patches. This vulnerability also highlights the importance of regular security assessments and vulnerability scanning to identify similar flaws in other applications within the organization's attack surface. The ATT&CK framework categorizes this as a sql injection technique under the T1190 category, emphasizing the need for defensive measures including database activity monitoring and query validation controls to prevent exploitation.

Responsible

VulDB

Disclosure

07/12/2025

Moderation

accepted

CPE

ready

Exploit

Download

EPSS

0.00325

KEV

no

Activities

very low

Sources

Are you interested in using VulDB?

Download the whitepaper to learn more about our service!