vendor:
Webboard
by:
MrDoug
7,5
CVSS
HIGH
Remote File Disclosure
22
CWE
Product Name: Webboard
Affected Version From: v.2.90 beta
Affected Version To: v.2.90 beta
Patch Exists: YES
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
2009
Webboard <= v.2.90 beta Remote File Disclosure Vulnerability
There are 3 vulnerable calls to fopen() in "/webboard/view.php". They are on lines 7, 109 and 113. Due to the trailing ".txt", retrieving files with different extensions will be difficult unless you are able to get a null byte through without it being escaped.
Mitigation:
Ensure that user input is properly sanitized and validated before being used in a file operation.