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.
Published: 2026-08-24
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Data Loss via SQL Injection
Action: Check for Patch
AI Analysis

Impact

An SQL injection flaw in the search.php file of itsourcecode Real Estate Management System 1.0 allows an attacker to inject arbitrary SQL statements through the search, delivery_type, search_price, and property_type query parameters. The flaw stems from inadequate input validation (CWE‑74) and the use of unsanitized user input in SQL statements (CWE‑89). If exploited, the attacker can read, modify or delete data in the application's database, potentially exposing sensitive real‑estate listings, customer information, or other confidential data.

Affected Systems

Affected systems include any deployment of itsourcecode Real Estate Management System version 1.0 or earlier that has the search.php script.

Risk and Exploitability

The CVSS base score of 6.9 indicates moderate severity, and the lack of an EPSS score suggests limited but possible exploitation activity. Because the vulnerability is triggered by remote HTTP requests and the exploit code is publicly available, an attacker with Internet access could potentially gain unauthorized data access. The lack of KEV listing does not diminish the risk; the flaw remains unpatched and publicly exploitable.

Generated by OpenCVE AI on August 24, 2026 at 11:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Verify availability of an official vendor fix.
  • If no patch is available, modify search.php to use parameterized queries or properly escape all user‑supplied input for the search, delivery_type, search_price, and property_type parameters.
  • Deploy a web application firewall or input‑validation filter to detect and block SQL injection attempts targeting those parameters.

Generated by OpenCVE AI on August 24, 2026 at 11:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 27 Aug 2026 18:00:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 24 Aug 2026 10:45:00 +0000

Type Values Removed Values Added
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.
Title itsourcecode Real Estate Management System search.php sql injection
First Time appeared Itsourcecode
Itsourcecode real Estate Management System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:itsourcecode:real_estate_management_system:*:*:*:*:*:*:*:*
Vendors & Products Itsourcecode
Itsourcecode real Estate Management System
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Itsourcecode Real Estate Management System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-27T14:36:54.345Z

Reserved: 2026-08-24T05:18:47.497Z

Link: CVE-2026-78244

cve-icon Vulnrichment

Updated: 2026-08-27T13:30:07.916Z

cve-icon NVD

Status : Deferred

Published: 2026-08-24T11:16:40.850

Modified: 2026-08-27T17:20:36.787

Link: CVE-2026-78244

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-24T21:11:32Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')