漏洞描述
Apache Storm Unauthorized Access
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()