Description
A weakness has been identified in code-projects Real State Services 1.0. This impacts an unknown function of the file /single-list_rent.php. Executing a manipulation of the argument ID can lead to sql injection. It is possible to launch the attack remotely. The exploit has been made available to the public and could be used for attacks.
Published: 2026-07-05
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The reported weakness exists in the single‑list_rent.php script of code‑projects Real State Services 1.0. Manipulating the URL query parameter ID causes the backend to embed the value directly into an SQL query, allowing an attacker to inject arbitrary SQL code. The flaw is classified as CWE‑89. Successful exploitation permits the attacker to read, modify, or delete data stored in the application’s database, thereby compromising confidentiality, integrity, and potentially availability of the system.

Affected Systems

Any installation of code‑projects Real State Services 1.0 that exposes the single‑list_rent.php endpoint is vulnerable. The weakness is tied to an unspecified function within that file, so any server running that module with a publicly reachable endpoint is at risk.

Risk and Exploitability

The CVSS score of 6.9 indicates medium severity, and the EPSS score shown as <1% suggests a low current likelihood of exploitation. Publicly available exploit code is noted, and the description states the attack can be launched remotely. No authentication requirement is explicitly documented, so the vulnerability is reachable from the Internet. The issue is not listed in the CISA KEV catalog.

Generated by OpenCVE AI on July 26, 2026 at 21:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Sanitize the ID parameter, ensuring it contains only allowed characters or numeric values.
  • Replace dynamic SQL construction with prepared statements or parameterized queries that bind the ID value.
  • Restrict direct access to single‑list_rent.php or enforce authentication and authorization so that only authorized users can trigger the vulnerable logic.
  • If a vendor patch is not immediately available, block or filter malicious patterns to mitigate potential exploitation.

Generated by OpenCVE AI on July 26, 2026 at 21:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sun, 05 Jul 2026 12:00:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in code-projects Real State Services 1.0. This impacts an unknown function of the file /single-list_rent.php. Executing a manipulation of the argument ID can lead to sql injection. It is possible to launch the attack remotely. The exploit has been made available to the public and could be used for attacks.
Title code-projects Real State Services single-list_rent.php sql injection
First Time appeared Code-projects
Code-projects real State Services
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:code-projects:real_state_services:*:*:*:*:*:*:*:*
Vendors & Products Code-projects
Code-projects real State Services
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': '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'}


Subscriptions

Code-projects Real State Services
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-06T16:50:13.685Z

Reserved: 2026-07-04T12:56:46.918Z

Link: CVE-2026-14745

cve-icon Vulnrichment

Updated: 2026-07-06T16:45:54.104Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T21:30:04Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')