-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #78 from wallarm/feature/consul-disclosure
consul disclosure detect for scanner
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |