vendor:
TFTgallery
by:
Havok
7,5
CVSS
HIGH
Local File Inclusion (LFI)
98
CWE
Product Name: TFTgallery
Affected Version From: 0.13
Affected Version To: 0.13.1
Patch Exists: YES
Related CWE: N/A
CPE: a:tftgallery:tftgallery
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
2010
TFTgallery <= 0.13.1 Local File Inclusion (LFI)
TFTgallery is a PHP script available on SourceForge. It is vulnerable to a Local File Inclusion (LFI) vulnerability due to the use of the register_globals=On setting. An attacker can exploit this vulnerability by sending a maliciously crafted HTTP request to the vulnerable server, such as http://www.IM-G0ING-T0-G3T-HACK3D.COM/TFTP-GALLERY-PATH/admin/thumbnailformpost.inc.php?adminlangfile=[LFI], which can allow the attacker to read arbitrary files from the server.
Mitigation:
Disable the register_globals setting and ensure that all input is properly validated.