nuclei-templates/http/misconfiguration/apache/apache-zeppelin-unauth.yaml

43 lines
939 B
YAML
Raw Normal View History

2023-04-26 23:58:20 +00:00
id: apache-zeppelin-unauth
info:
name: Apache Zeppelin - Unauthenticated Access
author: j4vaovo
severity: high
description: |
Apache Zeppelin server was able to be accessed because no authentication was required.
reference: |
- https://www.adminxe.com/2172.html
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L
cvss-score: 8.6
cwe-id: CWE-285
metadata:
2023-06-04 08:13:42 +00:00
verified: true
2023-04-26 23:58:20 +00:00
shodan-query: title:"Zeppelin"
fofa-query: title="Zeppelin"
tags: misconfig,apache,zeppelin,unauth
2023-05-02 09:00:55 +00:00
http:
2023-04-26 23:58:20 +00:00
- method: GET
path:
- "{{BaseURL}}/api/security/ticket"
matchers-condition: and
matchers:
- type: word
part: body
words:
2023-05-01 17:45:58 +00:00
- 'status":"OK'
2023-04-27 05:57:20 +00:00
- '"ticket":"anonymous"'
condition: and
2023-04-26 23:58:20 +00:00
- type: word
part: header
words:
- 'application/json'
- type: status
status:
- 200