CVE-2008-0357
Galaxyscripts Mini File Host < 1.2.1 - Unauthenticated Path Traversal via Language Parameter
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2008-0357. PoCs published by shinmai, Scary-Boys.
AI-analyzed exploit summary This Perl script exploits a Local File Inclusion (LFI) vulnerability in Mini File Host (1.2.1 and earlier) by uploading a PHP file and then executing it through a POST request. The exploit leverages the 'language' parameter in upload.php to include and execute the uploaded file.
Description
Directory traversal vulnerability in pages/upload.php in Galaxyscripts Mini File Host 1.2.1 and earlier allows remote attackers to include and execute arbitrary local files via directory traversal sequences in the language parameter.
Exploits (2)
This Perl script exploits a Local File Inclusion (LFI) vulnerability in Mini File Host (1.2.1 and earlier) by uploading a PHP file and then executing it through a POST request. The exploit leverages the 'language' parameter in upload.php to include and execute the uploaded file.
This is a writeup describing a Local File Inclusion (LFI) vulnerability in Mini File Host v1.2. The exploit details how to manipulate the 'language' parameter in the upload.php file to include arbitrary local files.