Description
A weakness has been identified in code-projects Real State Services 1.0. This vulnerability affects unknown code of the file /builderHome.php. This manipulation of the argument loc causes sql injection. The attack is possible to be carried out 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 vulnerability is a classic SQL injection that stems from unsanitized handling of the 'loc' argument in the file builderHome.php. By injecting malicious SQL fragments, an attacker can read, modify, or delete data stored in the application database, potentially compromising confidentiality and integrity. The flaw is recorded as CWE-74 and CWE-89 and is exploitable from a remote location.

Affected Systems

The affected product is code-projects Real State Services version 1.0. The vulnerable code resides in builderHome.php, and no other versions or patch information are documented in the CVE data.

Risk and Exploitability

With a CVSS score of 6.9 the issue is considered moderate in severity, while the EPSS score of <1% indicates a low overall likelihood of active exploitation. The vulnerability is not listed in the CISA KEV catalog, suggesting no confirmed widespread exploitation yet. Based on the description, it is inferred that no explicit authentication is required, implying that the attack can be carried out remotely without prior credentials.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any vendor‑provided patch or upgrade to a newer release that addresses this SQL injection in builderHome.php
  • Re‑write the database access in builderHome.php to use parameterized queries or prepared statements so that the 'loc' value is never directly concatenated into SQL statements
  • Validate or whitelist the 'loc' input on the server side, accepting only expected values before it reaches the database layer
  • Restrict the database user privileges to the minimum required for normal operation

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 06 Jul 2026 16: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:15:00 +0000

Type Values Removed Values Added
Description A weakness has been identified in code-projects Real State Services 1.0. This vulnerability affects unknown code of the file /builderHome.php. This manipulation of the argument loc causes sql injection. The attack is possible to be carried out remotely. The exploit has been made available to the public and could be used for attacks.
Title code-projects Real State Services builderHome.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-06T15:15:10.478Z

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

Link: CVE-2026-14768

cve-icon Vulnrichment

Updated: 2026-07-06T15:15:06.841Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T21:15:03Z

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