nuclei-templates/vulnerabilities/portainer-init-deploy.yaml

40 lines
903 B
YAML
Raw Normal View History

2021-05-26 21:31:41 +00:00
id: portainer-init-deploy
2021-05-26 21:31:41 +00:00
info:
name: Portainer - Init Deploy Discovery
2021-05-26 21:31:41 +00:00
author: princechaddha
2023-01-27 14:57:27 +00:00
severity: medium
description: Portainer initialization deployment files were discovered.
2023-02-06 20:18:48 +00:00
reference:
- https://documentation.portainer.io/v2.0/deploy/initial/
2023-01-27 14:57:27 +00:00
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
2023-02-06 20:18:48 +00:00
metadata:
verified: true
shodan-query: title:"Portainer"
tags: portainer,exposure,docker,devops,disclosure
2021-05-26 21:31:41 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/api/users/admin/check"
matchers-condition: and
matchers:
- type: word
words:
- "No administrator account found inside the database"
- type: word
words:
- "application/json"
part: header
- type: status
status:
- 404
# Enhanced by mp on 2022/07/15