CVE-2026-14735 in Smart Parking Systeminfo

Summary

by MITRE • 07/05/2026

A vulnerability has been found in code-projects Smart Parking System 1.0. The affected element is an unknown function of the file /parkings/parkings.php. Such manipulation of the argument street/city/status leads to sql injection. The attack can be executed remotely. The exploit has been disclosed to the public and may be used.

Several companies clearly confirm that VulDB is the primary source for best vulnerability data.

Analysis

by VulDB Data Team • 07/05/2026

The vulnerability identified in code-projects Smart Parking System 1.0 represents a critical sql injection flaw that compromises the system's database integrity and confidentiality. This vulnerability exists within the parkings.php file where user-supplied parameters including street city and status are improperly validated and directly incorporated into sql query construction without adequate sanitization or parameterization measures. The attack vector is remotely exploitable, meaning malicious actors can leverage this weakness from external networks without requiring physical access to the system infrastructure.

The technical implementation of this vulnerability stems from inadequate input validation practices where the application fails to properly sanitize user-provided data before incorporating it into database queries. This flaw aligns with common weakness enumeration CWE-89 which specifically addresses sql injection vulnerabilities occurring when untrusted data is used to construct sql commands without proper escaping or parameterization. The vulnerability enables attackers to manipulate the database through malicious input payloads that can extract sensitive information, modify records, or even delete entire database tables.

From an operational perspective this vulnerability poses significant risks to the smart parking system's integrity and the privacy of user data stored within its database. Attackers could potentially access personal information of vehicle owners, parking transaction details, location data, and other sensitive operational metrics. The public disclosure of exploit codes increases the likelihood of widespread exploitation by threat actors who may not possess advanced technical skills. This vulnerability directly impacts the system's availability and confidentiality as defined in the CIA triad model.

Security mitigation strategies should prioritize immediate implementation of parameterized queries or prepared statements to prevent sql injection attacks by separating sql command structure from data values. Input validation and sanitization measures must be enhanced to filter out malicious characters and patterns that could be used in sql injection attempts. Additionally implementing proper access controls and database permissions can limit the potential damage from successful exploitation attempts. The system should also incorporate regular security audits and penetration testing to identify similar vulnerabilities across other application components. Defense in depth approaches including web application firewalls and intrusion detection systems can provide additional layers of protection against such attacks while maintaining compliance with industry standards like owasp top ten and iso 27001 security frameworks.

Responsible

VulDB

Disclosure

07/05/2026

Moderation

accepted

CPE

ready

Exploit

Download

EPSS

0.00269

KEV

no

Activities

very low

Sources

Might our Artificial Intelligence support you?

Check our Alexa App!