OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: TGS CMS Remote Code Execution Exploit

From: lcat (lcatemail.dp.ua)
Date: Mon Aug 11 2008 - 14:58:44 CDT


Hello BugtraQ, I tried to reproduce this advisory.
And found out that its impossible.
When you create a index.php file, executing admin.template_engine.php,
This index.php contains
   require_once("lib/template.class.php");
but this is wrong file path and executing index.php stop with error
Warning: require_once(./lib/template.class.php)
Fatal error: require_once().
Goood Luck.