nuclei-templates/http/misconfiguration/jupyter-lab-unauth.yaml

43 lines
880 B
YAML
Raw Normal View History

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:
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
2023-04-03 10:39:14 +00:00
metadata:
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
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