2022-06-08 21:41:58 +00:00
|
|
|
id: jupyter-notebooks-exposed
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Jupyter notebooks exposed to reading and writing
|
|
|
|
author: johnk3r
|
2023-05-05 13:34:02 +00:00
|
|
|
severity: high
|
2024-01-03 06:08:41 +00:00
|
|
|
description: Jupyter notebooks are exposed.
|
2022-06-08 21:41:58 +00:00
|
|
|
reference:
|
|
|
|
- https://blog.aquasec.com/python-ransomware-jupyter-notebook
|
2024-09-10 09:08:16 +00:00
|
|
|
classification:
|
|
|
|
cpe: cpe:2.3:a:jupyter:notebook:*:*:*:*:*:*:*:*
|
2022-06-08 21:41:58 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2024-09-10 08:22:50 +00:00
|
|
|
vendor: jupyter
|
2024-09-10 09:08:16 +00:00
|
|
|
product: notebook
|
|
|
|
shodan-query: title:"Home Page - Select or create a notebook"
|
2022-06-08 21:41:58 +00:00
|
|
|
tags: jupyter,misconfig
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-06-08 21:41:58 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2022-06-08 21:41:58 +00:00
|
|
|
max-redirects: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2022-06-08 21:41:58 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '<title>Home Page - Select or create a notebook</title>'
|
|
|
|
- '<div> There are no notebooks running. </div>'
|
|
|
|
condition: or
|
2024-09-12 05:14:01 +00:00
|
|
|
# digest: 4a0a00473045022100b0124b745239386fa1df10ede37200ad95d02a4a016b588f5163683a4689ae28022041918d48d658029cb0bc87aa4add38eb8958562b21c9c0495af41bd6a0885a5a:922c64590222798bb761d5b6d8e72950
|