Skip to main content

WSO2 Carbon Console CVE-2025-13394

| EUVDEUVD-2025-210631 MEDIUM
Cross-Site Request Forgery (CSRF) (CWE-352)
2026-08-06 WSO2 GHSA-8rr2-f52p-r9q3
CSRF Wso2 Api Manager Wso2 Identity Server Wso2 Open Banking Am Wso2 Open Banking Iam Wso2 Identity Server As Key Manager Wso2 Universal Gateway Wso2 Traffic Manager Wso2 Api Control Plane Wso2 Enterprise Integrator Wso2 Carbon Identity Entitlement Ui Wso2 Carbon Identity Management Ui1 Wso2 Carbon Identity User Store Configuration Ui Wso2 Carbon Registry Profiles Ui Wso2 Carbon Registry Properties Ui Wso2 Carbon Registry Resources Ui Wso2 Carbon Registry Search Ui Wso2 Stratos User Interface For Tenant Crud Operations Wso2 Stratos Sso Redirector Ui Component Wso2 Carbon Email Verification Ui Wso2 Carbon Event Simulator Ui Wso2 Carbon Execution Manager Ui Wso2 Carbon Governance Custom Lifecycle Checklist Ui Wso2 Carbon Governance Generic Artifact User Interface Wso2 Carbon Governance Life Cycles User Interface Wso2 Carbon Governance Wsdl Tool Ui Wso2 Carbon New Data Sources Ui Wso2 Carbon Registry Info Ui2 Wso2 Carbon Registry Relations Ui Wso2 Carbon Registry Indexing Wso2 Carbon Security Ui Wso2 Carbon Component Andes Event Ui Wso2 Carbon Component Andes Ui1 Wso2 Carbon Hl7 Business Messaging Store Ui Wso2 Carbon Endpoint Editor Ui Wso2 Carbon Publish Event Mediator Configuration Ui Wso2 Carbon Eventing Ui Wso2 Carbon Humantask Ui Wso2 Carbon Logging Ui Wso2 Carbon Template Editor Ui Wso2 Carbon Command Mediator Ui Wso2 Carbon Rule Mediator Ui Wso2 Carbon Throttle Mediator Ui Wso2 Carbon Tasks Core Wso2 Carbon Rest Api Admin Ui Wso2 Carbon Sequence Editor Ui Wso2 Carbon Task Ui Wso2 Carbon Governance Wso2
5.4
CVSS 3.1 · Vendor: WSO2
Share

Severity by source

Vendor (WSO2) PRIMARY
5.4 MEDIUM
AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L
vuln.today AI
5.4 MEDIUM

Attacker needs no credentials (PR:N) but victim must be actively tricked (UI:R); GET-based CSRF yields limited state modification (I:L) and potential session/account disruption (A:L) with no confidentiality exposure (C:N).

3.1 AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L
4.0 AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N

Primary rating from Vendor (WSO2).

CVSS VectorVendor: WSO2

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
Low

Lifecycle Timeline

2
Patch available
Aug 06, 2026 - 09:01 EUVD
Analysis Generated
Aug 06, 2026 - 08:36 vuln.today

DescriptionCVE.org

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.

AnalysisAI

CSRF in the WSO2 Carbon console Ajax processor enables an attacker to silently execute unauthorized state-changing operations on behalf of authenticated administrators across more than ten WSO2 products including Identity Server, API Manager, and Enterprise Integrator. The vulnerability combines two compounding weaknesses: state-altering operations are routed over HTTP GET, and the sole CSRF mitigation - SameSite=Lax - is defeated because browsers permit session cookies to accompany cross-origin top-level GET navigations. No public exploit code has been reported and this CVE does not appear in CISA KEV at time of analysis; however, the breadth of affected WSO2 products and the IAM/API management context make misconfigured internet-exposed deployments a meaningful target for targeted social engineering.

Technical ContextAI

The Carbon console is WSO2's shared legacy administrative web interface underlying all major WSO2 middleware products, as confirmed by CPE data spanning Identity Server, API Manager, Open Banking IAM/AM, Enterprise Integrator, API Control Plane, Universal Gateway, Traffic Manager, and numerous Carbon UI subcomponents. The root cause is CWE-352 (Cross-Site Request Forgery), compounded by an architectural choice to serve state-changing Ajax operations over HTTP GET rather than POST. This design makes conventional CSRF synchronizer-token mitigations inapplicable, because those patterns rely on embedding a secret in the request body or as a non-GET parameter. The SameSite=Lax cookie attribute was deployed as a substitute mitigation, but the Lax policy explicitly permits cookies to be transmitted on cross-origin top-level navigation GET requests - for example, when a user follows a hyperlink or is redirected - which is precisely the vector this attack exploits. A complete CSRF defense would require SameSite=Strict, custom Origin/Referer header validation, or anti-CSRF tokens embedded in all state-changing requests.

RemediationAI

Apply the fix documented in WSO2 security advisory WSO2-2025-4800 (https://security.docs.wso2.com/en/latest/security-announcements/security-advisories/2026/WSO2-2025-4800/); no specific patched version number was available in the input data, so consult the advisory directly for exact upgrade targets. The single most effective compensating control - and WSO2's own stated recommendation - is to ensure the Carbon console and all WSO2 management interfaces are network-isolated and not reachable from the public internet; if followed, this eliminates the external CSRF attack surface entirely. Where immediate network isolation is not feasible, consider upgrading the Carbon console session cookie to SameSite=Strict (which blocks all cross-origin cookie transmission, including top-level GET navigation), though this change may break legitimate cross-origin SSO or redirect flows and should be tested in staging first. Alternatively, deploying a WAF rule to validate that the HTTP Referer or Origin header on Carbon Ajax endpoints matches the expected management domain can block cross-origin CSRF requests, but this control is bypassable if Referer stripping is in play and requires precise rule authoring. Network isolation remains the recommended primary control; cookie and WAF mitigations are secondary and should not substitute for the vendor patch.

CVE-2026-5430 CRITICAL
10.0 Aug 06

Authentication bypass in WSO2 API Manager and related components (Universal Gateway, Traffic Manager, API Control Plane,

CVE-2026-2053 CRITICAL
10.0 Jun 26

Server-side request forgery in WSO2 API Manager lets unauthenticated remote attackers coerce the gateway into making ser

CVE-2026-1728 CRITICAL
9.8 Aug 06

Privilege escalation in WSO2 API Manager and related Carbon-based products allows a low-privileged user, using a validly

CVE-2025-15039 CRITICAL
9.4 Aug 06

Authentication bypass in WSO2 Identity Server and multiple WSO2 platform products (API Manager, Open Banking AM/IAM/KM,

CVE-2026-4249 HIGH
8.6 Jul 06

Persistent denial of service in multiple WSO2 products - including WSO2 API Manager, WSO2 Universal Gateway, WSO2 Traffi

CVE-2025-12737 HIGH
8.4 Sep 03

OS command injection (CWE-78) in WSO2's shared Carbon Console administrative interface allows an authenticated administr

CVE-2024-2374 HIGH
7.5 Apr 16

The XML parsers within multiple WSO2 products accept user-supplied XML data without properly configuring to prevent the

CVE-2025-8325 MEDIUM
6.3 May 11

Role-based access control bypass in WSO2 API Manager 3.x allows authenticated users with the 'Internal/Everyone' role to

CVE-2025-8591 MEDIUM
6.1 Jul 06

Reflected cross-site scripting across at least eight WSO2 platform products - including Identity Server, API Manager, AP

CVE-2024-10242 MEDIUM
6.1 Apr 16

The authentication endpoint fails to adequately validate user-supplied input before reflecting it back in the response.

CVE-2025-6024 MEDIUM
6.1 Apr 16

Reflected cross-site scripting in the authentication endpoint of WSO2 API Manager and Identity Server allows unauthentic

CVE-2026-3416 MEDIUM
5.9 Sep 03

WSO2 API Manager and API Control Plane use a non-cryptographic PRNG in the API Publisher component to generate shared se

Share

CVE-2025-13394 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy