CVE-2008-1862
exbb_italia < 0.2.2 - Remote File Inclusion via new_exbb[home_path] or exbb[home_path] Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2008-1862. PoCs published by The:Paradox.
AI-analyzed exploit summary This is a technical analysis of a file inclusion vulnerability in ExBB <= 0.22, detailing how the patch fails to address the issue due to register_globals being enabled and incomplete variable sanitization.
Description
ExBB Italia 0.22 and earlier only checks GET requests that use the QUERY_STRING for certain path manipulations, which allows remote attackers to bypass this check via (1) POST or (2) COOKIE variables, a different vector than CVE-2006-4488. NOTE: this can be leveraged to conduct PHP remote file inclusion attacks via a URL in the (a) new_exbb[home_path] or (b) exbb[home_path] parameter to modules/threadstop/threadstop.php.
Exploits (1)
This is a technical analysis of a file inclusion vulnerability in ExBB <= 0.22, detailing how the patch fails to address the issue due to register_globals being enabled and incomplete variable sanitization.