hadoop-disclosure: Apache Hadoop Disclosure

2025-08-01 Apache Hadoop PoC Public

Description

Apache Hadoop 存在目录浏览漏洞,攻击者可以通过访问/dfshealth.html来获取Hadoop集群的配置信息。

PoC

id: hadoop-disclosure

info:
  name: Apache Hadoop Disclosure
  author: zan8in
  severity: low
  verified: true
  description: |-
    Apache Hadoop 存在目录浏览漏洞,攻击者可以通过访问/dfshealth.html来获取Hadoop集群的配置信息。
  tags: hadoop,disclosure
  created: 2023/10/29

rules:
  r0:
    request:
      method: GET
      path: /dfshealth.html
    expression: response.status == 200 && response.body.bcontains(b'class="navbar-brand"') && response.body.bcontains(b'dfshealth.js')
expression: r0()

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

References

Related Vulnerabilities