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:X/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
Network-reachable with no authentication or interaction required; impact capped at Low across all dimensions consistent with partial SQL data access rather than full system compromise.
Primary rating from Vendor (VulDB).
CVSS VectorVendor: VulDB
Lifecycle Timeline
1DescriptionCVE.org
A vulnerability was detected in code-projects Real State Services 1.0. Affected by this vulnerability is an unknown functionality of the file /addprojectsale.php. The manipulation of the argument amen results in sql injection. The attack can be launched remotely.
AnalysisAI
SQL injection in code-projects Real State Services 1.0 exposes the application's database to remote unauthenticated manipulation via the amen parameter in /addprojectsale.php. Any attacker with network access to the PHP web application can craft a malicious HTTP request to read, modify, or partially disrupt the underlying database without authentication. No active exploitation is confirmed in CISA KEV, but a GitHub issue filed under the researcher's CVE repository suggests reproduction steps or proof-of-concept detail is publicly accessible.
Technical ContextAI
Real State Services is a PHP-based real estate management script distributed by code-projects.org, a small commercial PHP project marketplace. The affected file /addprojectsale.php handles property sale record creation and passes the amen parameter (likely representing an amenity field) directly into a SQL query without sanitization or parameterization - a textbook CWE-89 (Improper Neutralization of Special Elements used in an SQL Command) defect. The CPE string cpe:2.3:a:code-projects:real_state_services:*:*:*:*:*:*:*:* covers all versions, though version 1.0 is the confirmed affected release. The root cause is absence of prepared statements or input escaping in the PHP data access layer.
RemediationAI
No vendor-released patch has been identified at the time of analysis. The primary fix requires modifying /addprojectsale.php to use PHP PDO or MySQLi prepared statements for the amen parameter, replacing any direct string interpolation into SQL queries. As an immediate compensating control, operators should restrict public network access to /addprojectsale.php via web server access controls (e.g., Apache Require ip or nginx allow/deny directives) if the endpoint does not need to be publicly exposed - this eliminates the network attack surface at the cost of restricting legitimate remote use. Deploying a WAF rule blocking common SQL injection patterns (single quotes, UNION SELECT, comment sequences) on this endpoint provides an additional layer but is bypassable by sufficiently obfuscated payloads. Operators should also review database user privileges and ensure the application's DB account has minimal permissions (SELECT/INSERT only, no DROP/FILE). The vendor project page at https://code-projects.org/ should be monitored for any patch release.
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-41752
GHSA-rr2j-63gw-g4xf