vendor:
History Collection
by:
Kuroi'SH
8.8
CVSS
HIGH
Arbitrary File Download
434
CWE
Product Name: History Collection
Affected Version From: <=1.1.1
Affected Version To: <=1.1.1
Patch Exists: YES
Related CWE: N/A
CPE: a:wordpress:wordpress
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
WordPress History Collection <=1.1.1 Arbitraty File Download
Wordpress history collection plugin contains a file called download.php which is not filtering the GET input, it then uses this get input value to force the download of a file. Proof of concept is provided in the text.
Mitigation:
Ensure that user input is properly sanitized and validated before being used to access files.