Skip to content

Commit 02a83bb

Browse files
Merge pull request #78 from wallarm/feature/consul-disclosure
consul disclosure detect for scanner
2 parents 95eeda2 + cf470b0 commit 02a83bb

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Consul_UI_Disclosure.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
send:
2+
- method: 'GET'
3+
url: '/ui/'
4+
5+
detect:
6+
- response:
7+
- body: "<title>Consul by HashiCorp<\/title>"
8+
- body: '<!-- CONSUL_VERSION: \d+\.\d+\.\d+ -->'
9+
10+
meta-info:
11+
- title: "Disclosure of sensitive information in Consul UI"
12+
- 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."
13+
- additional: "For more information, see https://lab.wallarm.com/consul-by-hashicorp-from-infoleak-to-rce/"
14+
- type: info
15+
- threat: 35
16+
- applicable_for:
17+
- scanner
18+
- tags:
19+
- Consul UI
20+
- CWE-200 Information Exposure
21+
- Disclosure of technical information

0 commit comments

Comments
 (0)