CVE-2026-78244
Received Received - Intake

SQL Injection in Real Estate Management System

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

Publication date: 2026-08-24

Last updated on: 2026-08-24

Assigner: VulDB

Description

A vulnerability was detected in itsourcecode Real Estate Management System 1.0. Affected by this issue is some unknown functionality of the file search.php. Performing a manipulation of the argument search/delivery_type/search_price/property_type results in sql injection. The attack may be initiated remotely. The exploit is now public and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
itsourcecode real_estate_management_system 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 in the Real Estate Management System 1.0. It exists in the search.php file where user input for parameters like search, delivery_type, search_price, and property_type is directly used in SQL queries without proper sanitization. Attackers can manipulate these inputs to execute malicious SQL commands, potentially accessing or altering sensitive database information.

Detection Guidance

To detect this SQL injection vulnerability in Real Estate Management System 1.0, test the search.php file by sending crafted POST requests with parameters like search, delivery_type, search_price, and property_type containing SQL payloads such as ' OR 1=1 -- or UNION SELECT. Use tools like curl or Burp Suite to send these requests and observe if the application returns database errors or unexpected data.

Impact Analysis

This vulnerability allows remote attackers to bypass authentication and execute arbitrary SQL commands. They could steal sensitive data like user credentials or financial records, modify or delete database contents, or even take full control of the database server. Since the application uses a root MySQL user, the impact is severe.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA due to unauthorized data access and potential exposure of personal or health information. GDPR requires protection of personal data, while HIPAA mandates safeguards for health information. A breach could result in legal penalties, fines, and reputational damage.

Mitigation Strategies

Immediately update the search.php file to use prepared statements with parameterized queries for all user-supplied inputs. Ensure no direct concatenation of input into SQL queries. If immediate patching is not possible, implement input validation and strict allowlists for the affected parameters.

Chat Assistant

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

EPSS Chart