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.
The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources.
Link | Tags |
---|---|
https://github.com/apolloconfig/apollo/security/advisories/GHSA-368x-wmmg-hq5c | third party advisory |
https://github.com/apolloconfig/apollo/pull/4663 | patch issue tracking |
https://github.com/apolloconfig/apollo/commit/7df79bf8df6960433ed4ff782a54e3dfc74632bd | patch |
https://github.com/apolloconfig/apollo/releases/tag/v2.1.0 | release notes |