2021-01-10 13:11:25 +00:00
id : yarn-resourcemanager-rce
info :
2022-10-10 19:22:59 +00:00
name : Apache Hadoop YARN ResourceManager - Remote Code Execution
2021-04-06 06:46:11 +00:00
author : pdteam
2021-01-10 13:11:25 +00:00
severity : low
2022-10-10 19:22:59 +00:00
description : Apache Hadoop YARN ResourceManager is susceptible to remote code execution. An attacker can execute malware, obtain sensitive information, modify data, and/or gain full control over a compromised system without entering necessary credentials.
2022-04-22 10:38:41 +00:00
reference :
- https://neerajsabharwal.medium.com/hadoop-yarn-hack-9a72cc1328b6
2022-10-10 19:22:59 +00:00
- https://www.infosecmatter.com/nessus-plugin-library/?id=117615
2022-04-22 10:38:41 +00:00
tags : apache,rce
2021-01-10 13:11:25 +00:00
requests :
- method : POST
path :
- '{{BaseURL}}/ws/v1/cluster/apps/new-application'
2021-02-24 15:58:48 +00:00
matchers-condition : and
2021-01-10 13:11:25 +00:00
matchers :
- type : word
words :
2021-02-24 15:58:48 +00:00
- application-id
- maximum-resource-capability
condition : and
2021-01-10 13:11:25 +00:00
- type : status
status :
- 200
2022-10-10 19:22:59 +00:00
# Enhanced by md on 2022/10/05