CVE-2026-14745
Received Received - Intake

SQL Injection in Real State Services

Vulnerability report for CVE-2026-14745, 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 impacts an unknown function of the file /single-list_rent.php. Executing a manipulation of the argument ID can lead to sql injection. It is possible to launch the attack 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-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 issue found in the Real State Services version 1.0 software, specifically in the file single-list_rent.php. It occurs because the 'id' parameter is not properly validated, allowing an attacker to manipulate it and inject malicious SQL queries.

An attacker can exploit this flaw remotely without needing to log in, potentially gaining unauthorized access to the database, manipulating data, or extracting sensitive information.

The types of SQL injection attacks possible include boolean-based blind, error-based, time-based blind, and UNION query attacks.

Impact Analysis

Exploiting this vulnerability can lead to unauthorized access to your database, allowing attackers to view, modify, or delete sensitive data.

It can result in data leakage, loss of data integrity, and potential full system compromise.

Since the attack can be performed remotely without authentication, it poses a significant security risk to affected systems.

Detection Guidance

This vulnerability can be detected by testing the 'id' parameter in the file single-list_rent.php for SQL injection flaws. Common techniques include boolean-based blind, error-based, time-based blind, and UNION query attacks.

You can use tools like sqlmap to automate detection. For example, a command might be:

  • sqlmap -u "http://target/single-list_rent.php?id=1" --batch --level=5 --risk=3

Alternatively, manual testing can be done by injecting SQL payloads into the 'id' parameter and observing the responses for errors or unusual behavior.

Mitigation Strategies

Immediate mitigation steps include:

  • Implement prepared statements with parameterized queries to prevent SQL injection.
  • Validate and sanitize all user inputs, especially the 'id' parameter.
  • Minimize database permissions to limit the impact of a potential exploit.
  • Conduct regular security audits and code reviews to identify and fix vulnerabilities.
Compliance Impact

The SQL injection vulnerability in Real State Services 1.0 can lead to unauthorized database access, data manipulation, and sensitive information leakage. Such unauthorized access and potential exposure of sensitive data can negatively impact compliance with common standards and regulations like GDPR and HIPAA, which require protection of personal and sensitive information.

Failure to prevent such vulnerabilities may result in breaches of confidentiality, integrity, and availability of data, which are core principles in these regulations. Therefore, this vulnerability poses a risk to maintaining compliance with these standards.

Chat Assistant

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

EPSS Chart