Severity by source
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/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
8DescriptionCVE.org
A vulnerability was determined in code-projects Vehicle Showroom Management System 1.0. This issue affects some unknown processing of the file /util/StaffAddingFunction.php. This manipulation of the argument STAFF_ID causes sql injection. The attack can be initiated remotely. The exploit has been publicly disclosed and may be utilized.
AnalysisAI
SQL injection in code-projects Vehicle Showroom Management System 1.0 allows unauthenticated remote attackers to read, modify, or delete database contents via the STAFF_ID parameter in /util/StaffAddingFunction.php. CVSS score of 7.3 (High) reflects network-accessible attack requiring no privileges or user interaction. Publicly available exploit code exists (GitHub POC), significantly lowering exploitation barrier, though no active exploitation confirmed via CISA KEV at time of analysis.
Technical ContextAI
This is a classic SQL injection vulnerability (CWE-89) affecting a PHP-based web application. The affected product, Vehicle Showroom Management System 1.0 by code-projects (CPE 2.3:a:code-projects:vehicle_showroom_management_system:*), fails to properly sanitize the STAFF_ID parameter in the StaffAddingFunction.php endpoint. SQL injection occurs when user-controllable input is concatenated directly into SQL queries without parameterization or escaping, allowing attackers to break out of the intended query structure and inject arbitrary SQL commands. The /util/ directory path suggests this is an administrative or utility function, potentially handling staff management operations. The vulnerability enables manipulation of backend database queries, which in this case provides unauthorized access to confidential data (C:L), ability to modify integrity (I:L), and potentially disrupt availability (A:L) according to the CVSS impact metrics.
RemediationAI
No vendor-released patch identified at time of analysis for code-projects Vehicle Showroom Management System 1.0. The vendor (code-projects.org) has not published a security advisory or patched version according to available references. Immediate mitigation steps: (1) Implement input validation and parameterized queries (prepared statements) for the STAFF_ID parameter in /util/StaffAddingFunction.php using PHP PDO or mysqli prepared statement APIs. (2) Apply web application firewall (WAF) rules to detect and block SQL injection attempts targeting this endpoint, focusing on patterns matching single quotes, SQL keywords (UNION, SELECT, OR, AND), and comment sequences. (3) Restrict network access to /util/ directory to trusted IP ranges or authenticated administrative sessions only via web server configuration (Apache .htaccess or nginx location blocks). (4) Enable database query logging to detect exploitation attempts. (5) Review all other PHP files in the application for similar unsanitized parameter usage, as code quality issues in open-source projects often cluster. (6) Consider migrating to a commercially supported vehicle management platform if vendor responsiveness remains absent. Consult VulDB advisory at https://vuldb.com/vuln/357032 and GitHub POC at https://github.com/zheng-lv/CVE-/issues/3 for technical exploitation details to inform defensive measures.
In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-21778
GHSA-6j66-5hmg-2xj7