vendor:
TinyWebGallery
by:
EgiX
7,5
CVSS
HIGH
Local File Inclusion (LFI) / Remote Code Execution (RCE)
98
CWE
Product Name: TinyWebGallery
Affected Version From: 1.7.6
Affected Version To: 1.7.6
Patch Exists: YES
Related CWE: N/A
CPE: a:tinywebgallery:tinywebgallery
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2009
TinyWebGallery <= 1.7.6 LFI / Remote Code Execution Exploit
An attacker could be able to include arbitrary local files through the require function at line 144, due to $_GET['lang'] parameter isn't properly sanitised. Successful exploitation requires magic_quotes_gpc = off
Mitigation:
Ensure that user input is properly sanitized and that magic_quotes_gpc is enabled.