vendor:
Gaestebuch
by:
bd0rk
7,5
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: Gaestebuch
Affected Version From: 1.2
Affected Version To: 1.2
Patch Exists: NO
Related CWE: N/A
CPE: a:hinnendahl.com:gaestebuch:1.2
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
21
HINNENDAHL.COM Gaestebuch 1.2 Remote File Inclusion Vulnerability
The $script_pfad parameter in /guestbook/gbook.php isn't declared before require. So an attacker can execute some php-shellcode about it.
Mitigation:
Ensure that user input is validated and filtered before being used in a file include statement.