2020-10-03 06:34:41 +00:00
|
|
|
id: jupyter-ipython-unauth
|
|
|
|
|
2020-10-01 19:23:47 +00:00
|
|
|
info:
|
2022-05-20 21:38:52 +00:00
|
|
|
name: Jupyter ipython - Authorization Bypass
|
2020-10-01 19:23:47 +00:00
|
|
|
author: pentest_swissky
|
|
|
|
severity: critical
|
2022-05-20 21:38:52 +00:00
|
|
|
description: Jupyter was able to be accessed without authentication.
|
|
|
|
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
|
|
|
|
tags: unauth,jupyter
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2020-10-03 06:34:41 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2020-10-01 19:23:47 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2020-10-03 06:34:41 +00:00
|
|
|
- "{{BaseURL}}/ipython/tree"
|
|
|
|
|
2020-10-01 19:23:47 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- ipython/static/components
|
|
|
|
- ipython/kernelspecs
|
2022-05-20 21:38:52 +00:00
|
|
|
part: body
|
|
|
|
|
|
|
|
# Enhanced by mp on 2022/05/20
|