CVE-2025-13394: Cross-Site Request Forgery via Ajax Processor Endpoints in Multiple WSO2 Products Enables Unauthorized Actions
The Ajax processor within the Carbon console fails to adequately protect state-changing operations from Cross-Site Request Forgery (CSRF) attacks. Specifically, it utilizes the HTTP GET method for these operations, and while the SameSite=Lax cookie attribute is employed for mitigation, this mechanism is bypassed as it permits cookies to be sent with cross-origin top-level navigation requests, including GET requests. This allows an attacker to trick an authenticated user's browser into unknowingly executing unintended actions.
An attacker can exploit this vulnerability to perform unauthorized state-altering requests on behalf of authenticated users. This could lead to consequences such as data modification, account changes, or other actions that could result in data compromise or loss of user control over their account. However, this attack is only feasible if the Carbon console and related services are exposed to the public internet, which is not recommended according to WSO2's security guidelines.
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Compensating control
Do not expose the WSO2 Carbon console and related services to the public internet; restrict external access per WSO2 security guidelines.
Event History
Frequently Asked Questions
What is the severity of CVE-2025-13394?
The severity of CVE-2025-13394 is medium with a score of 5.4.
How do I fix CVE-2025-13394?
To fix CVE-2025-13394, it is recommended to implement CSRF tokens for state-changing operations in the affected WSO2 products.
What type of attack does CVE-2025-13394 represent?
CVE-2025-13394 represents a Cross-Site Request Forgery (CSRF) attack risk.
Which WSO2 products are affected by CVE-2025-13394?
CVE-2025-13394 affects multiple WSO2 products that use the Ajax processor within the Carbon console.
What mitigation measures are in place for CVE-2025-13394?
Mitigation for CVE-2025-13394 includes using the SameSite=Lax cookie attribute, but further protections are necessary.