|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If you have found a vulnerability, please send to our SecurityAlert Database : secalert()securityreason()com
Also if you have new ( 0-day ) exploit, please send to our ExploitAlert Archive :
exploit()securityreason()com |
|
|
Home SecurityAlert Database |
|
|
Topic : | Local File Include in Dokeos E-Learning System 1.8.5
|
SecurityAlert : 4056
CVE : CVE-2008-3363
CWE : CWE-22
SecurityRisk : High (About)
Remote Exploit : Yes
Local Exploit : No
Victim interaction required : No
Exploit Available : Yes
Credit : Digital Security Research Group (research dsec ru)
Published : 31.07.2008
Affected Software : | Dokeos, E-Learning System, 1.8.5, Unknown, Windows |
 Advisory Content : Digital Security Research Group [DSecRG] Advisory #DSECRG-08-029
Application: Dokeos E-Learning System
Versions Affected: 1.8.5
Vendor URL: http://dokeos.com/
Bug: Local File Include
Exploits: YES
Reported: 01.07.2008
Vendor response: 05.07.2008
Solution: YES
Date of Public Advisory: 17.07.2008
Authors: Digital Security Research Group [DSecRG]
(research [at] dsec [dot] ru)
Description
***********
Dokeos E-Learning System system has local file include vulnerability in
script user_portal.php
Vulnerable GET parameter "include".
Registered user can use this vulnerability.
Code
****
#################################################
if (!empty ($_GET['include']) && !strstr($_GET['include'], '/') &&
strstr($_GET['include'], '.html'))
{
include ('./home/'.$_GET['include']);
$pageIncluded = true;
}
else
..
#################################################
Example:
http://[server]/[installdir]/user_portal.php?include=..\..\..\..\..\..\.
.\..\..\..\..\..\..\boot.ini%00.html
Fix Information
***************
you can fix it following this official information
http://www.dokeos.com/wiki/index.php/Security Or wait a new release
Fixing this issue can be done by replacing line 770 of /user_portal.php
by:
if (!empty ($_GET['include']) &&
preg_match('/^[a-zA-Z0-9_-]*\.html$/',$_GET['include']))
About
*****
Digital Security is leading IT security company in Russia, providing
information security consulting, audit and penetration testing services,
risk analysis and ISMS-related services and certification for ISO/IEC
27001:2005 and PCI DSS standards. Digital Security Research Group focuses
on web application and database security problems with vulnerability
reports, advisories and whitepapers posted regularly on our website.
Contact: research [at] dsec [dot] ru
http://www.dsec.ru (in Russian)
Regards,
Digital Security Research Group [DSecRG]
________________________________________
DIGITAL SECURITY
tel/fax: +7(812)703-1547
tel: +7(812)430-9130
e-mail: research (at) dsec (dot) ru [email concealed]
web: www.dsec.ru
----------------------------------------
This message and any attachment are confidential and may be privileged
or otherwise protected from disclosure. If you are not the intended
recipient any use, distribution, copying or disclosure is strictly
prohibited. If you have received this message in error, please notify
the sender immediately either by telephone or by e-mail and delete this
message and any attachment from your system. Correspondence via e-mail
is for information purposes only. Digital Security neither makes nor
accepts legally binding statements by e-mail unless otherwise agreed.
----------------------------------------
References :
http://securityreason.com/expldownload/1/4401/1 (Exploit)
http://www.securityfocus.com/archive/1/archive/1/494496/100/0/threaded
http://www.milw0rm.com/exploits/6149
http://www.frsirt.com/english/advisories/2008/2208/references
http://www.dokeos.com/wiki/index.php/Security
Feedback :
If you have additional information or notice any errors regarding this security advisory, please use contact form or email us at info()securityreason()com.
|
|
|
|