spark-webui-unauth: Spark WebUI Unauthenticated

2025-08-01 Spark WebUI PoC Public

Description

Apache Spark WebUI Unauthenticated

PoC

id: spark-webui-unauth
info:
  name: Spark WebUI Unauthenticated
  author: princechaddha
  severity: medium
  verified: false
  reference:
    - https://github.com/vulhub/vulhub/tree/master/spark/unacc
    - https://www.secpod.com/blog/unauthenticated-access-to-apache-spark-web-ui/
  description: |-
    Apache Spark WebUI Unauthenticated
  tags: spark,webui,unauth
  created: 2023/07/07

rules:
  r0:
    request:
      method: GET
      path: /
    expression: response.status == 200 && response.body.bcontains(b"<title>Spark Master at spark://") && response.body.bcontains(b"<strong>URL:</strong>")
expression: r0()

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

References

Related Vulnerabilities