nuclei-templates/http/misconfiguration/nomad-jobs.yaml

39 lines
743 B
YAML
Raw Normal View History

2021-05-19 18:27:03 +00:00
id: exposed-nomad
info:
name: Nomad - Exposed Jobs
2021-05-19 18:27:03 +00:00
author: pdteam
severity: medium
description: Nomad jobs were discovered.
reference:
- https://www.nomadproject.io/docs/internals/security
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
tags: nomad,devops,hashicorp,panel,misconfig
metadata:
max-request: 1
2021-05-19 18:27:03 +00:00
http:
2021-05-19 18:27:03 +00:00
- method: GET
path:
- "{{BaseURL}}/ui/jobs"
matchers-condition: and
matchers:
- type: word
words:
- "Nomad"
- "nomad-ui"
condition: and
- type: word
words:
- "text/html"
part: header
- type: status
status:
- 200