IBM WebSphere Hit by Three Critical Flaws—CVSS 9.1 Spoofing, Dual RCE
IBM discloses CVE-2026-8644, CVE-2026-9311, and CVE-2026-9319 affecting WebSphere 8.5 and 9.0. Attackers can chain identity spoofing with RCE for full server compromise.
IBM has disclosed three critical vulnerabilities in WebSphere Application Server that, when chained together, give attackers a path from unauthenticated access to full server compromise. The flaws affect WebSphere versions 8.5 and 9.0—workhorses still running in thousands of enterprise environments worldwide.
The trio was disclosed on June 1, 2026, and while IBM has released interim fixes, full fix packs won't land until Q3 2026. Organizations running WebSphere in production should treat this as a priority patching event.
The Three Vulnerabilities
CVE-2026-8644 — Identity Spoofing (CVSS 9.1)
An authentication bypass that lets attackers impersonate any user, including administrators. The flaw is classified as CWE-290 (Authentication Bypass by Spoofing) and requires no prior authentication to exploit.
CVE-2026-9311 — RCE via Security Control Bypass (CVSS 9.0)
A code injection vulnerability caused by bypassed security controls within WebSphere. Successful exploitation gives attackers arbitrary code execution on the server—full system compromise.
CVE-2026-9319 — RCE via JAX-WS Deserialization (CVSS 9.0)
A deserialization of untrusted data flaw in JAX-WS endpoints with WS-Security enabled. Attackers can send malicious serialized Java objects that trigger arbitrary code execution during deserialization.
The Attack Chain
The dangerous part isn't any single vulnerability—it's how they combine. An attacker can:
- Exploit CVE-2026-8644 to spoof an administrative identity
- Use that access to exploit either RCE vector (CVE-2026-9311 or CVE-2026-9319)
- Achieve full server compromise with code execution privileges
This mirrors attack patterns we've seen with other critical Java application server vulnerabilities where authentication bypass combined with RCE creates a one-two punch that defenders struggle to block.
Who's Affected
Both WebSphere Application Server 8.5 and 9.0 running any version prior to the interim fixes are vulnerable. These versions remain heavily deployed in:
- Financial services and banking platforms
- Government systems
- Healthcare applications
- Large enterprise Java deployments
Organizations still running WebSphere 8.5 are in a particularly difficult position—it's approaching end-of-support but remains too deeply embedded in critical systems to easily migrate.
Remediation Steps
- Apply interim fixes immediately — IBM has released fixes tracked under APAR PH71422 (CVE-2026-8644), PH71453 (CVE-2026-9311), and PH71454 (CVE-2026-9319)
- Apply all three fixes together — IBM recommends applying all patches in a single maintenance window rather than sequentially
- Audit JAX-WS endpoints — If WS-Security is enabled, review endpoints for potential exposure
- Monitor authentication logs — Watch for anomalous admin authentication patterns that could indicate spoofing attempts
What's Next
IBM targets full fix packs for Q3 2026—version 8.5.5.30 for the 8.5 stream and 9.0.5.29 for the 9.0 stream. Until then, the interim fixes are the only protection.
Deserialization vulnerabilities in Java application servers have a history of rapid weaponization. While IBM has not confirmed active exploitation, the technical details are straightforward enough that proof-of-concept code is likely already circulating in attacker communities.
Organizations should also review our malware defense guide for general hardening recommendations—once attackers achieve code execution, they typically deploy persistence mechanisms and lateral movement tools.
Related Articles
Exim Mail Server RCE Requires Zero Auth—Patch to 4.99.3 Now
CVE-2026-45185 is a use-after-free in Exim affecting GnuTLS builds with BDAT support. Unauthenticated attackers can achieve remote code execution via crafted SMTP traffic.
Jun 7, 2026SAP Patches CVSS 9.6 SQL Injection and RCE Flaws in S/4HANA, Commerce
SAP's May 2026 security update addresses 15 vulnerabilities, including CVE-2026-34260 SQL injection in S/4HANA and CVE-2026-34263 unauthenticated RCE in Commerce Cloud.
May 14, 2026GitHub RCE Flaw Let Attackers Access Millions of Private Repos
CVE-2026-3854 allowed authenticated attackers to execute code on GitHub servers via a single git push. 88% of Enterprise Server instances remain unpatched.
Apr 30, 2026F5 BIG-IP Flaw Upgraded to RCE After Active Exploitation Confirmed
CISA added CVE-2025-53521 to its KEV catalog after F5 reclassified the BIG-IP APM vulnerability from DoS to remote code execution. CVSS 9.8—federal deadline is March 30.
Mar 29, 2026