2021-01-11 06:58:56 +00:00
id : thinkific-redirect
info :
2022-10-19 21:11:27 +00:00
name : Thinkific - Open Redirect
2021-01-11 06:58:56 +00:00
author : Gal Nagli
2021-08-24 07:56:21 +00:00
severity : medium
2022-10-19 21:11:27 +00:00
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
2021-02-12 05:53:01 +00:00
tags : redirect
2021-01-11 06:58:56 +00:00
requests :
- method : GET
path :
2022-06-06 10:40:15 +00:00
- "{{BaseURL}}/api/sso/v2/sso/jwt?error_url=http://interact.sh"
2021-01-11 06:58:56 +00:00
matchers-condition : and
matchers :
- type : status
status :
- 302
- type : word
words :
2022-10-19 21:11:27 +00:00
- "<a href=\"http://interact.sh?kind=jwt&message=Nil+JSON+web+token\""
2021-01-11 06:58:56 +00:00
condition : or
part : body
2022-10-19 21:11:27 +00:00
# Enhanced by md on 2022/10/18