37 lines
1.0 KiB
YAML
37 lines
1.0 KiB
YAML
id: CVE-2022-23944
|
|
|
|
info:
|
|
name: Apache ShenYu Admin Unauth Access
|
|
author: cckuakilong
|
|
severity: medium
|
|
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."
|
|
remediation: Upgrade to Apache ShenYu (incubating) 2.4.2 or apply the appropriate patch.
|
|
reference:
|
|
- https://github.com/apache/incubator-shenyu/pull/2462
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-23944
|
|
- https://github.com/cckuailong/reapoc/blob/main/2022/CVE-2022-23944/vultarget/README.md
|
|
classification:
|
|
cve-id: CVE-2022-23944
|
|
cwe-id: CWE-862
|
|
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
|
|
|
|
# Enhanced by mp on 2022/03/08
|