| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| Claroline < 1.7.7 - Arbitrary File Inclusion Vulnerability | 20 Jan 201800:00 | – | zdt | |
| Claroline claro_init_local.inc.php extAuthSource[newUser] Parameter Remote File Inclusion | 16 Sep 200600:00 | – | nessus | |
| Dokeos claro_init_local.inc.php extAuthSource Parameter Array Remote File Inclusion | 16 Sep 200600:00 | – | nessus | |
| CVE-2006-4844 | 19 Sep 200601:00 | – | cve | |
| CVE-2006-4844 | 19 Sep 200601:00 | – | cvelist | |
| EUVD-2006-4831 | 7 Oct 202500:30 | – | euvd | |
| Claroline 1.7.7 - Arbitrary File Inclusion | 14 Aug 201600:00 | – | exploitpack | |
| CVE-2006-4844 | 19 Sep 200601:07 | – | nvd |
Claroline Arbitrary File Inclusion
Vendor: Claroline
Product: Claroline
Version: <= 1.7.7
Website: http://www.claroline.net/
BID: 20056
CVE: CVE-2006-4844
OSVDB: 28827
SECUNIA: 21931
Description:
Claroline is a popular online Open Source e-Learning application used to allow teachers or education organizations to create and administrate courses through the web. Claroline is also used as the framework for other e-Learning applications such as Dokeos. Unfortunately Claroline is vulnerable to a file inclusion issue when register globals is on which may allow for an attacker to read or execute arbitrary files. Some frameworks that use Claroline (such as Dokeos) are also vulnerable to the issues mentioned here. An updated version of Claroline has been released and users should upgrade immediately and disable register_globals if possible.
Arbitrary File Inclusion:
Claroline is vulnerable to an arbitray file inclusion issue that may allow for remote code execution. The vulnerability is due to an uninitialized array being used to include files. The vulnerable code in claro_init_local.inc.php can be seen below
if (isset($extAuthSource) && is_array($extAuthSource))
{
foreach($extAuthSource as $thisAuthSource)
{
$_uid = include_once($thisAuthSource['newUser']);
if ( $_uid > 0 )
{
$uidReset = true;
$claro_loginSucceeded = true;
break;
}
else
{
$_uid = null;
$claro_loginSucceeded = false;
}
}
} //end if is_array($extAuthSource)
Unfortunately there is no authentication needed to exploit this issue, thus allowing an attacker to easily include files via the extAuthSource[newUser] variable.
Solution:
An updated version of Claroline has been released and users are encouraged to upgrade as soon as possible.
Credits:
James Bercegay of the GulfTech Security Research TeamData
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation