vendor:
webgrind
by:
Michael Meyer
7,5
CVSS
HIGH
Local File Inclusion Vulnerability
98
CWE
Product Name: webgrind
Affected Version From: 1.0
Affected Version To: v1.02 in trunk on github
Patch Exists: YES
Related CWE: N/A
CPE: a:joakim_nygard:webgrind
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Microsoft Windows XP Professional SP3 (EN), Apache 2.2.21, PHP 5.3.9, MySQL 5.5.20
2012
webgrind 1.0 (file param) Local File Inclusion Vulnerability
webgrind suffers from a file inlcusion vulnerability (LFI) when input passed thru the 'file' parameter to index.php is not properly verified before being used to include files. This can be exploited to include files from local resources with directory traversal attacks and URL encoded NULL bytes.
Mitigation:
Input validation should be performed to verify that the file parameter is a valid file before being used to include files.