CISA KEV Alert: WSO2, SharePoint & Adobe Commerce Exploited

SOC Briefing Summary :: Executive Key Takeaways
- [01]Threat summary: CISA warns of active in-the-wild exploitation targeting WSO2 API Manager (CVE-2026-5430), Adobe Commerce, SharePoint, and MikroTik routers.
- [02]Root cause vector: WSO2 accepts forged JWT tokens signed with unsupported algorithms, enabling unauthenticated remote administrative takeover.
- [03]Immediate action: Federal agencies and enterprises must apply vendor patches or disconnect affected systems by September 27–28 under BOD 22-01.
Executive Summary
The Cybersecurity and Infrastructure Security Agency (CISA) has added four high-impact enterprise vulnerabilities to its Known Exploited Vulnerabilities (KEV) catalog, confirming active in-the-wild exploitation by persistent threat actors. Headlining the alert is CVE-2026-5430, a maximum severity (CVSS 10.0 / 9.8) authentication bypass impacting WSO2 API Manager, API Control Plane, Traffic Manager, and Universal Gateway products. The agency also mandated urgent remediation for CVE-2026-71362, an authorization flaw in Adobe Commerce and Magento, a code injection flaw in Microsoft SharePoint (CVE-2026-65660), and an SSH state-machine bypass in MikroTik RouterOS (CVE-2026-67279).
Pursuant to Binding Operational Directive (BOD) 22-01, Federal Civilian Executive Branch (FCEB) agencies must patch or discontinue use of the critical WSO2 and Adobe Commerce systems by September 27, and the SharePoint and MikroTik assets by September 28. WSO2's API management infrastructure is deployed across approximately 1,000 major organizations spanning banking, government, telecommunications, and logistics, making this widespread campaign a severe enterprise supply chain risk.
Technical Vulnerability Analysis & Attack Chain

