← Back to browse · API

CVE-2021-29442

Severity
HIGH
CVSS
8.6
EPSS
0.64697
Risk score
57.04
CISA KEV
No
PoC
No
Published
2021-04-27
Modified
2024-08-03
First seen
2026-08-08
Aliases
EUVD-2021-0888, GHSA-XV5H-V7JH-P2QH
Products
alibaba:nacos < 1.4.1
Sources
euvd EUVD-2021-0888

Description

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