CVE-2008-4894
Tribiq CMS 5.0.10a and 5.0.12c - Remote File Inclusion via Template Path Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2008-4894. PoCs published by GoLd_M.
AI-analyzed exploit summary The exploit demonstrates a Local File Inclusion (LFI) vulnerability in Tribiqcms 5.0.10a (beta) by manipulating the 'template_path' parameter in the header.inc.php file. The PoC shows how an attacker can include arbitrary local files by appending a null byte (%00) to bypass file extension checks.
Description
Directory traversal vulnerability in templates/mytribiqsite/tribal-GPL-1066/includes/header.inc.php in Tribiq CMS 5.0.10a, when register_globals is enabled and magic_quotes_gpc is disabled, allows remote attackers to include and execute arbitrary local files via directory traversal sequences in the template_path parameter. NOTE: it was later reported that this issue also affects 5.0.12c.
Exploits (1)
The exploit demonstrates a Local File Inclusion (LFI) vulnerability in Tribiqcms 5.0.10a (beta) by manipulating the 'template_path' parameter in the header.inc.php file. The PoC shows how an attacker can include arbitrary local files by appending a null byte (%00) to bypass file extension checks.