37 lines
924 B
YAML
37 lines
924 B
YAML
id: openstack-user-secrets
|
|
|
|
info:
|
|
name: OpenStack User Secrets Exposure
|
|
author: geeknik
|
|
severity: high
|
|
reference:
|
|
- https://docs.openstack.org/project-deploy-guide/openstack-ansible/stein/configure.html
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
github-query: filename:user_secrets.yml
|
|
tags: openstack,config,exposure,files
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/user_secrets.yml"
|
|
- "{{BaseURL}}/user_secrets.yml.old"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "_password:"
|
|
- "OpenStack environment"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502205f45011345f89e7f082c0041e0d9617da2b1357fe60e4e9f39ba93c49102136a022100bd0286df220524e10e221dfed0aeb2de9242413590e319c584ed6867c7324d77:922c64590222798bb761d5b6d8e72950
|