Skip to content

Commit

Permalink
Merge pull request #78 from wallarm/feature/consul-disclosure
Browse files Browse the repository at this point in the history
consul disclosure detect for scanner
  • Loading branch information
MKirichenko-Wallarm authored Nov 19, 2020
2 parents 95eeda2 + cf470b0 commit 02a83bb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Consul_UI_Disclosure.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
send:
- method: 'GET'
url: '/ui/'

detect:
- response:
- body: "<title>Consul by HashiCorp<\/title>"
- body: '<!-- CONSUL_VERSION: \d+\.\d+\.\d+ -->'

meta-info:
- title: "Disclosure of sensitive information in Consul UI"
- description: "The vulnerability exists due to lack of authorization to access Consul UI. As a result, the attacker may obtain sensitive information and use it in other attacks."
- additional: "For more information, see https://lab.wallarm.com/consul-by-hashicorp-from-infoleak-to-rce/"
- type: info
- threat: 35
- applicable_for:
- scanner
- tags:
- Consul UI
- CWE-200 Information Exposure
- Disclosure of technical information

0 comments on commit 02a83bb

Please sign in to comment.