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.