CVE-2026-14746
7.3code-projects · Real State Services
A SQL injection vulnerability in code-projects Real State Services 1.0 allows remote unauthenticated attackers to execute arbitrary database commands via the 'amen' parameter in /addprojectrent.php.
Executive summary
An unauthenticated SQL injection vulnerability in code-projects Real State Services 1.0 permits remote command execution against the database, with public exploit code currently available.
Vulnerability
This is a SQL injection vulnerability affecting the /addprojectrent.php file, specifically within the 'amen' parameter. An unauthenticated attacker can manipulate this parameter to execute unauthorized SQL commands, allowing for the extraction or destruction of database contents.
Business impact
The CVSS score of 7.3 underscores the severity of this flaw, which is further elevated by the existence of public exploit code. The potential for data breaches, loss of data integrity, and unauthorized access to the underlying database structure poses a critical risk to business operations and data confidentiality.
Remediation
Immediate Action: Immediately restrict access to the /addprojectrent.php endpoint and implement strict input validation for the 'amen' parameter to prevent malicious query injection.
Proactive Monitoring: Increase logging levels for database interactions and monitor for unusual query strings that suggest SQL injection attempts, especially those targeting the 'amen' parameter.
Compensating Controls: Implement a Web Application Firewall (WAF) to filter and block requests containing malicious SQL injection payloads targeting the identified vulnerable script.
Exploitation status
Public Exploit Available: true
Analyst recommendation
The availability of public exploit code, combined with the lack of required authentication, makes this a high-urgency issue. It is recommended to implement the suggested compensating controls immediately until a vendor-supplied patch is available.