The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-2023-23477

CVE-2023-23477: IBM WebSphere Application Server RCE Flaw

CVE-2023-23477 is a remote code execution vulnerability in IBM WebSphere Application Server 8.5 and 9.0 that allows attackers to execute arbitrary code via crafted serialized objects. This article covers technical details, impact, and mitigation.

Published: February 4, 2026

CVE-2023-23477 Overview

IBM WebSphere Application Server versions 8.5 and 9.0 traditional contain a critical insecure deserialization vulnerability that could allow a remote attacker to execute arbitrary code on the system. By crafting a specially designed sequence of serialized objects, an unauthenticated attacker can achieve complete system compromise without any user interaction.

Critical Impact

This vulnerability enables unauthenticated remote code execution on affected IBM WebSphere Application Server deployments, potentially allowing attackers to gain complete control of enterprise application infrastructure.

Affected Products

  • IBM WebSphere Application Server 8.5
  • IBM WebSphere Application Server 9.0
  • Deployments on HP-UX, IBM AIX, IBM i, IBM z/OS, Linux, Microsoft Windows, and Oracle Solaris

Discovery Timeline

  • 2023-02-03 - CVE-2023-23477 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2023-23477

Vulnerability Analysis

This vulnerability is classified as CWE-94 (Improper Control of Generation of Code - Code Injection). The flaw exists in the WebSphere Application Server's handling of serialized Java objects. When the server processes incoming data streams containing serialized objects, it fails to properly validate the object types before deserialization occurs. This allows an attacker to inject malicious serialized objects that, upon deserialization, execute arbitrary code within the context of the WebSphere server process.

The vulnerability can be exploited remotely over the network without requiring authentication or user interaction. Successful exploitation results in complete compromise of confidentiality, integrity, and availability of the affected system. Given WebSphere's typical role as an enterprise application server, compromised instances often have access to sensitive backend databases, internal networks, and business-critical applications.

Root Cause

The root cause stems from the insecure handling of Java object deserialization in WebSphere Application Server. The server accepts serialized objects from untrusted sources without implementing proper class filtering or validation mechanisms. This allows attackers to leverage known deserialization gadget chains present in the application's classpath to achieve code execution during the deserialization process.

Attack Vector

The attack is conducted over the network by sending specially crafted serialized Java objects to a vulnerable WebSphere Application Server endpoint. The attacker constructs a malicious serialization payload using gadget chains that exploit classes available in the WebSphere classpath. When the server deserializes this payload, the chained method calls within the gadget chain result in arbitrary code execution with the privileges of the WebSphere server process.

Common attack patterns include targeting administrative interfaces, web service endpoints, or any component that processes serialized Java data. The attack requires no authentication and can be executed by any network-accessible attacker, making internet-facing WebSphere deployments particularly at risk.

Detection Methods for CVE-2023-23477

Indicators of Compromise

  • Unusual network traffic containing serialized Java object signatures (magic bytes AC ED 00 05 or Base64-encoded equivalents) to WebSphere endpoints
  • Unexpected child processes spawned by the WebSphere JVM process
  • Anomalous outbound network connections from WebSphere server instances
  • Modified or newly created files in WebSphere installation directories or system temp folders

Detection Strategies

  • Monitor network traffic for deserialization attack patterns targeting WebSphere ports (typically 9043, 9443, 8880)
  • Implement Java deserialization attack detection rules in IDS/IPS systems
  • Enable and review WebSphere Application Server security audit logs for authentication bypass attempts
  • Deploy endpoint detection solutions to identify suspicious JVM behavior patterns

Monitoring Recommendations

  • Configure SIEM rules to alert on serialized Java object payloads in HTTP requests
  • Monitor WebSphere process trees for unexpected command execution
  • Track file system changes in WebSphere directories and system locations
  • Implement network segmentation monitoring to detect lateral movement from compromised WebSphere servers

How to Mitigate CVE-2023-23477

Immediate Actions Required

  • Apply IBM's security patches immediately by following the guidance in IBM Support Advisory #6891111
  • Restrict network access to WebSphere Application Server administrative interfaces
  • Implement network segmentation to isolate WebSphere servers from untrusted networks
  • Review and audit all WebSphere deployments for exposure to untrusted networks

Patch Information

IBM has released security updates to address this vulnerability. Administrators should consult the IBM Support Advisory #6891111 for specific patch versions and installation instructions. The IBM X-Force Vulnerability #245513 entry provides additional technical context and remediation guidance.

Workarounds

  • Implement Web Application Firewall (WAF) rules to filter serialized Java object payloads
  • Disable or restrict access to endpoints that process serialized Java objects if not required
  • Configure network firewalls to limit access to WebSphere ports from trusted sources only
  • Consider implementing Java deserialization filters at the JVM level using ObjectInputFilter if supported
bash
# Example: Restrict access to WebSphere admin port via iptables
iptables -A INPUT -p tcp --dport 9043 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 9043 -j DROP

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

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-94
  • Vendor Resources
  • IBM X-Force Vulnerability #245513

  • IBM Support Advisory #6891111
  • Related CVEs
  • CVE-2025-14914: IBM WebSphere Liberty RCE Vulnerability

  • CVE-2025-36038: IBM WebSphere Application Server RCE Flaw

  • CVE-2024-35154: IBM WebSphere Application Server RCE Flaw

  • CVE-2020-4589: IBM WebSphere Application Server RCE Flaw
Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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