Description
Apollo is a configuration management system. Prior to version 2.1.0, there are potential security issues if users expose apollo-configservice to the internet, which is not recommended. This is because there is no authentication feature enabled for the built-in eureka service. Malicious hackers may access eureka directly to mock apollo-configservice and apollo-adminservice. Login authentication for eureka was added in version 2.1.0. As a workaround, avoid exposing apollo-configservice to the internet.
CVSS breakdown
CVSS 3.1
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None
Affected products
- apolloconfig / apollo< 2.1.0 – < 2.1.0
References
- VENDOR_ADVISORYhttps://github.com/apolloconfig/apollo/security/advisories/GHSA-368x-wmmg-hq5c
- PATCHhttps://github.com/apolloconfig/apollo/pull/4663
- PATCHhttps://github.com/apolloconfig/apollo/commit/7df79bf8df6960433ed4ff782a54e3dfc74632bd
- PATCHhttps://github.com/apolloconfig/apollo/releases/tag/v2.1.0