2022-12-01 05:21:58 +00:00
|
|
|
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:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 2
|
2022-12-01 05:21:58 +00:00
|
|
|
verified: true
|
|
|
|
github-query: filename:user_secrets.yml
|
2022-12-04 05:43:39 +00:00
|
|
|
tags: openstack,config,exposure,files
|
2022-12-01 05:21:58 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-12-01 05:21:58 +00:00
|
|
|
- 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:
|
2022-12-01 19:14:20 +00:00
|
|
|
- "_password:"
|
2022-12-01 05:21:58 +00:00
|
|
|
- "OpenStack environment"
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|