CVE-2026-14768
Received Received - Intake

SQL Injection in Real State Services

Vulnerability report for CVE-2026-14768, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-05

Last updated on: 2026-07-05

Assigner: VulDB

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-05
Last Modified
2026-07-05
Generated
2026-07-06
AI Q&A
2026-07-05
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw found in the Real State Services 1.0 application, specifically in the builderHome.php file. It occurs because the 'loc' parameter is not properly validated or sanitized before being used in SQL queries. Attackers can exploit this by injecting malicious SQL code through the 'loc' parameter, which allows them to access or manipulate the database without authorization.

Impact Analysis

Exploiting this vulnerability can lead to unauthorized database access, data manipulation, and potentially full system compromise. Attackers can perform various SQL injection techniques such as boolean-based blind, error-based, time-based blind, and UNION query attacks. This can result in data breaches, disruption of services, and loss of control over the affected system.

Detection Guidance

This SQL injection vulnerability in the 'loc' parameter of builderHome.php can be detected by testing the input handling of this parameter for SQL injection flaws.

  • Use SQL injection testing techniques such as boolean-based blind, error-based, time-based blind, and UNION query attacks targeting the 'loc' parameter.
  • Example command using curl to test for SQL injection: curl "http://targetsite/builderHome.php?loc=' OR '1'='1"
  • Use automated tools like sqlmap to test the 'loc' parameter for SQL injection: sqlmap -u "http://targetsite/builderHome.php?loc=test" --batch
Mitigation Strategies

Immediate mitigation steps include:

  • Implement prepared statements with parameter binding to safely handle the 'loc' parameter.
  • Apply strict input validation to sanitize and validate all inputs to the 'loc' parameter.
  • Minimize database user permissions to limit the impact of a potential SQL injection attack.
  • Conduct regular security audits and code reviews focusing on input handling and database queries.
Compliance Impact

This SQL injection vulnerability in Real State Services 1.0 can lead to unauthorized database access, data manipulation, and potential data breaches.

Such data breaches and unauthorized access can result in non-compliance with common standards and regulations like GDPR and HIPAA, which mandate the protection of sensitive personal and health information.

Failure to protect data adequately due to this vulnerability could expose organizations to legal penalties, reputational damage, and loss of trust.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-14768. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart