header-logo
Suggest Exploit
vendor:
Social Network Script
by:
Ihsan Sencan
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Social Network Script
Affected Version From: 3.01
Affected Version To: 3.01
Patch Exists: NO
Related CWE: N/A
CPE: a:phpscriptsmall:social_network_script
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 Network Script v3.01 – SQL Injection

An attacker can exploit SQL injection vulnerability in Social Network Script v3.01 by sending malicious SQL queries to the application. This can be done by manipulating the 'id' parameter in the following URLs: http://localhost/[PATH]/[SQL], http://localhost/scrapbook.php?id=[SQL], http://localhost/profile_social.php?id=[SQL], http://localhost/my_bookmark.php?id=[SQL], http://localhost/profile_social.php?mode=addbookmark&id=[SQL], etc.

Mitigation:

Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.
Source

Exploit-DB raw data:

# # # # # 
# Exploit Title: Social Network Script v3.01 - SQL Injection
# Google Dork: N/A
# Date: 06.03.2017
# Vendor Homepage: http://www.phpscriptsmall.com/
# Software : http://www.phpscriptsmall.com/product/social-network-script/
# Demo: http://myeliteprofile.com/
# Version: 3.01
# Tested on: Win7 x64, Kali Linux x64
# # # # # 
# Exploit Author: Ihsan Sencan
# Author Web: http://ihsan.net
# Author Mail : ihsan[@]ihsan[.]net
# # # # #
# SQL Injection/Exploit :
# http://localhost/[PATH]/[SQL]
# http://localhost/scrapbook.php?id=[SQL
# http://localhost/profile_social.php?id=[SQL
# http://localhost/my_bookmark.php?id=[SQL
# http://localhost/profile_social.php?mode=addbookmark&id=[SQL
# Etc... Etc...
# # # # #