VYPR
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.

PackageAffected versionsPatched versions
com.ctrip.framework.apollo:apolloMaven
< 2.1.02.1.0

Affected products

1

Patches

1
00d968a7229f

config cookie same site to lax

https://github.com/apolloconfig/apolloJason SongNov 26, 2022via ghsa
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

News mentions

0

No linked articles in our index yet.