The most severe flaw, CVE-2026-5430 in WSO2 API Manager (versions 4.1.0 through 4.6.0), stems from improper cryptographic verification within the JSON Web Token (JWT) authentication validation routine. The gateway's token parser fails to enforce strict algorithm allowlisting during signature verification. When an incoming HTTP request supplies a crafted JWT token claiming an unsupported, custom, or none algorithm, the validation parser defaults to a permissive verification state.
This flaw allows unauthenticated remote attackers to forge administrative JWT claims. By submitting the forged token to WSO2 API management endpoints, adversaries bypass authentication filters entirely, seizing administrative control of the API Control Plane. Threat intelligence researchers at watchTowr confirmed honeypot detection of threat actors actively probing and exploiting this vulnerability in the wild to expose protected API endpoints and harvest backend application credentials.
Concurrently, threat actors are exploiting CVE-2026-71362 in Adobe Commerce and Magento Open Source. Threat intelligence from ecommerce security firm Sansec confirms that adversaries require zero existing user accounts, no administrative privileges, and no victim interaction to exploit this incorrect authorization flaw. Intruders weaponize the access to inject malicious JavaScript credit card skimmers directly into checkout workflows or deploy administrative backdoors.
On Microsoft SharePoint, attackers are weaponizing CVE-2026-65660, a high-severity remote code injection flaw that allows authenticated or context-escalated intruders to execute arbitrary server-side code within the SharePoint worker process context. In parallel, CVE-2026-67279 in MikroTik RouterOS allows pre-authentication adversaries to exploit a state-machine flaw in the SSH service, bypassing access controls to manipulate routing tables and establish covert perimeter pivot nodes.
MITRE ATT&CK Tactics, Techniques & Procedures (TTPs)
| Tactic | Technique ID | Technique Name | Operational Context |
|---|---|---|---|
| Reconnaissance | T1595.002 | Active Scanning: Vulnerability Scanning | Automated botnets scan public subnets for exposed WSO2 API Gateways, SharePoint servers, and Magento stores. |
| Initial Access | T1190 | Exploit Public-Facing Application | Remote attackers submit forged JWT tokens to WSO2 API Manager or exploit Adobe Commerce authorization flaws. |
| Defense Evasion | T1556 | Modify Authentication Process | Exploitation of WSO2's flawed JWT parser accepting unsupported token algorithms to bypass authentication. |
| Execution | T1059 | Command and Scripting Interpreter | Exploitation of Microsoft SharePoint CVE-2026-65660 to execute arbitrary shell commands on intranet servers. |
| Lateral Movement | T1090 | Proxy | Weaponization of MikroTik RouterOS SSH bypass (CVE-2026-67279) to establish covert ingress network proxies. |
| Impact | T1486 | Data Encrypted for Impact | Extortion cartels leverage initial gateway footholds to deploy secondary enterprise-wide ransomware payloads. |
Threat Actor Profile & Campaign Attribution
Honeypot telemetry from watchTowr and telemetry from Sansec confirm that multiple distinct threat clusters are actively targeting these assets. WSO2 API Gateways represent tier-one enterprise choke points, making them prime targets for state-sponsored cyber espionage operators seeking long-term persistent access to banking transactions, telecommunications metadata, and government API backends.
Simultaneously, financially motivated cybercrime cartels and e-skimming syndicates (Magecart groups) are weaponizing the Adobe Commerce authorization bug to compromise thousands of merchant checkout pages ahead of seasonal shopping peaks. Ransomware access brokers (IABs) are actively incorporating the SharePoint code injection and MikroTik router exploits into automated initial access playbooks to breach corporate perimeter perimeters.
Detection & SOC Mitigation Playbook
1. Patch & Workaround Guidance
- WSO2 API Manager: Apply official vendor security hotfixes immediately for WSO2 API Manager 4.1.0 through 4.6.0, API Control Plane, Traffic Manager, and Universal Gateway 4.5.0/4.6.0. Ensure JWT token validation policies strictly mandate RS256/ES256 algorithms and reject unsupported algorithms.
- Adobe Commerce / Magento: Update installations immediately to the latest patched releases (e.g., 2.4.7-p1 or applicable security hotfix). Audit the codebase for unauthorized files in
pub/staticandapp/code. - Microsoft SharePoint: Apply the September cumulative security updates across all SharePoint On-Premises server farms.
- MikroTik RouterOS: Upgrade RouterOS firmware to the latest stable release (v7.15+ or vendor hotfix) and disable external SSH WAN access.
2. Network & Perimeter Defenses
- WSO2 Perimeter Isolation: Restrict management consoles and internal API Control Plane ports (e.g. 9443, 9099) strictly to internal management networks and VPNs.
- JWT Header Inspection at WAF: Configure edge firewalls to inspect incoming
Authorization: Bearerheaders. Block any JWT tokens declaring"alg": "none"or unrecognized signing algorithm identifiers. - Edge Router Management Hardening: Restrict MikroTik RouterOS WinBox (port 8291) and SSH (port 22) interfaces to internal jump hosts.
3. Endpoint Detection & Hunting Query
Security Operations Center (SOC) teams should hunt for suspicious JWT header manipulations targeting WSO2 endpoints and anomalous processes spawning from SharePoint application pools.
title: WSO2 API Manager Forged JWT Authentication Bypass
id: d492e811-1904-4b92-8811-wso2kev049
status: experimental
description: Detects incoming HTTP requests to WSO2 API Manager endpoints containing forged JWT tokens or anomalous authorization headers
author: CyberNewsAI Threat Intelligence
references:
- https://www.bleepingcomputer.com/news/security/cisa-warns-of-sharepoint-wso2-adobe-commerce-flaws-exploited-in-attacks/
logsource:
category: webserver
detection:
selection_wso2_paths:
cs-uri-stem|contains:
- '/api/am/'
- '/carbon/'
- '/publisher'
- '/devportal'
- '/services/'
selection_auth_anomaly:
cs-header|contains:
- 'Bearer e30.'
- 'eyJhbGciOiJub25l'
- 'eyJhbGciOiIi'
condition: selection_wso2_paths and selection_auth_anomaly
fields:
- c-ip
- cs-method
- cs-uri-stem
- cs-header
- sc-status
falsepositives:
- Internal synthetic testing in non-production environments
level: critical
tags:
- attack.initial_access
- attack.t1190
- attack.t1556Hunting query for Splunk (WSO2 & SharePoint anomalous execution):
index=web_access sourcetype IN ("access_combined", "iis", "wso2_http_access")
| where (like(uri_path, "%/api/am/admin/%") OR like(uri_path, "%/carbon/%") OR like(uri_path, "%/_layouts/%"))
| eval is_suspicious_auth=if(like(req_header, "%eyJhbGciOiJub25l%") OR like(req_header, "%Bearer e30.%"), 1, 0)
| eval is_server_error=if(status >= 500, 1, 0)
| stats count min(_time) as first_seen max(_time) as last_seen sum(is_suspicious_auth) as auth_bypass_attempts by clientip, method, uri_path, status, useragent
| where auth_bypass_attempts > 0 OR (status=200 AND count > 20)
| sort - auth_bypass_attempts, countActively Exploited CVE Identifiers & Flaw Attributes
| CVE Identifier | Affected Software Platform | Severity (CVSS) | Primary Impact & Vector |
|---|---|---|---|
| CVE-2026-5430 | WSO2 API Manager & Gateway | 10.0 (Critical) | JWT authentication bypass allowing unauthenticated admin takeover. |
| CVE-2026-71362 | Adobe Commerce & Magento | Critical | Incorrect authorization flaw exploited to compromise ecommerce checkout workflows. |
| CVE-2026-65660 | Microsoft SharePoint | High | Server-side remote code injection exploited in enterprise intranet intrusions. |
| CVE-2026-67279 | MikroTik RouterOS | Medium | Pre-authentication SSH state-machine bypass used to hijack perimeter routing nodes. |
CVE-2026-5430CVE-2026-71362CVE-2026-65660CVE-2026-67279// VERIFIED_SOURCES_&_REFERENCES
Watch Full Video Briefings on YouTube
Subscribe to CyberNewsAI on YouTube for animated threat vectors, CISO breakdowns, and security briefings.
Related Threat Intelligence
View Archive
Elementor Flaw Bypasses REST Nonce to Forge WordPress Admins
A critical CSRF vulnerability in the Elementor WordPress plugin bypasses REST API nonce checks, allowing attackers to forge rogue administrator accounts.

Ransomware Gangs Exploit Critical TeamCity Auth Bypass Flaw
CISA warns ransomware gangs are actively weaponizing a critical JetBrains TeamCity auth bypass flaw (CVE-2026-63077) to execute OS commands and hijack CI/CD.

Roundcube Webmail Pre-Auth SQLi CVE-2026-48842 Under Attack
A critical pre-auth SQL injection in Roundcube's virtuser_query plugin (CVE-2026-48842) is under active attack across 523,000 Internet-exposed webmail hosts.