Enhancement: cves/2021/CVE-2021-45232.yaml by mp

patch-1
MostInterestingBotInTheWorld 2022-02-28 14:56:46 -05:00
parent 776b796ce9
commit 51dd8b488b
1 changed files with 5 additions and 2 deletions

View File

@ -1,10 +1,11 @@
id: CVE-2021-45232
info:
name: Apache APISIX Dashboard api unauth access
name: Apache APISIX Dashboard API Unauthorized Access
author: Mr-xn
severity: critical
description: In Apache APISIX Dashboard before 2.10.1, the Manager API uses two frameworks and introduces framework `droplet` on the basis of framework `gin`, all APIs and authentication middleware are developed based on framework `droplet`, but some API directly use the interface of framework `gin` thus bypassing the authentication.
description: In Apache APISIX Dashboard before 2.10.1, the Manager API uses two frameworks and introduces framework `droplet` on the basis of framework `gin.' While all APIs and authentication middleware are developed based on framework `droplet`, some API directly use the interface of framework `gin` thus bypassing their authentication.
remediation: Upgrade to release 2.10.1 or later. Or, change the default username and password, and restrict the source IP to access the Apache APISIX Dashboard.
reference:
- https://apisix.apache.org/zh/blog/2021/12/28/dashboard-cve-2021-45232/
- https://github.com/pingpongcult/CVE-2021-45232
@ -33,3 +34,5 @@ requests:
- type: status
status:
- 200
# Enhanced by mp on 2022/02/28