Merge pull request #7144 from j4vaovo/patch-31

Create apache-zeppelin-unauth.yaml
patch-1
Dhiyaneshwaran 2023-05-02 14:33:52 +05:30 committed by GitHub
commit 547bc9ee0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,42 @@
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:
verified: "true"
shodan-query: title:"Zeppelin"
fofa-query: title="Zeppelin"
tags: misconfig,apache,zeppelin,unauth
http:
- method: GET
path:
- "{{BaseURL}}/api/security/ticket"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'status":"OK'
- '"ticket":"anonymous"'
condition: and
- type: word
part: header
words:
- 'application/json'
- type: status
status:
- 200