vendor:
phpWordPress (Vivvo Article Manager)
by:
MercilessTurk
7,5
CVSS
HIGH
Remote File Inclusion
98
CWE
Product Name: phpWordPress (Vivvo Article Manager)
Affected Version From: <=3.2
Affected Version To: <=3.2
Patch Exists: YES
Related CWE: N/A
CPE: a:vivvo.net:phpwordpress
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
MercilessTurk
The vulnerability exists due to the use of user-supplied input in the 'classified_path' parameter of the 'HTML_Category_Menu()' function in 'HTML_function.php' without proper validation. This can be exploited to include arbitrary files from remote locations by supplying an URL in the 'classified_path' parameter.
Mitigation:
Input validation should be performed to ensure that input data is properly sanitized.