2021-10-30 11:17:35 +00:00
|
|
|
id: spark-webui-unauth
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2021-04-23 12:07:19 +00:00
|
|
|
info:
|
|
|
|
name: Unauthenticated Spark WebUI
|
|
|
|
author: princechaddha
|
|
|
|
severity: medium
|
2024-01-02 15:45:12 +00:00
|
|
|
description: Spark WebUI is exposed to external users without any authentication.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/vulhub/vulhub/tree/master/spark/unacc
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: unauth,vulhub,spark
|
2021-04-23 12:07:19 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-04-23 12:07:19 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2021-08-02 07:23:35 +00:00
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
2021-04-23 12:07:19 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2021-04-23 12:07:19 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
2021-04-26 16:27:46 +00:00
|
|
|
- "<title>Spark Master at spark://"
|
2021-04-23 12:07:19 +00:00
|
|
|
- "<strong>URL:</strong>"
|
|
|
|
part: body
|
|
|
|
condition: and
|
2024-01-15 11:49:24 +00:00
|
|
|
# digest: 490a0046304402200697246a224d59611969bec6bc089a700f331f2e864ba42a9631703be5d03bed02202a73171ff8f99ab060e9ef96363c4cd0899536f10b5679eeddfe53e78079c991:922c64590222798bb761d5b6d8e72950
|