34 lines
728 B
YAML
34 lines
728 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:
|
|
max-request: 2
|
|
verified: true
|
|
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
|