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-2024-35154

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

CVE-2024-35154 is a remote code execution vulnerability in IBM WebSphere Application Server 8.5 and 9.0. Authenticated attackers with admin console access can execute arbitrary code using crafted input.

Updated: January 22, 2026

CVE-2024-35154 Overview

CVE-2024-35154 is a remote code execution vulnerability affecting IBM WebSphere Application Server versions 8.5 and 9.0. The vulnerability allows a remote authenticated attacker with authorized access to the administrative console to execute arbitrary code on the target system. By leveraging specially crafted input, an attacker can exploit this vulnerability to gain full control over the underlying system, potentially compromising the confidentiality, integrity, and availability of enterprise applications and data hosted on the affected WebSphere server.

Critical Impact

Authenticated attackers with administrative console access can achieve arbitrary code execution, potentially leading to complete system compromise of enterprise Java application infrastructure.

Affected Products

  • IBM WebSphere Application Server 8.5
  • IBM WebSphere Application Server 9.0

Discovery Timeline

  • 2024-07-09 - CVE-2024-35154 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-35154

Vulnerability Analysis

This vulnerability is classified under CWE-250 (Execution with Unnecessary Privileges), indicating that the WebSphere Application Server administrative console fails to properly restrict the execution context of user-supplied input. When an authenticated administrator provides specially crafted input through the administrative interface, the application server processes this input with elevated system privileges rather than applying appropriate sandboxing or privilege separation.

The administrative console in IBM WebSphere Application Server is designed to manage enterprise Java applications, server configurations, and deployment operations. However, the improper handling of certain input types allows attackers to break out of the intended administrative functionality and execute arbitrary system commands or code.

Root Cause

The root cause of CVE-2024-35154 stems from insufficient input validation and improper privilege management within the WebSphere administrative console. The vulnerability falls under CWE-250, where the application executes operations with more privileges than necessary. This design flaw allows authenticated users with administrative access to supply input that gets processed in a context that enables arbitrary code execution rather than being confined to legitimate administrative operations.

Attack Vector

The attack vector for this vulnerability is network-based and requires prior authentication to the WebSphere administrative console. An attacker must first obtain valid credentials with administrative privileges to access the console. Once authenticated, the attacker can craft malicious input payloads that exploit the improper privilege handling within the administrative interface.

The exploitation scenario involves:

  1. The attacker authenticates to the IBM WebSphere administrative console using valid administrative credentials
  2. The attacker navigates to a vulnerable functionality within the console
  3. Specially crafted input is submitted through the administrative interface
  4. The WebSphere server processes this input with elevated privileges
  5. The malicious payload executes arbitrary code on the underlying system

Since no verified code examples are available for this vulnerability, organizations should refer to the IBM X-Force Vulnerability Report and IBM Support Advisory for detailed technical information.

Detection Methods for CVE-2024-35154

Indicators of Compromise

  • Unusual or unexpected processes spawned by the WebSphere Application Server process (java or was.bat/was.sh)
  • Anomalous outbound network connections originating from the WebSphere server to unknown external hosts
  • Suspicious administrative console login attempts or sessions from unfamiliar IP addresses
  • Unexpected changes to server configurations, deployed applications, or system files

Detection Strategies

  • Monitor WebSphere administrative console access logs for unusual login patterns, especially from non-standard locations or at irregular times
  • Implement behavioral analysis on the WebSphere server processes to detect child processes or system calls inconsistent with normal operations
  • Deploy network intrusion detection rules to identify command-and-control traffic patterns from WebSphere servers
  • Enable and review Java security manager logs for policy violations or permission escalation attempts

Monitoring Recommendations

  • Configure centralized logging for all WebSphere administrative console authentication events and administrative actions
  • Implement real-time alerting for any code execution or process creation events originating from WebSphere contexts
  • Establish baseline behavior profiles for WebSphere servers and alert on deviations indicative of exploitation
  • Monitor file system integrity on WebSphere installation directories and application deployment paths

How to Mitigate CVE-2024-35154

Immediate Actions Required

  • Apply the security patch provided by IBM immediately to all affected WebSphere Application Server instances (versions 8.5 and 9.0)
  • Restrict network access to the WebSphere administrative console to only authorized management networks using firewall rules
  • Review and audit all accounts with administrative console access, removing unnecessary privileges and disabling unused accounts
  • Enable multi-factor authentication for administrative console access where supported

Patch Information

IBM has released a security advisory addressing CVE-2024-35154. Organizations should obtain and apply the official patch from the IBM Support Page. The vulnerability is tracked under IBM X-Force ID 292641, and additional details are available in the IBM X-Force Vulnerability Report.

Ensure that all WebSphere Application Server instances running versions 8.5 and 9.0 are updated to the patched versions specified in the IBM advisory.

Workarounds

  • Implement network segmentation to isolate WebSphere administrative consoles from general network access
  • Deploy a Web Application Firewall (WAF) in front of the administrative console to filter potentially malicious requests
  • Configure host-based intrusion prevention systems to monitor and block suspicious process execution from WebSphere contexts
  • Consider temporarily disabling remote administrative console access if patching cannot be performed immediately, relying on local console access only
bash
# Example: Restrict administrative console access via iptables
# Allow admin console access only from trusted management network
iptables -A INPUT -p tcp --dport 9043 -s 10.0.100.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 9043 -j DROP

# Verify WebSphere server version for patch applicability
/opt/IBM/WebSphere/AppServer/bin/versionInfo.sh

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 Score7.2

  • EPSS Probability0.27%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-250

  • NVD-CWE-Other
  • Vendor Resources
  • IBM X-Force Vulnerability Report

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

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

  • CVE-2023-23477: 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