Description
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.
Published: 2026-07-05
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an SQL injection in the addprojectrent.php file of code‑projects Real State Services 1.0. By supplying a crafted value for the amen query parameter, an attacker can inject arbitrary SQL statements because the input is concatenated directly into a query string without sanitization. Successful exploitation would allow the attacker to read, modify or delete database records that belong to the application.

Affected Systems

The flaw appears in version 1.0 of code‑projects Real State Services. The CVE indicates that the vulnerability resides in an unspecified function of addprojectrent.php handling the amen parameter. All installations of this product running that version are potentially vulnerable until a fix addresses the unchecked input.

Risk and Exploitability

The CVSS score of 6.9 reflects moderate severity. The EPSS score is less than 1 %, indicating a low probability of exploitation observed in the wild. The vulnerability is not listed in CISA’s KEV catalog. Attackers can trigger the flaw remotely over the web by sending a crafted value in the amen field. If successful, the attacker can manipulate the application’s database content, potentially compromising confidentiality and integrity of stored data.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a patch or upgrade to a version in which the amen parameter is sanitized or the code uses parameterized queries.
  • Validate the amen input to ensure it conforms to the expected format and length before use in any SQL statement.
  • Configure the database account used by the application with the least privileges required for normal operation.

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 14: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 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.
Title code-projects Real State Services addprojectrent.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-06T13:26:48.896Z

Reserved: 2026-07-04T12:57:07.957Z

Link: CVE-2026-14746

cve-icon Vulnrichment

Updated: 2026-07-06T13:26:43.362Z

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')