vendor:
N/A
by:
mdx
7,5
CVSS
HIGH
Remote File Include Vulnerability
98
CWE
Product Name: N/A
Affected Version From: Unknown
Affected Version To: Unknown
Patch Exists: Unknown
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
Unknown
b2 – 0.5 * [index] ******************* Remote File Ýnclude
A remote file include vulnerability exists in b2verifauth.php, which allows an attacker to include a remote file. The vulnerable code is include($index);, where the $index variable is not sanitized and can be manipulated to include a remote file.
Mitigation:
Input validation should be used to prevent the inclusion of remote files.