Moderate severityNVD Advisory· Published Feb 20, 2023· Updated Mar 10, 2025
apollo-portal has potential CSRF issue
CVE-2023-25569
Description
Apollo is a configuration management system. Prior to version 2.1.0, a low-privileged user can create a special web page. If an authenticated portal admin visits this page, the page can silently send a request to assign new roles for that user without any confirmation from the Portal admin. Cookie SameSite strategy was set to Lax in version 2.1.0. As a workaround, avoid visiting unknown source pages.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
com.ctrip.framework.apollo:apolloMaven | < 2.1.0 | 2.1.0 |
Affected products
1- Range: < 2.1.0
Patches
100d968a7229fconfig cookie same site to lax
1 file changed · +5 −0
apollo-portal/src/main/resources/application.yml+5 −0 modified@@ -38,6 +38,11 @@ server: enabled: true tomcat: use-relative-redirects: true + servlet: + session: + cookie: + # prevent csrf + same-site: Lax logging: file:
Vulnerability mechanics
Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
7- github.com/advisories/GHSA-fmxq-v8mg-qh25ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2023-25569ghsaADVISORY
- github.com/apolloconfig/apollo/commit/00d968a7229f809b0d8ed0532e8c01a6c2b7c750ghsax_refsource_MISCWEB
- github.com/apolloconfig/apollo/pull/4664ghsax_refsource_MISCWEB
- github.com/apolloconfig/apollo/releases/tag/v2.1.0ghsax_refsource_MISCWEB
- github.com/apolloconfig/apollo/security/advisories/GHSA-fmxq-v8mg-qh25ghsax_refsource_CONFIRMWEB
- www.apolloconfig.comghsax_refsource_MISCWEB
News mentions
0No linked articles in our index yet.