tensorboard-unauth: Tensorboard Unauth

2025-08-01 tensorboard-unauth PoC Public

Description

Tensorboard Unauthenticated

PoC

id: tensorboard-unauth

info:
  name: Tensorboard Unauth
  author: p0wd3r
  severity: high
  verified: true
  reference:
    - https://github.com/tensorflow/tensorboard
  description: |-
    Tensorboard Unauthenticated
  tags: tensorboard,unauth
  created: 2023/07/07

rules:
  r0:
    request:
      method: GET
      path: /data/plugins_listing
      follow_redirects: true
    expression: response.status == 200 && response.content_type.contains("application/json") && response.body.bcontains(b"profile") && response.body.bcontains(b"distributions")
expression: r0()

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

References

Related Vulnerabilities