jupyter-notebook-unauthorized-access: Jupyter Notebook Unauthorized Access

2025-08-01 Jupyter Notebook PoC Public

Description

Jupyter Notebook Unauthorized Access

PoC

id: jupyter-notebook-unauthorized-access

info:
  name: Jupyter Notebook Unauthorized Access
  author: bufsnake
  severity: high
  verified: false
  description: |-
    Jupyter Notebook Unauthorized Access
  tags: jupyter,notebook,unauth
  created: 2023/07/07

rules:
  r0:
    request:
      method: GET
      path: /terminals/3
    expression: response.status == 200 && response.body.bcontains(b"terminals/websocket") && !response.body.bcontains(b"Password:")
expression: r0()

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities