criticalZero-Day

IBM WebSphere Application Server Pre-Authentication Deserialization RCE

First seen Jul 29, 2026 · Updated Jul 29, 2026 · CVSS 9.8

webspheredeserializationrcepre-authjavaagent-relevant

A critical pre-authentication unsafe deserialization vulnerability affects IBM WebSphere Application Server versions 9.0 and 8.5 traditional, allowing remote attackers to bypass authentication entirely and execute arbitrary code without any credentials. Given the CVSS score of 9.8 and lack of authentication requirement, this vulnerability is highly likely to be weaponized quickly once details or PoCs circulate.

Technical Analysis

The vulnerability stems from unsafe deserialization of untrusted Java objects processed before authentication checks occur, a class of flaw historically exploited via crafted serialized payloads (e.g., using gadget chains from libraries like Commons Collections or similar Java serialization gadgets) to achieve remote code execution on the underlying JVM process. Because the deserialization occurs pre-auth, attackers need no valid session or credentials, making this exploitable directly over the network against exposed WebSphere endpoints, typically via SOAP/IIOP, JMX, or HTTP-based admin/application interfaces that accept serialized Java objects. Successful exploitation grants code execution in the context of the WebSphere server process, enabling lateral movement, credential harvesting, and deployment of web shells or backdoors. Organizations running AI agent orchestration layers, RAG middleware, or LLM tool-calling backends on WebSphere-hosted Java application servers are at direct risk, since compromise of the host could expose API keys, model credentials, vector database connection strings, and agent memory stores, and allow attackers to pivot into adjacent agent infrastructure.

Affected Systems

IBM WebSphere Application Server 9.0 (traditional), IBM WebSphere Application Server 8.5 (traditional); applies to on-premises and hosted deployments exposing SOAP, IIOP, JMX, or administrative console interfaces

Indicators of Compromise

  • No public IOCs available at time of disclosure; monitor for anomalous serialized Java object payloads in HTTP/SOAP/IIOP traffic, unexpected child processes spawned by WebSphere JVM (java.exe/javaw invoking cmd.exe, powershell.exe, or /bin/sh), and unauthorized modifications to WebSphere deployment directories (e.g., installedApps, config/cells)

Remediation Steps

  1. 1

    Apply IBM Security Patch

    Monitor IBM Security Bulletins for the official fix/interim fix for CVE-2026-14512 and apply immediately upon release; treat as emergency out-of-band patching given the 9.8 CVSS score.

  2. 2

    Restrict Network Exposure

    Limit access to WebSphere administrative consoles, SOAP connectors, and IIOP ports (default 8880, 9060, 9080, 9443) to trusted internal networks or VPN only; block internet-facing exposure.

  3. 3

    Deploy Deserialization Filters

    Implement Java deserialization filtering (e.g., using java.io.ObjectInputFilter or IBM-provided serialization filter mechanisms) to block known dangerous gadget chain classes.

  4. 4

    Enhanced Monitoring

    Enable and monitor WebSphere and JVM logs for unusual object deserialization errors, unexpected process spawning, or crash patterns indicative of exploitation attempts.

  5. 5

    Credential Rotation

    Rotate any credentials, API keys, or secrets stored on or accessible from affected WebSphere hosts, especially those used by connected AI agent, RAG, or automation pipelines, in case of prior undetected compromise.

  6. 6

    Network Segmentation

    Segment WebSphere hosts from sensitive systems including AI agent orchestration servers, vector databases, and secrets managers to limit blast radius if exploited.

CVE / Advisory IDs

CVE-2026-14512

Industries Most Exposed

financial serviceshealthcaregovernmentretailtelecommunicationstechnologymanufacturing

Sources

Respond to this threat

Pro subscribers get a full AI-generated incident-response playbook for this threat — detection, containment, eradication, and recovery steps — plus an unlimited AI Threat Advisor for questions about your environment.