CVE-2021-29442
Nacos is a platform designed for dynamic service discovery and configuration and service management.
Does this matter?
EPSS puts the probability of exploitation in the next 30 days at 66.6%, higher than 99% of all known CVEs. Patch or mitigate before the next change window.
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)
- CVSS 3.1
- 7.5 HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
- EPSS
- 66.63% probability · 99th percentile
- CISA KEV
- Not listed
- Weakness
- CWE-306
- Affected
- alibaba/nacos
- Source
- security-advisories@github.com
References
- https://github.com/advisories/GHSA-36hp-jr8h-556fExploit, Third Party Advisory
- https://github.com/alibaba/nacos/issues/4463Exploit, Third Party Advisory
- https://github.com/alibaba/nacos/pull/4517Patch, Third Party Advisory
- https://github.com/advisories/GHSA-36hp-jr8h-556fExploit, Third Party Advisory
- https://github.com/alibaba/nacos/issues/4463Exploit, Third Party Advisory
- https://github.com/alibaba/nacos/pull/4517Patch, Third Party Advisory
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.