Client Details System
CVE-2025-12243
LOW
Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:L/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
1DescriptionCVE.org
A vulnerability was found in code-projects Client Details System 1.0. Affected by this issue is some unknown functionality of the file clientdetails/welcome.php of the component GET Parameter Handler. Performing manipulation of the argument ID results in sql injection. The attack may be initiated remotely. The exploit has been made public and could be used.
AnalysisAI
SQL injection in code-projects Client Details System 1.0 allows authenticated remote attackers to manipulate the ID parameter in clientdetails/welcome.php, enabling database queries with limited scope impact. CVSS 2.1 reflects low severity due to authentication requirement (PR:L) and limited confidentiality/integrity exposure (VC:L/VI:L), though publicly available exploit code exists and EPSS scoring (0.03%, 8th percentile) indicates minimal real-world exploitation likelihood despite public POC availability.
Technical ContextAI
The vulnerability exists in the GET Parameter Handler component of clientdetails/welcome.php, where user-supplied ID parameter input is not properly sanitized before being incorporated into SQL queries (CWE-74: Improper Neutralization of Special Elements in Output). The affected product is a PHP-based client management system version 1.0. The vulnerability allows an authenticated user to inject arbitrary SQL syntax through the ID parameter, though the CVSS vector indicates the technical impact is limited to confidentiality and integrity exposure (VC:L, VI:L) with no availability impact (VA:L). This suggests parameterized query failures or output encoding issues rather than full database compromise.
RemediationAI
No vendor-released patch identified at time of analysis. Primary remediation requires input validation on the ID parameter in clientdetails/welcome.php: implement parameterized prepared statements for all SQL queries, sanitize the ID parameter to accept only expected formats (numeric or alphanumeric as applicable), and apply output encoding where results are displayed. Immediate compensating control: restrict access to clientdetails/welcome.php to trusted internal users only via firewall or Web Application Firewall rules, or disable the component if not actively used. Verify that error messages do not leak database structure through verbose SQL error output - implement generic error pages and log detailed errors server-side only. If upgrading to a patched version becomes available from code-projects.org, apply immediately and test thoroughly for functional regression given the low production maturity of version 1.0.
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
Share
External POC / Exploit Code
Leaving vuln.today