Merge pull request #7002 from j4vaovo/patch-6

Create jupyter-lab-unauth.yaml
patch-1
Dhiyaneshwaran 2023-04-04 07:38:51 +05:30 committed by GitHub
commit 07db12d4a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,41 @@
id: unauth-jupyter-lab
info:
name: Jupyter Lab - Unauthenticated Access
author: j4vaovo
severity: critical
description: |
JupyterLab was able to be accessed without authentication.
reference:
- https://paper.seebug.org/2058/
classification:
cvss-score: 10.0
cvss-metrics: AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cwe-id: CWE-288
metadata:
shodan-query: http.favicon.hash:450899026
tags: unauth,jupyter,jupyterlab,misconfig
requests:
- method: GET
path:
- '{{BaseURL}}/lab/api/settings/'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"id":'
- '"settings"'
- '"schema":'
condition: and
- type: word
part: header
words:
- "application/json"
- type: status
status:
- 200