A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-9330

CVE-2026-9330: IBM WebSphere Application Server RCE Flaw

CVE-2026-9330 is a remote code execution vulnerability in IBM WebSphere Application Server 9.0 and 8.5 caused by improper deserialization in SAML SSO. This article covers the technical details, affected versions, and mitigations.

Published: June 4, 2026

CVE-2026-9330 Overview

CVE-2026-9330 is an insecure deserialization vulnerability in IBM WebSphere Application Server versions 9.0 and 8.5. The flaw resides in the SAML Web Single Sign-On (SSO) component, which fails to properly validate user-supplied data during the deserialization process. An authenticated attacker with low privileges can send a crafted HTTP request that, when combined with a suitable gadget chain present in the classpath, results in remote code execution on the application server. The weakness is tracked under CWE-502: Deserialization of Untrusted Data.

Critical Impact

Successful exploitation allows remote code execution on the WebSphere server, leading to full compromise of the host application context and any data it processes.

Affected Products

  • IBM WebSphere Application Server 9.0
  • IBM WebSphere Application Server 8.5
  • Deployments using the SAML Web Single Sign-On component

Discovery Timeline

  • 2026-06-01 - CVE-2026-9330 published to NVD
  • 2026-06-02 - Last updated in NVD database

Technical Details for CVE-2026-9330

Vulnerability Analysis

The vulnerability stems from improper validation of serialized Java objects accepted by the SAML Web SSO component in IBM WebSphere Application Server. When the component processes an HTTP request containing a serialized payload, it reconstructs Java objects without first validating the type or content of the incoming data. An attacker who can submit requests to the SSO endpoint can supply a serialized object that triggers a gadget chain during deserialization. The gadget chain leverages classes already present in the WebSphere classpath to execute attacker-controlled commands. Because the SAML SSO component is exposed over the network and processes requests as part of authentication flows, the attack surface is reachable remotely.

Root Cause

The root cause is the absence of strict type filtering or look-ahead deserialization controls in the SAML SSO request handling path. Java native deserialization implicitly invokes readObject, readResolve, and other lifecycle methods on incoming objects, which an attacker abuses to chain method calls toward arbitrary code execution. This is a classic [CWE-502] failure pattern in enterprise Java middleware.

Attack Vector

The attack is delivered through a crafted HTTP request to the SAML Web SSO endpoint. The attacker requires low privileges and must overcome a high attack complexity barrier, typically related to crafting a gadget chain compatible with the libraries deployed on the target server. Successful exploitation results in a scope change, allowing the attacker to impact resources beyond the vulnerable component, with high impact to confidentiality, integrity, and availability.

No public proof-of-concept code is currently available. Refer to the IBM Security Advisory for additional technical context.

Detection Methods for CVE-2026-9330

Indicators of Compromise

  • Unexpected child processes spawned by the WebSphere Java process, such as cmd.exe, powershell.exe, /bin/sh, or bash
  • HTTP POST requests to SAML SSO endpoints containing base64-encoded Java serialized data, often beginning with the magic bytes rO0AB or hex AC ED 00 05
  • Outbound network connections initiated by the WebSphere JVM to previously unseen hosts shortly after SAML SSO requests

Detection Strategies

  • Inspect HTTP request bodies and parameters targeting /samlsps/, /sps/, and related SAML endpoints for serialized Java object signatures
  • Monitor the WebSphere SystemOut.log and SystemErr.log for deserialization stack traces referencing ObjectInputStream.readObject or gadget classes such as CommonsCollections, BeanShell, or Spring
  • Correlate authentication-related HTTP traffic with subsequent process execution events on the WebSphere host

Monitoring Recommendations

  • Enable verbose audit logging on the SAML Web SSO component and forward logs to a centralized analytics platform
  • Establish a behavioral baseline for the WebSphere Java process and alert on deviations such as new child processes or unusual outbound connections
  • Track file system writes by the WebSphere service account to web-accessible directories that could host secondary payloads

How to Mitigate CVE-2026-9330

Immediate Actions Required

  • Apply the IBM-provided interim fix or cumulative update referenced in the IBM Security Advisory to all WebSphere 9.0 and 8.5 instances
  • Inventory all WebSphere deployments and identify which ones expose the SAML Web SSO component to untrusted networks
  • Restrict network access to SAML SSO endpoints to known identity provider IP ranges using firewall or reverse proxy rules

Patch Information

IBM has published remediation guidance in the official advisory at IBM Support Node 7274733. Administrators should follow the version-specific interim fix instructions for WebSphere Application Server 9.0 and 8.5. Apply patches in a staging environment first, validate SAML SSO functionality, and then roll out to production.

Workarounds

  • Disable the SAML Web Single Sign-On component on WebSphere instances that do not require it
  • Place the WebSphere server behind a web application firewall configured to inspect and block Java serialized payloads in HTTP request bodies
  • Enforce strict network segmentation so the WebSphere management and SSO endpoints are not reachable from general user networks
bash
# Example: block requests containing Java serialized object magic bytes at a reverse proxy
# NGINX snippet using a Lua body filter to drop suspected serialized payloads
location /samlsps/ {
    access_by_lua_block {
        ngx.req.read_body()
        local body = ngx.req.get_body_data() or ""
        if body:find("\\xAC\\xED\\x00\\x05", 1, true) or body:find("rO0AB", 1, true) then
            ngx.log(ngx.WARN, "Blocked suspected Java deserialization payload")
            return ngx.exit(403)
        end
    }
    proxy_pass http://websphere_backend;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechIbm Websphere Application Server

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.36%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-502
  • Technical References
  • IBM Security Advisory
  • Related CVEs
  • CVE-2026-9311: IBM WebSphere Application Server RCE Flaw

  • CVE-2026-9319: IBM WebSphere Application Server RCE Flaw

  • CVE-2026-8633: IBM WebSphere Application Server RCE Flaw

  • CVE-2025-14914: IBM WebSphere Liberty RCE Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English