IsolSoft Support Center 'lang' Parameter Multiple Input Validation Vulnerabilities

BID:35997

Info

IsolSoft Support Center 'lang' Parameter Multiple Input Validation Vulnerabilities

Bugtraq ID: 35997
Class: Input Validation Error
CVE:
Remote: Yes
Local: No
Published: Aug 07 2009 12:00AM
Updated: Jun 24 2010 03:38PM
Credit: Moudi
Vulnerable: IsolSoft Support Center 2.5
Not Vulnerable:

Discussion

IsolSoft Support Center 'lang' Parameter Multiple Input Validation Vulnerabilities

IsolSoft Support Center is prone to multiple input-validation vulnerabilities, including a cross-site scripting issue, multiple local file-include vulnerabilities, and multiple remote file-include vulnerabilities.

An attacker can exploit these issues to execute arbitrary local and remote files within the context of the webserver, execute arbitrary script code, and steal cookie-based authentication credentials.

Support Center 2.5 is vulnerable; other versions may also be affected.

Exploit / POC

IsolSoft Support Center 'lang' Parameter Multiple Input Validation Vulnerabilities

Attackers can use a browser to exploit these issues. To exploit a cross-site scripting issue, an attacker must entice an unsuspecting user to follow a malicious URI.

The following example URIs are available:

Solution / Fix

IsolSoft Support Center 'lang' Parameter Multiple Input Validation Vulnerabilities

Solution:
The vendor released a patch to address this issue. Please add the following lines to the end of the '"conf/conn.php' script:.

if(isset($_GET['lang'])){
$SEC_lang = array('en','ar','ru');
if(!in_array($_GET['lang'],$SEC_lang)){
header("location:index.php");exit(0);
}
}

References

IsolSoft Support Center 'lang' Parameter Multiple Input Validation Vulnerabilities

References:

© CVE.report 2026

Use of this information constitutes acceptance for use in an AS IS condition. There are NO warranties, implied or otherwise, with regard to this information or its use. Any use of this information is at the user's risk. It is the responsibility of user to evaluate the accuracy, completeness or usefulness of any information, opinion, advice or other content. EACH USER WILL BE SOLELY RESPONSIBLE FOR ANY consequences of his or her direct or indirect use of this web site. ALL WARRANTIES OF ANY KIND ARE EXPRESSLY DISCLAIMED. This site will NOT BE LIABLE FOR ANY DIRECT, INDIRECT or any other kind of loss.

CVE, CWE, and OVAL are registred trademarks of The MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. This site includes MITRE data granted under the following license.

Free CVE JSON API cve.report/api

CVE.report and Source URL Uptime Status status.cve.report