CVE-2026-14746: SQL Injection in Real State Services 1.0 – Remediation & Detection
A SQL injection vulnerability exists in code-projects Real State Services version 1.0 that allows unauthenticated remote attackers to manipulate the 'amen' parameter in the /addprojectrent.php file to execute arbitrary SQL queries. The vulnerability has been publicly disclosed and exploitation code is available, increasing the risk of active exploitation. Any organization running this real estate management application should treat this as a high-priority security issue requiring immediate patching or mitigation.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 7.3 HIGH · CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
- Weaknesses (CWE)
- CWE-74, CWE-89
- Affected products
- 0 configuration(s)
- Published / Modified
- 2026-07-05 / 2026-07-06
NVD description (verbatim)
A security vulnerability has been detected in code-projects Real State Services 1.0. Affected is an unknown function of the file /addprojectrent.php. The manipulation of the argument amen leads to sql injection. The attack can be initiated remotely. The exploit has been disclosed publicly and may be used.
6 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-14746 is a SQL injection flaw (CWE-89) resulting from improper neutralization of special elements used in an SQL command (CWE-74). The vulnerability resides in an undocumented function accessible via the /addprojectrent.php endpoint. The 'amen' parameter fails to properly sanitize or parameterize user input before incorporating it into SQL queries, enabling attackers to inject malicious SQL commands. The vulnerability is network-accessible, requires no authentication, and can be triggered without user interaction, making it trivially exploitable by remote adversaries.
Business impact
Organizations deploying Real State Services 1.0 face exposure of sensitive real estate and tenant data due to unauthorized database access, potential modification or deletion of property and rental information, and possible system compromise if the database account has elevated privileges. Rental management operations could be disrupted, compliance violations may occur if personal data is exfiltrated, and reputational damage is likely if the breach becomes public. The public disclosure of this vulnerability increases the window of exposure for unpatched systems.
Affected systems
code-projects Real State Services version 1.0 is explicitly affected. Organizations should audit their infrastructure to identify any instances of this application, including development, staging, and production environments. Given the application's purpose in managing real estate operations, affected organizations likely include property management companies, real estate brokerages, and enterprise asset management teams.
Exploitability
Exploitation is straightforward: the vulnerability requires only network access to the /addprojectrent.php endpoint and no authentication credentials. The 'amen' parameter can be manipulated through standard HTTP requests to inject SQL payloads. Public disclosure and available exploit code dramatically lower the barrier to exploitation. Automated scanning tools can quickly identify vulnerable instances, and threat actors have clear incentives to target real estate databases for financial data theft or operational disruption.
Remediation
Immediate action is required. Primary remediation is to upgrade to a patched version released by code-projects (verify specific version numbers against the vendor advisory). If patching is not immediately possible, implement temporary controls: disable or restrict network access to the /addprojectrent.php endpoint, apply Web Application Firewall (WAF) rules to block SQL injection patterns in the 'amen' parameter, enforce input validation and parameterized queries if code review is feasible, and isolate the database account used by the application to read-only or minimal-privilege access where operationally possible.
Patch guidance
Contact code-projects directly or monitor their security advisory channels for the available patch. Verify the patch version against the official vendor release notes before deployment. Test patches in a non-production environment first to ensure compatibility with your real estate workflows and integrations. Given the high CVSS score and public disclosure, prioritize patching within 24–48 hours of patch availability. Document the patching timeline and any temporary mitigations applied during the interim period.
Detection guidance
Monitor access logs for HTTP requests to /addprojectrent.php with unusual parameter values, especially those containing SQL syntax characters (single quotes, semicolons, SQL keywords like UNION, SELECT, DROP). Deploy WAF logging to capture and alert on SQL injection attack patterns. Database query logs may reveal suspicious queries if exploitation has already occurred; review for unexpected UNION queries, data extraction attempts, or administrative operations from the application's database account. Intrusion detection systems should flag requests with SQL injection signatures targeting this endpoint.
Why prioritize this
This vulnerability merits immediate prioritization due to the combination of high CVSS score (7.3), public disclosure, available exploit code, network-accessible attack surface, absence of authentication requirements, and the sensitive nature of real estate and tenant data. The likelihood of active exploitation is elevated given the public disclosure, and the potential business impact—data breach, operational disruption, compliance violations—is substantial for any organization dependent on this application.
Risk score, explained
The CVSS 3.1 score of 7.3 (HIGH) reflects a network-accessible, unauthenticated SQL injection with low attack complexity. The attack vector (AV:N) and lack of privilege requirement (PR:N) allow remote exploitation by any Internet-connected attacker. The consequence ratings (C:L, I:L, A:L) account for potential unauthorized data access, data modification, and service disruption. The public disclosure and availability of working exploit code elevate the real-world risk beyond the base CVSS score, justifying aggressive remediation timelines.
Frequently asked questions
Does code-projects Real State Services 1.0 require Internet-facing deployment to be at risk?
No. While the vulnerability is network-accessible, it poses a risk in any network environment where an attacker can reach the /addprojectrent.php endpoint—whether via the Internet, internal corporate network compromise, or lateral movement after initial breach. Restrict network access to this application regardless of deployment scope.
Can I disable just the /addprojectrent.php endpoint if patching is delayed?
Yes, if the endpoint is not critical to daily operations. Disabling or blocking HTTP access to /addprojectrent.php via WAF, network firewall, or application configuration provides interim protection. However, this should be a temporary measure only; verify what functionality depends on this endpoint before disabling it.
What should I do if I suspect this endpoint has already been exploited?
Immediately isolate the affected system from the network and engage incident response and forensics specialists. Preserve database transaction logs and access logs for investigation. Assume compromise of any data accessible via the database account used by Real State Services and conduct breach notification procedures if required by law or policy.
Is there a workaround that hardens the parameter without patching?
Parameterized queries and strict input validation on the 'amen' parameter would prevent injection in theory, but this requires source code modification and carries implementation risk. WAF rules to block SQL syntax in the parameter are more reliable interim measures. Prioritize patching as the definitive solution.
This analysis is based on available public information as of the publication date and is provided for informational purposes to support security decision-making. Verify all specific version numbers, patch availability, and technical details against the official code-projects vendor advisory before implementing any remediation. SEC.co does not provide legal or compliance advice; consult your legal and compliance teams regarding breach notification and regulatory obligations. This vulnerability intelligence does not constitute an endorsement of any specific security product or service. Implement defense-in-depth controls appropriate to your risk profile and regulatory environment. Source: NVD (public-domain), retrieved 2026-08-14. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2026-10110HIGHSQL Injection in code-projects Student Details Management System 1.0
- CVE-2026-10111HIGHSQL Injection in sambitraj STUDENT-MANAGEMENT-SYSTEM 1.0 Login
- CVE-2026-10178HIGHSQL Injection in code-projects Online Music Site 1.0 Admin Panel
- CVE-2026-10184HIGHSQL Injection in SourceCodester Hospitals Patient Records System 1.0
- CVE-2026-10185HIGHSQL Injection in SourceCodester Hospitals Patient Records Management System 1.0
- CVE-2026-10186HIGHSQL Injection in Online Hospital Management System 1.0 – Remote Code Execution Risk
- CVE-2026-10208HIGHSQL Injection in Online Hospital Management System Login
- CVE-2026-10225HIGHSQL Injection in PHP Student Management System Login