Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2024-35153

CVE-2024-35153: IBM WebSphere Application Server XSS Flaw

CVE-2024-35153 is a cross-site scripting vulnerability in IBM WebSphere Application Server 8.5 and 9.0. Privileged users can inject malicious JavaScript, leading to credential theft. Learn the technical details and fixes.

Updated: January 22, 2026

CVE-2024-35153 Overview

IBM WebSphere Application Server versions 8.5 and 9.0 contain a cross-site scripting (XSS) vulnerability that allows a privileged user to embed arbitrary JavaScript code in the Web UI. This vulnerability alters the intended functionality of the application, potentially leading to credentials disclosure within a trusted session.

Critical Impact

A privileged attacker can exploit this XSS vulnerability to inject malicious JavaScript into the WebSphere administrative console, potentially stealing credentials or performing actions on behalf of authenticated administrators within trusted sessions.

Affected Products

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

Discovery Timeline

  • 2024-06-27 - CVE-2024-35153 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-35153

Vulnerability Analysis

This vulnerability is classified as a stored or reflected Cross-Site Scripting (XSS) flaw (CWE-79) within the IBM WebSphere Application Server Web UI. The vulnerability requires the attacker to have privileged access to the application, indicating it likely exists within administrative interfaces or restricted areas of the WebSphere console.

The attack requires user interaction, meaning a victim must navigate to or interact with a page containing the injected malicious script. Once triggered, the JavaScript executes within the context of the victim's authenticated session, potentially allowing the attacker to steal session cookies, credentials, or perform unauthorized administrative actions.

Root Cause

The root cause of this vulnerability is improper neutralization of user-supplied input before it is rendered in web page output. The WebSphere Application Server fails to properly sanitize or encode data submitted by privileged users, allowing malicious JavaScript payloads to be embedded and subsequently executed in the browsers of other users who view the affected content.

Attack Vector

The attack vector for CVE-2024-35153 is network-based, requiring no direct access to the vulnerable system. A privileged attacker can exploit this vulnerability remotely by:

  1. Authenticating to the WebSphere Application Server Web UI with elevated privileges
  2. Injecting malicious JavaScript code into a vulnerable input field or parameter
  3. Waiting for another administrator or user to access the page containing the injected script
  4. Harvesting credentials or session tokens when the victim's browser executes the malicious code

The vulnerability requires high privileges to exploit but can affect users with different security contexts, potentially escalating the attack impact.

Detection Methods for CVE-2024-35153

Indicators of Compromise

  • Unusual JavaScript content or encoded script tags within WebSphere administrative console data fields
  • Unexpected HTTP requests originating from the WebSphere console to external domains
  • Session anomalies where administrative actions appear to originate from unexpected sources
  • Browser developer console errors indicating blocked cross-origin requests or Content Security Policy violations

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block common XSS payload patterns targeting WebSphere endpoints
  • Enable detailed access logging on the WebSphere administrative console to track privileged user input submissions
  • Deploy browser-based XSS auditing tools and monitor for blocked script execution attempts
  • Review WebSphere application logs for suspicious input patterns containing HTML tags, JavaScript events, or encoded script content

Monitoring Recommendations

  • Monitor administrative console access patterns for unusual activity from privileged accounts
  • Implement Content Security Policy (CSP) headers and monitor violation reports for XSS attempts
  • Track outbound network connections from client browsers during WebSphere console sessions
  • Enable security information and event management (SIEM) correlation rules for XSS attack indicators

How to Mitigate CVE-2024-35153

Immediate Actions Required

  • Apply the latest security patches from IBM for WebSphere Application Server versions 8.5 and 9.0
  • Review and restrict administrative console access to only essential personnel
  • Implement Content Security Policy (CSP) headers to mitigate XSS exploitation impact
  • Audit privileged user accounts for any unauthorized or suspicious activity

Patch Information

IBM has released security updates to address this vulnerability. Organizations running affected versions of WebSphere Application Server should apply the patches detailed in the IBM Patch Information Advisory. Additional vulnerability details are available through the IBM X-Force Vulnerability #292640.

Workarounds

  • Restrict administrative console access to trusted network segments or IP ranges using firewall rules
  • Implement strict input validation on the network perimeter using a Web Application Firewall
  • Enable and enforce Content Security Policy (CSP) headers with strict script-src directives
  • Limit the number of users with privileged access to the WebSphere administrative interface
  • Consider using browser-based XSS protection features and educate administrators about social engineering attacks
bash
# Example: Configure network-level access restrictions for WebSphere admin console
# Add to firewall rules to limit admin console access
iptables -A INPUT -p tcp --dport 9043 -s 10.0.1.0/24 -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
  • TypeXSS

  • Vendor/TechIbm Websphere Application Server

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.31%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Vendor Resources
  • IBM X-Force Vulnerability #292640

  • IBM Patch Information Advisory
  • Related CVEs
  • CVE-2025-33104: IBM WebSphere Application Server XSS Flaw

  • CVE-2023-26283: IBM WebSphere Application Server XSS Flaw

  • CVE-2024-45071: IBM WebSphere Application Server XSS Flaw

  • CVE-2026-3621: IBM WebSphere Liberty Auth Bypass Flaw
Default Legacy - Prefooter | 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