一、 漏洞 CVE-2023-27524 基础信息
漏洞信息
                                        # Apache Superset:使用提供的默认SECRET_KEY时存在Session验证漏洞

## 漏洞概述
Apache Superset 版本 2.0.1 及之前版本存在 Session Validation 攻击。如果安装时未根据安装说明更改默认的 `SECRET_KEY`,攻击者可以进行身份验证并访问未经授权的资源。

## 影响版本
- Apache Superset 版本 2.0.1 及之前版本

## 细节
- 如果安装时使用了默认的 `SECRET_KEY`,攻击者可以利用这个漏洞进行身份验证,并访问未经授权的资源。
- Superset 管理员如果更改了默认的 `SECRET_KEY` 配置,则不受此漏洞影响。
- 所有 Superset 安装都应设置一个唯一且安全的 `SECRET_KEY`,用于安全签署所有 session cookies 并加密数据库中的敏感信息。

## 影响
- 在 `superset_config.py` 文件中添加一个强 `SECRET_KEY`:
  ```python
  SECRET_KEY = <YOUR_OWN_RANDOM_GENERATED_SECRET_KEY>
  ```
- 或者,可以通过 `SUPERSET_SECRET_KEY` 环境变量设置:
  ```bash
  SUPERSET_SECRET_KEY=<YOUR_OWN_RANDOM_GENERATED_SECRET_KEY>
  ```
                                        
提示
尽管我们采用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。
神龙会尽力确保数据准确,但也请结合实际情况进行甄别与判断。
神龙祝您一切顺利!
漏洞标题
Apache Superset: Session validation vulnerability when using provided default SECRET_KEY
来源:美国国家漏洞数据库 NVD
漏洞描述信息
Session Validation attacks in Apache Superset versions up to and including 2.0.1. Installations that have not altered the default configured SECRET_KEY according to installation instructions allow for an attacker to authenticate and access unauthorized resources. This does not affect Superset administrators who have changed the default value for SECRET_KEY config. All superset installations should always set a unique secure random SECRET_KEY. Your SECRET_KEY is used to securely sign all session cookies and encrypting sensitive information on the database. Add a strong SECRET_KEY to your `superset_config.py` file like: SECRET_KEY = <YOUR_OWN_RANDOM_GENERATED_SECRET_KEY> Alternatively you can set it with `SUPERSET_SECRET_KEY` environment variable.
来源:美国国家漏洞数据库 NVD
CVSS信息
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:L
来源:美国国家漏洞数据库 NVD
漏洞类别
不安全的默认资源初始化
来源:美国国家漏洞数据库 NVD
漏洞标题
Apache Superset 安全漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Apache Superset是美国阿帕奇(Apache)基金会的一个数据可视化和数据探索平台。 Apache Superset 2.0.1版本及之前版本存在安全漏洞。攻击者利用该漏洞验证和访问未经授权的资源。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
其他
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2023-27524 的公开POC
# POC 描述 源链接 神龙链接
1 Basic PoC for CVE-2023-27524: Insecure Default Configuration in Apache Superset https://github.com/horizon3ai/CVE-2023-27524 POC详情
2 Apahce-Superset身份认证绕过漏洞(CVE-2023-27524)检测工具 https://github.com/Okaytc/Superset_auth_bypass_check POC详情
3 Apache Superset Auth Bypass Vulnerability CVE-2023-27524. https://github.com/antx-code/CVE-2023-27524 POC详情
4 A POC for the all new CVE-2023-27524 which allows for authentication bypass and gaining access to the admin dashboard. https://github.com/MaanVader/CVE-2023-27524-POC POC详情
5 Perform With Apache-SuperSet Leaked Token [CSRF] https://github.com/ThatNotEasy/CVE-2023-27524 POC详情
6 None https://github.com/TardC/CVE-2023-27524 POC详情
7 CVE-2023-27524 https://github.com/necroteddy/CVE-2023-27524 POC详情
8 None https://github.com/jakabakos/CVE-2023-27524-Apache-Superset-Auth-Bypass-and-RCE POC详情
9 Apache Superset 默认SECRET_KEY 漏洞(CVE-2023-27524) https://github.com/CN016/Apache-Superset-SECRET_KEY-CVE-2023-27524- POC详情
10 CVE-2023-27524 https://github.com/NguyenCongHaiNam/Research-CVE-2023-27524 POC详情
11 Tool for finding CVE-2023-27524 (Apache Superset - Authentication Bypass) https://github.com/karthi-the-hacker/CVE-2023-27524 POC详情
12 Tool for finding CVE-2023-27524 (Apache Superset - Authentication Bypass) https://github.com/Cappricio-Securities/CVE-2023-27524 POC详情
13 Apache Superset Auth Bypass Vulnerability CVE-2023-27524. https://github.com/ZZ-SOCMAP/CVE-2023-27524 POC详情
14 CVE-2023-27524 https://github.com/h1n4mx0/Research-CVE-2023-27524 POC详情
15 Session Validation attacks in Apache Superset versions up to and including 2.0.1. Installations that have not altered the default configured SECRET_KEY according to installation instructions allow for an attacker to authenticate and access unauthorized resources. This does not affect Superset administrators who have changed the default value for SECRET_KEY config. https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2023/CVE-2023-27524.yaml POC详情
16 None https://github.com/Threekiii/Awesome-POC/blob/master/Web%E5%BA%94%E7%94%A8%E6%BC%8F%E6%B4%9E/Apache%20Superset%20%E7%A1%AC%E7%BC%96%E7%A0%81%20JWT%20%E5%AF%86%E9%92%A5%E5%AF%BC%E8%87%B4%E8%AE%A4%E8%AF%81%E7%BB%95%E8%BF%87%E6%BC%8F%E6%B4%9E%20CVE-2023-27524.md POC详情
17 https://github.com/vulhub/vulhub/blob/master/superset/CVE-2023-27524/README.md POC详情
三、漏洞 CVE-2023-27524 的情报信息