header-logo
Suggest Exploit
vendor:
e-Learning Application
by:
SecurityFocus
7.5
CVSS
HIGH
Cross-site scripting, SQL injection, directory traversal, and remote file include vulnerabilities
79, 89, 22, 98
CWE
Product Name: e-Learning Application
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
Related CWE: N/A
CPE: N/A
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2005

Multiple remote input validation vulnerabilities in Claroline e-Learning Application

An attacker may exploit these issues to manipulate SQL queries to the underlying database, have arbitrary script code executed in the browser of an unsuspecting user, and execute arbitrary server-side scripts with the privileges of an affected Web server. This may facilitate the theft of sensitive information, potentially including authentication credentials, data corruption, and a compromise of the affected computer.

Mitigation:

Input validation should be performed to ensure that user-supplied input is properly sanitized prior to use in critical application functionality.
Source

Exploit-DB raw data:

source: https://www.securityfocus.com/bid/13407/info
    
Multiple remote input validation vulnerabilities affect Claroline e-Learning Application. These issues are due to a failure of the application to properly sanitize user-supplied input prior to using it to carry out critical application functionality such as database interaction and generating dynamic Web content.
    
Multiple cross-site scripting, SQL injection, directory traversal, and remote file include vulnerabilities have been reported.
    
An attacker may exploit these issues to manipulate SQL queries to the underlying database, have arbitrary script code executed in the browser of an unsuspecting user, and execute arbitrary server-side scripts with the privileges of an affected Web server. This may facilitate the theft of sensitive information, potentially including authentication credentials, data corruption, and a compromise of the affected computer.
    
**Update: Dokeos, which is based on claroline source code, is also prone to come of these issues.

http:///www.example.com/claroline/tracking/exercises_details.php?exo_id=-1/**/UNION/**/SELECT%200,password,username,0,0,0%20from%20user%20where%20user_id=1--