vendor:
php-proxy
by:
Özkan Mustafa Akkuş (AkkuS)
7.5
CVSS
HIGH
Local File Inclusion
22
CWE
Product Name: php-proxy
Affected Version From: 3.0.3
Affected Version To: 3.0.3
Patch Exists: NO
Related CWE: N/A
CPE: a:php-proxy:php-proxy
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: XAMPP for Linux
2018
PHP-Proxy 3.0.3 – Local File Inclusion
Any user can read files from the server without authentication due to an existing LFI in the following path: http://target/index.php?q=file:///[FilePath]
Mitigation:
Ensure that user input is properly sanitized and validated before being used in file operations.