vendor:
KISGB (Keep It Simple Guest Book)
by:
Cr@zy_King
7.5
CVSS
HIGH
Local File Inclusion
98
CWE
Product Name: KISGB (Keep It Simple Guest Book)
Affected Version From: All Versions
Affected Version To: All Versions
Patch Exists: NO
Related CWE: N/A
CPE: N/A
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
2008
KISGB (Keep It Simple Guest Book) : Local FiLe Include’s (tmp_theme)
KISGB (Keep It Simple Guest Book) is vulnerable to Local File Inclusion vulnerability. An attacker can exploit this vulnerability to include a file from the local system which may lead to information disclosure. This vulnerability exists due to insufficient sanitization of user-supplied input to the 'tmp_theme' parameter in 'view_private.php' script. An attacker can exploit this vulnerability by sending a specially crafted HTTP request to the vulnerable script. This may lead to information disclosure.
Mitigation:
Input validation should be used to prevent the exploitation of this vulnerability. Sanitize user-supplied input to the 'tmp_theme' parameter in 'view_private.php' script.