vendor:
PHPLibrary
by:
k1tk4t
7,5
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: PHPLibrary
Affected Version From: 1.5.3
Affected Version To: 1.5.3
Patch Exists: YES
Related CWE: N/A
CPE: PHPLibrary
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
2006
PHPLibrary <= 1.5.3 Remote File Inclusion
PHPLibrary version 1.5.3 is vulnerable to a Remote File Inclusion vulnerability. An attacker can exploit this vulnerability by sending a malicious URL to the vulnerable application. The malicious URL contains a malicious file which is then included and executed by the vulnerable application.
Mitigation:
The application should be configured to only include files from a limited set of directories. Additionally, input validation should be performed to ensure that the user-supplied data is not malicious.