CVE-2008-6317
PHPmyGallery 1.5 beta - Remote File Inclusion via conf[lang] Parameter
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2008-6317. PoCs published by CoBRa_21, ZoRLu.
AI-analyzed exploit summary The exploit demonstrates a Local File Inclusion (LFI) and Remote File Inclusion (RFI) vulnerability in Phpmygallery 1.5beta via the 'conf[lang]' and 'admindir' parameters in common-tpl-vars.php. It allows arbitrary file inclusion on Windows systems and potential remote code execution if RFI is enabled.
Description
Directory traversal vulnerability in _conf/_php-core/common-tpl-vars.php in PHPmyGallery 1.5 beta allows remote attackers to include and execute arbitrary local files via a .. (dot dot) in the conf[lang] parameter, a different issue than CVE-2008-6318. NOTE: this might be the same issue as CVE-2008-6316.
Exploits (2)
The exploit demonstrates a Local File Inclusion (LFI) and Remote File Inclusion (RFI) vulnerability in Phpmygallery 1.5beta via the 'conf[lang]' and 'admindir' parameters in common-tpl-vars.php. It allows arbitrary file inclusion on Windows systems and potential remote code execution if RFI is enabled.
This exploit demonstrates a Remote File Inclusion (RFi) and Local File Inclusion (LFi) vulnerability in PHPmyGallery v1.0beta2. The vulnerability arises from insecure file inclusion in the `_conf/core/common-tpl-vars.php` file, allowing attackers to include arbitrary remote or local files.