vendor:
Raja Natarajan GUestbook
by:
h0rd
7.5
CVSS
HIGH
Local File Inclusion
22
CWE
Product Name: Raja Natarajan GUestbook
Affected Version From: 1
Affected Version To: 1
Patch Exists: NO
Related CWE: N/A
CPE: a:phpscript:guestbook:1.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: None
2009
Raja Natarajan GUestbook 1.0 Local File Inclusion Exploit
Raja Natarajan GUestbook 1.0 is vulnerable to a Local File Inclusion vulnerability. This vulnerability allows an attacker to include a file from the local system, which can be used to gain access to sensitive information. The vulnerability exists due to insufficient sanitization of user-supplied input in the 'lang' parameter of the 'add.php' script. An attacker can exploit this vulnerability by sending a specially crafted HTTP request containing directory traversal sequences (e.g. '../../../../../../../../../../../../../../../etc/passwd%00') to the vulnerable script.
Mitigation:
The best way to mitigate this vulnerability is to ensure that user-supplied input is properly sanitized and validated before being used in the application.