35 lines
1.2 KiB
YAML
35 lines
1.2 KiB
YAML
id: thinkific-redirect
|
|
|
|
info:
|
|
name: Thinkific - Open Redirect
|
|
author: Gal Nagli
|
|
severity: medium
|
|
description: Thinkific contains an open redirect vulnerability via the http://interact.sh URL. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
|
|
reference: https://gitlab.austinoneil.com/aoneil/bb-automation/-/blob/master/tools/nuclei-templates/vulnerabilities/other/thinkific-redirect.yaml
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
|
cvss-score: 6.1
|
|
cwe-id: CWE-601
|
|
metadata:
|
|
max-request: 1
|
|
tags: redirect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/api/sso/v2/sso/jwt?error_url=http://interact.sh"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 302
|
|
|
|
- type: word
|
|
words:
|
|
- "<a href=\"http://interact.sh?kind=jwt&message=Nil+JSON+web+token\""
|
|
condition: or
|
|
part: body
|
|
|
|
# digest: 4a0a00473045022012e7fa8a975663aa4406660d442193a1bbf9957969f3739c22d629461d5b4844022100a7974a11b71251971fbbc85c9ab7fffbabeb3fc95eda12ec0a6bf56a62ca81d3:922c64590222798bb761d5b6d8e72950
|