2022-01-27 10:29:26 +00:00
id : CVE-2022-23944
info :
2022-03-08 15:41:08 +00:00
name : Apache ShenYu Admin Unauth Access
2022-01-27 10:29:26 +00:00
author : cckuakilong
2022-05-17 09:18:12 +00:00
severity : critical
2022-04-22 10:38:41 +00:00
description : Apache ShenYu suffers from an unauthorized access vulnerability where a user can access /plugin api without authentication. This issue affected Apache ShenYu 2.4.0 and 2.4.1.
2022-01-27 10:29:26 +00:00
reference :
2022-03-08 15:41:08 +00:00
- https://github.com/apache/incubator-shenyu/pull/2462
2022-01-27 10:29:26 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-23944
- https://github.com/cckuailong/reapoc/blob/main/2022/CVE-2022-23944/vultarget/README.md
2022-05-17 09:18:12 +00:00
- https://lists.apache.org/thread/dbrjnnlrf80dr0f92k5r2ysfvf1kr67y
remediation : Upgrade to Apache ShenYu (incubating) 2.4.2 or apply the appropriate patch.
2022-01-27 10:29:26 +00:00
classification :
2022-05-17 09:18:12 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
cvss-score : 9.1
2022-01-27 10:29:26 +00:00
cve-id : CVE-2022-23944
2022-05-17 09:18:12 +00:00
cwe-id : CWE-306
2022-01-27 10:29:26 +00:00
tags : cve,cve2022,shenyu,unauth,apache
requests :
- method : GET
path :
- "{{BaseURL}}/plugin"
matchers-condition : and
matchers :
- type : word
part : body
words :
- '"message":"query success"'
- '"code":200'
condition : and
- type : status
status :
- 200
2022-03-08 15:41:08 +00:00
# Enhanced by mp on 2022/03/08