Vulnerabilities (CVE)

Filtered by vendor Alibaba Subscribe
Filtered by product Nacos
Total 5 CVE
CVE Vendors Products Updated CVSS v2 CVSS v3
CVE-2021-43116 1 Alibaba 1 Nacos 2023-12-10 6.5 MEDIUM 8.8 HIGH
An Access Control vulnerability exists in Nacos 2.0.3 in the access prompt page; enter username and password, click on login to capture packets and then change the returned package, which lets a malicious user login.
CVE-2021-44667 1 Alibaba 1 Nacos 2023-12-10 4.3 MEDIUM 6.1 MEDIUM
A Cross Site Scripting (XSS) vulnerability exists in Nacos 2.0.3 in auth/users via the (1) pageSize and (2) pageNo parameters.
CVE-2021-29441 1 Alibaba 1 Nacos 2023-12-10 7.5 HIGH 9.8 CRITICAL
Nacos is a platform designed for dynamic service discovery and configuration and service management. In Nacos before version 1.4.1, when configured to use authentication (-Dnacos.core.auth.enabled=true) Nacos uses the AuthFilter servlet filter to enforce authentication. This filter has a backdoor that enables Nacos servers to bypass this filter and therefore skip authentication checks. This mechanism relies on the user-agent HTTP header so it can be easily spoofed. This issue may allow any user to carry out any administrative tasks on the Nacos server.
CVE-2021-29442 1 Alibaba 1 Nacos 2023-12-10 5.0 MEDIUM 7.5 HIGH
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)
CVE-2020-19676 1 Alibaba 1 Nacos 2023-12-10 5.0 MEDIUM 5.3 MEDIUM
Nacos 1.1.4 is affected by: Incorrect Access Control. An environment can be set up locally to get the service details interface. Then other Nacos service names can be accessed through the service list interface. Service details can then be accessed when not logged in. (detail:https://github.com/alibaba/nacos/issues/2284)