nuclei-templates/http/cves/2012/CVE-2012-5321.yaml

38 lines
1.3 KiB
YAML

id: CVE-2012-5321
info:
name: TikiWiki CMS Groupware v8.3 - Open Redirect
author: ctflearner
severity: medium
description: |
tiki-featured_link.php in TikiWiki CMS/Groupware 8.3 allows remote attackers to load arbitrary web site pages into frames and conduct phishing attacks via the url parameter, aka "frame injection
reference:
- https://nvd.nist.gov/vuln/detail/CVE-2012-5321
- https://www.exploit-db.com/exploits/36848
- http://st2tea.blogspot.com/2012/02/tiki-wiki-cms-groupware-frame-injection.html
- https://exchange.xforce.ibmcloud.com/vulnerabilities/73403
classification:
cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:P/I:P/A:N
cvss-score: 5.8
cve-id: CVE-2012-5321
cwe-id: CWE-20
epss-score: 0.02634
cpe: cpe:2.3:a:tiki:tikiwiki_cms\/groupware:8.3:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: http.html:"tiki wiki"
vendor: tiki
product: tikiwiki_cms\/groupware
tags: cve,cve2012,redirect,tikiwiki,groupware
http:
- method: GET
path:
- "{{BaseURL}}/tiki-featured_link.php?type=f&url=https://interact.sh"
matchers:
- type: regex
part: header
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$'