CVE-2020-19676: Incorrect Access Control in Nacos
5.3
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.58667%
CWE
Published
8/2/2021
Updated
2/1/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
com.alibaba.nacos:nacos-common | maven | < 1.2.0 | 1.2.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability centers on missing authentication checks in service metadata endpoints. While explicit patch diffs aren't available, the 1.2.0 release notes explicitly reference fixing access control (Issue #1105) and the CVE describes unauthorized access to service list/detail endpoints. In Spring-based architectures like Nacos, these would map to controller methods handling /v1/ns/service/list and /v1/ns/service/detail endpoints. The confidence is medium because we're inferring based on architectural patterns and issue descriptions rather than direct patch analysis.