CVE-2021-29442

Nacos is a platform designed for dynamic service discovery and configuration and service management. In Nacos before version 1.4.1, the ConfigOpsController lets the user perform management operations like querying the database or even wiping it out. While the /data/remove endpoint is properly protected with the @Secured annotation, the /derby endpoint is not protected and can be openly accessed by unauthenticated users. These endpoints are only valid when using embedded storage (derby DB) so this issue should not affect those installations using external storage (e.g. mysql)
References
Link Resource
https://github.com/advisories/GHSA-36hp-jr8h-556f Exploit Third Party Advisory
https://github.com/alibaba/nacos/issues/4463 Exploit Third Party Advisory
https://github.com/alibaba/nacos/pull/4517 Patch Third Party Advisory
Configurations

Configuration 1 (hide)

cpe:2.3:a:alibaba:nacos:*:*:*:*:*:*:*:*

History

07 May 2021, 15:37

Type Values Removed Values Added
CPE cpe:2.3:a:alibaba:nacos:*:*:*:*:*:*:*:*
CVSS v2 : unknown
v3 : unknown
v2 : 5.0
v3 : 7.5
References (CONFIRM) https://github.com/advisories/GHSA-36hp-jr8h-556f - (CONFIRM) https://github.com/advisories/GHSA-36hp-jr8h-556f - Exploit, Third Party Advisory
References (MISC) https://github.com/alibaba/nacos/issues/4463 - (MISC) https://github.com/alibaba/nacos/issues/4463 - Exploit, Third Party Advisory
References (MISC) https://github.com/alibaba/nacos/pull/4517 - (MISC) https://github.com/alibaba/nacos/pull/4517 - Patch, Third Party Advisory

27 Apr 2021, 21:15

Type Values Removed Values Added
New CVE

Information

Published : 2021-04-27 21:15

Updated : 2023-12-10 13:55


NVD link : CVE-2021-29442

Mitre link : CVE-2021-29442

CVE.ORG link : CVE-2021-29442


JSON object : View

Products Affected

alibaba

  • nacos
CWE
CWE-306

Missing Authentication for Critical Function