Description
A security vulnerability has been detected in code-projects Real State Services 1.0. This issue affects some unknown processing of the file /pay.php. Such manipulation of the argument Bankname leads to sql injection. The attack may be performed from remote. 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 exists in the /pay.php page of code‑projects Real State Services 1.0, where user‑supplied data supplied in the Bankname parameter is incorporated directly into a SQL statement without proper sanitization or parameterization. This permits an attacker to inject arbitrary SQL code that will be executed by the database engine, enabling unauthorized read, modification, or deletion of data stored in the backend database and thereby compromising confidentiality, integrity and potentially availability of the system’s data.

Affected Systems

code‑projects Real State Services version 1.0 is the only product identified as affected. The specific vulnerable component is the /pay.php endpoint, which accepts a Bankname argument that can be exploited as described.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity, while an EPSS score of <1% suggests that the vulnerability is currently unlikely to be widely exploited. The vulnerability is not listed in CISA KEV. The attack vector is remote – an unauthenticated HTTP request to /pay.php that manipulates the Bankname parameter can trigger the exploit. Because the flaw is publicly disclosed and the target site is exposed to the internet, it poses a real threat to any deployed instance that has not applied a fix.

Generated by OpenCVE AI on July 24, 2026 at 09:38 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any vendor‑supplied patch or upgrade Real State Services to a version that addresses the SQL injection in /pay.php.
  • If a patch is unavailable, refactor the application code to validate and sanitize the Bankname input, and replace string‑concatenated SQL statements with parameterized queries or stored procedures.
  • Restrict access to /pay.php by requiring authentication or limiting request origins, and deploy a web application firewall or reverse proxy to block suspicious SQL injection patterns.

Generated by OpenCVE AI on July 24, 2026 at 09:38 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 07 Jul 2026 03: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 20:45:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in code-projects Real State Services 1.0. This issue affects some unknown processing of the file /pay.php. Such manipulation of the argument Bankname leads to sql injection. The attack may be performed from remote. The exploit has been disclosed publicly and may be used.
Title code-projects Real State Services pay.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-07T02:52:58.407Z

Reserved: 2026-07-05T03:59:20.312Z

Link: CVE-2026-14769

cve-icon Vulnrichment

Updated: 2026-07-07T02:52:55.230Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-24T09:45:02Z

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