storm-unauthorized-access: Apache Storm Unauthorized Access

2025-08-01 Apache Storm PoC Public

Description

Apache Storm Unauthorized Access

PoC

id: storm-unauthorized-access

info:
  name: Apache Storm Unauthorized Access
  author: pikpikcu
  severity: medium
  verified: false
  reference:
    - https://storm.apache.org/releases/current/STORM-UI-REST-API.html
  description: |-
    Apache Storm Unauthorized Access
  tags: storm,unauth
  created: 2023/07/07

rules:
  r0:
    request:
      method: GET
      path: /api/v1/cluster/summary
    expression: response.status == 200 && response.body.bcontains(b"{\"totalMem\":") && response.body.bcontains(b"\"stormVersion\":")
expression: r0()

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

References

Related Vulnerabilities