vendor:
phpVibe
by:
ali ahmady
7.5
CVSS
HIGH
Local File Disclosure
22
CWE
Product Name: phpVibe
Affected Version From: All versions
Affected Version To: All versions
Patch Exists: NO
Related CWE: N/A
CPE: a:phpvibe:phpvibe
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux
2015
phpVibe ALL versions LFD vulnerability
The file parameter in the stream.php page has no validation and sanitization, allowing an attacker to perform a Local File Disclosure attack by adding '@@media' to the file name and base64 encoding it twice.
Mitigation:
Validate and sanitize user input, especially when dealing with file paths.