nuclei-templates/vulnerabilities/other/yarn-resourcemanager-rce.yaml

20 lines
381 B
YAML

id: yarn-resourcemanager-rce
info:
name: Apache Yarn ResourceManager RCE
author: pd-team
severity: low
tags: apache,rce
requests:
- method: POST
path:
- '{{BaseURL}}/ws/v1/cluster/apps/new-application'
matchers:
- type: word
words:
- 'application-id'
- type: status
status:
- 200
matchers-condition: and