vendor:
Miniweb 2.0
by:
Salvatore Fresta aka Drosophila
2.6
CVSS
LOW
Full Path Disclosure
200
CWE
Product Name: Miniweb 2.0
Affected Version From: Miniweb 2.0
Affected Version To: Miniweb 2.0
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
Miniweb 2.0 Full Path Disclosure
The value of the module parameter passed to index.php page is included using the PHP main function. This may be a principle of local file inclusion vulnerability but in this case the final NULL byte is properly sanitised. However an invalid module name produces a warning message with the full path of the interested page.
Mitigation:
Use @main() instead of main()