2023-04-03 10:39:14 +00:00
|
|
|
id: unauth-jupyter-lab
|
2023-03-31 07:30:12 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Jupyter Lab - Unauthenticated Access
|
|
|
|
author: j4vaovo
|
|
|
|
severity: critical
|
2023-04-04 02:06:32 +00:00
|
|
|
description: |
|
|
|
|
JupyterLab was able to be accessed without authentication.
|
2023-03-31 07:30:12 +00:00
|
|
|
reference:
|
|
|
|
- https://paper.seebug.org/2058/
|
|
|
|
classification:
|
2024-04-22 08:30:32 +00:00
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
|
2023-10-14 11:27:55 +00:00
|
|
|
cvss-score: 10
|
2023-03-31 07:30:12 +00:00
|
|
|
cwe-id: CWE-288
|
2023-04-03 10:39:14 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2023-04-04 02:06:32 +00:00
|
|
|
shodan-query: http.favicon.hash:450899026
|
|
|
|
tags: unauth,jupyter,jupyterlab,misconfig
|
2023-03-31 07:30:12 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2023-03-31 07:30:12 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2023-04-03 10:39:14 +00:00
|
|
|
- '{{BaseURL}}/lab/api/settings/'
|
2023-03-31 07:30:12 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2023-04-03 10:39:14 +00:00
|
|
|
- '"id":'
|
|
|
|
- '"settings"'
|
|
|
|
- '"schema":'
|
2023-03-31 07:30:12 +00:00
|
|
|
condition: and
|
|
|
|
|
2023-04-04 02:06:32 +00:00
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "application/json"
|
|
|
|
|
2023-03-31 07:30:12 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2024-04-23 10:06:08 +00:00
|
|
|
# digest: 4b0a00483046022100d7aed3c65fb042b852a0bfc96e912e9d3e76c6643dbb75ca868be1e8a08ef3b0022100ea1784a7b81695b14ce7d865ab32d7bfa6108402af13e4d6a3034aa2d6629fce:922c64590222798bb761d5b6d8e72950
|