CVE-2026-14744
Received Received - Intake

SQL Injection in Real State Services 1.0

Vulnerability report for CVE-2026-14744, 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 security flaw has been discovered in code-projects Real State Services 1.0. This affects an unknown function of the file /normalHomeRent.php. Performing a manipulation of the argument loc results in sql injection. It is possible to initiate the attack remotely. The exploit has been released to the public and may be used for attacks.

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
Compliance Impact

The SQL injection vulnerability in Real State Services 1.0 can lead to unauthorized database access, data leakage, and tampering. Such security breaches can result in exposure of sensitive personal or protected health information, which directly impacts compliance with standards like GDPR and HIPAA that mandate protection of data confidentiality and integrity.

Failure to prevent such vulnerabilities may lead to violations of these regulations, potentially resulting in legal penalties, loss of trust, and the need for breach notifications.

Mitigating this vulnerability by implementing prepared statements, strict input validation, minimizing database permissions, and regular security audits is essential to maintain compliance with these standards.

Executive Summary

This vulnerability is a SQL injection flaw found in the Real State Services version 1.0 application, specifically in the file normalHomeRent.php. It occurs because the application does not properly validate the input provided in the 'loc' parameter, allowing attackers to inject malicious SQL code.

An attacker can exploit this vulnerability remotely without needing authentication, by manipulating the 'loc' argument to execute unauthorized SQL queries on the database.

Impact Analysis

Exploitation of this SQL injection vulnerability can lead to several serious impacts including unauthorized access to the database, leakage of sensitive data, tampering with data, potential system compromise, and disruption of service.

  • Unauthorized database access
  • Data leakage
  • Data tampering
  • System compromise
  • Service disruption
Detection Guidance

This SQL injection vulnerability can be detected by testing the 'loc' parameter in the normalHomeRent.php file for injection flaws. Common detection methods include sending specially crafted SQL payloads to observe database errors, time delays, or boolean responses.

  • Use tools like sqlmap to automate detection by targeting the 'loc' parameter.
  • Manually test with payloads such as: loc=1' OR '1'='1 to check for SQL errors or unexpected behavior.
  • Observe network traffic for unusual database query patterns or error messages related to SQL syntax.
Mitigation Strategies

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

  • Apply strict input validation on the 'loc' parameter to ensure only expected values are accepted.
  • Minimize database user permissions to limit the impact of a potential exploit.
  • Conduct regular security audits and code reviews to identify and fix similar vulnerabilities.

Chat Assistant

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

EPSS Chart