Description
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.
Published: 2026-07-05
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Smart Parking System 1.0 application contains an input validation flaw in the /parkings/parkings.php script that allows attackers to manipulate the street, city, and status parameters. This manipulation leads to an SQL injection vulnerability, enabling a remote attacker to execute arbitrary SQL statements against the database. If exploited, the attacker could read, modify, or delete data, compromising the confidentiality, integrity, and availability of the system. The weakness is characterized by CWE-74 and CWE-89.

Affected Systems

The vulnerability affects the code-projects Smart Parking System version 1.0. Only the /parkings/parkings.php endpoint is documented as vulnerable, and no other versions or product variants are listed in the CNA data.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate severity, while the EPSS score of less than 1% shows a low current exploitation probability. The vulnerability is not listed in the CISA KEV catalog, suggesting no known active exploitation campaigns. Based on the description, it is inferred that authentication may not be required to reach the vulnerable endpoint, but the attack can be executed remotely once the endpoint is reachable.

Generated by OpenCVE AI on July 23, 2026 at 15:53 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a vendor patch or upgrade to a newer release of the Smart Parking System once a fix is available.
  • Restrict access to the /parkings/parkings.php endpoint using firewall rules, IP whitelisting, or other network segmentation techniques.
  • Modify the application code to sanitize the street, city, and status parameters and replace dynamic SQL queries with prepared statements or an ORM that enforces parameterization.
  • Deploy a Web Application Firewall to detect and block SQL injection patterns.
  • Monitor web server and application logs for suspicious activity related to the /parkings/parkings.php endpoint.

Generated by OpenCVE AI on July 23, 2026 at 15:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 07 Jul 2026 04:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sun, 05 Jul 2026 10:00:00 +0000

Type Values Removed Values Added
Description 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.
Title code-projects Smart Parking System parkings.php sql injection
First Time appeared Code-projects
Code-projects smart Parking System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:code-projects:smart_parking_system:*:*:*:*:*:*:*:*
Vendors & Products Code-projects
Code-projects smart Parking System
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Code-projects Smart Parking System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-07T02:48:25.755Z

Reserved: 2026-07-04T08:56:35.237Z

Link: CVE-2026-14735

cve-icon Vulnrichment

Updated: 2026-07-07T02:48:21.151Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-23T16:00:14Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')