CVE-2026-14743
Received Received - Intake

SQL Injection in Real State Services 1.0

Vulnerability report for CVE-2026-14743, 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 vulnerability was identified in code-projects Real State Services 1.0. The impacted element is an unknown function of the file /normalHomeSale.php. Such manipulation of the argument loc leads to sql injection. The attack may be performed from remote. The exploit is publicly available and might be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
code-projects real_state_services 1.0

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 version 1.0 application, specifically in the normalHomeSale.php file. It occurs because the 'loc' parameter is not properly validated, allowing attackers to inject malicious SQL code.

Attackers can exploit this vulnerability remotely without authentication, using techniques such as boolean-based blind, error-based, time-based blind, and UNION query attacks.

The vulnerability enables unauthorized access to the database, manipulation of data, leakage of sensitive information, and potential compromise of the entire system.

Impact Analysis

This vulnerability can have serious impacts including unauthorized access to your database, allowing attackers to view, modify, or delete sensitive data.

It can lead to data breaches, loss of data integrity, exposure of confidential information, and potentially full system compromise.

Since the exploit is publicly available and requires no authentication, the risk of attack is high.

Detection Guidance

This SQL injection vulnerability in the 'loc' parameter of normalHomeSale.php can be detected by testing for SQL injection using various techniques such as boolean-based blind, error-based, time-based blind, and UNION query attacks.

Common commands to detect this vulnerability include sending crafted HTTP requests with SQL injection payloads targeting the 'loc' parameter and observing the responses for anomalies or errors indicating SQL injection.

  • Using curl to test for SQL injection: curl "http://target/normalHomeSale.php?loc=' OR '1'='1"
  • Using sqlmap to automate detection: sqlmap -u "http://target/normalHomeSale.php?loc=test" --batch
Mitigation Strategies

Immediate mitigation steps include implementing prepared statements with parameter binding to prevent SQL injection.

Additionally, strict input validation on the 'loc' parameter should be enforced to reject malicious input.

Minimizing database user permissions to limit the impact of a potential exploit is also recommended.

Conducting regular security audits to identify and fix vulnerabilities proactively is advised.

Compliance Impact

The SQL injection vulnerability in Real State Services V1.0 allows unauthorized database access, data manipulation, and sensitive information leakage. Such security flaws can lead to breaches of confidentiality and integrity of personal and sensitive data.

This exposure can negatively impact compliance with common standards and regulations like GDPR and HIPAA, which require protection of personal data and sensitive health information against unauthorized access and breaches.

Failure to address this vulnerability may result in violations of these regulations, potentially leading to legal penalties, loss of trust, and damage to the organization's reputation.

Chat Assistant

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

EPSS Chart