TikiWiki CMS Groupware v8.3 - Open Redirect
ID: CVE-2012-5321
Severity: medium
Author: ctflearner
Tags: cve,cve2012,redirect,tikiwiki,groupware,tiki
Description
Section titled “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
YAML Source
Section titled “YAML Source”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 impact: | Successful exploitation of this vulnerability could lead to phishing attacks and potential unauthorized access to sensitive information. remediation: | Apply the latest security patches or upgrade to a newer version of TikiWiki CMS Groupware to mitigate the risk of open redirect vulnerabilities. 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.01708 epss-percentile: 0.87767 cpe: cpe:2.3:a:tiki:tikiwiki_cms\/groupware:8.3:*:*:*:*:*:*:* metadata: max-request: 1 vendor: tiki product: tikiwiki_cms\/groupware shodan-query: http.html:"tiki wiki" fofa-query: body="tiki wiki" tags: cve,cve2012,redirect,tikiwiki,groupware,tiki
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\/?(\/|[^.].*)?$'# digest: 4a0a00473045022100a201aa231d38853512de2b1b10d2108daed80f92859b790f755618d76011c0ef0220220a08bdc7b83c24e1ee50347cb76ba3c9b07706861fa0bb9e9152266f6afe14:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2012/CVE-2012-5321.yaml"