CVE-2023-25569: apollo-portal has potential CSRF issue
5.7
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.19913%
CWE
Published
2/22/2023
Updated
2/22/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:H/A:N
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| com.ctrip.framework.apollo:apollo | maven | < 2.1.0 | 2.1.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing SameSite cookie protections in session management configuration rather than specific functions. The patch modifies application.yml to set 'server.servlet.session.cookie.same-site: Lax', indicating the vulnerability was caused by cookie configuration at the framework level. No specific application logic functions are mentioned in vulnerability details or patches - the issue resides in Spring's session cookie handling behavior when not properly configured. The 'Current Vulnerable Functions' array in the advisory is empty, and the fix involves infrastructure configuration changes rather than modifying business logic functions.