43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
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-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
|
|
cvss-score: 10
|
|
cwe-id: CWE-288
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.favicon.hash:450899026
|
|
tags: unauth,jupyter,jupyterlab,misconfig
|
|
|
|
http:
|
|
- 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
|
|
# digest: 4b0a00483046022100d7aed3c65fb042b852a0bfc96e912e9d3e76c6643dbb75ca868be1e8a08ef3b0022100ea1784a7b81695b14ce7d865ab32d7bfa6108402af13e4d6a3034aa2d6629fce:922c64590222798bb761d5b6d8e72950 |