VYPR
High severity7.2NVD Advisory· Published Apr 16, 2026· Updated Apr 18, 2026

CVE-2026-37343

CVE-2026-37343

Description

SourceCodester Vehicle Parking Area Management System v1.0 is vulnerable to SQL Injection in the file /parking/manage_user.php.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

SourceCodester Vehicle Parking Area Management System v1.0 is vulnerable to SQL injection in /parking/manage_user.php via the id parameter, allowing unauthenticated database extraction.

Root

Cause

The vulnerability exists in the /parking/manage_user.php endpoint of the SourceCodester Vehicle Parking Area Management System v1.0. The id parameter is directly concatenated into SQL queries without proper sanitization or parameterization, leading to SQL injection [1].

Exploitation

An attacker can exploit this by sending a crafted GET request to /parking/manage_user.php with a malicious id parameter. For example, the payload id=0%20union%20select%201,2,3,database(),5--+ allows retrieval of the database name (parking_db). The attack does not require prior authentication; the provided reference uses an admin session but demonstrates the injection works regardless of privileges [1].

Impact

Successful exploitation enables an attacker to read arbitrary data from the database, including potentially sensitive user information, credentials, or other application data. This could lead to privilege escalation or further compromise of the system.

Mitigation

No official patch has been released as of the publication date. The vendor, SourceCodester, has not addressed the vulnerability in the current v1.0 release [1]. Users should sanitize the id parameter using prepared statements or parameterized queries and apply input validation.

AI Insight generated on May 18, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

1

News mentions

0

No linked articles in our index yet.