vendor:
glfusion
by:
Nine:Situations:Group::bookoo
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: glfusion
Affected Version From: 1.1.2002
Affected Version To: 1.1.2002
Patch Exists: YES
Related CWE: N/A
CPE: a:glfusion:glfusion
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Unix-like systems
2009
glFusion <= 1.1.2 COM_applyFilter()/order sql injection exploit
The vulnerability exists in the 'order' and 'direction' arguments of the ExecuteQueries() function in /private/system/classes/listfactory.class.php, near line 336. The filters are inefficient, as they call COM_applyFilter() which calls COM_applyBasicFilter() in /public/lib-common.php near line 5774. The variables are not surrounded by quotes, allowing for bad characters to be used in the exploit. The exploit is executed by accessing the URL http://[target]/[path]/list.php?order=[sql]&direction=[sql].
Mitigation:
Ensure that the 'order' and 'direction' arguments are properly sanitized and surrounded by quotes.