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-2025-33104

CVE-2025-33104: IBM WebSphere Application Server XSS Flaw

CVE-2025-33104 is a cross-site scripting vulnerability in IBM WebSphere Application Server 8.5 and 9.0 that allows attackers to inject malicious JavaScript code. This article covers technical details, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-33104 Overview

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

Critical Impact

Authenticated attackers can inject malicious JavaScript into the WebSphere administrative console, potentially stealing session credentials and gaining unauthorized access to sensitive server configurations.

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

  • 2025-05-14 - CVE-2025-33104 published to NVD
  • 2025-07-18 - Last updated in NVD database

Technical Details for CVE-2025-33104

Vulnerability Analysis

This cross-site scripting vulnerability (CWE-79) exists within the Web UI component of IBM WebSphere Application Server. The vulnerability allows authenticated users to inject malicious JavaScript code that executes in the context of other users' browsers when they access the affected pages. The attack requires user interaction, as a victim must view a page containing the injected payload.

The vulnerability has a changed scope, meaning that successful exploitation can impact resources beyond the vulnerable component itself. While the attack does not affect availability, it enables high-severity confidentiality impact through potential credential theft and limited integrity impact through UI manipulation.

Root Cause

The root cause of CVE-2025-33104 is improper neutralization of user-supplied input before it is rendered in web pages. The WebSphere Application Server Web UI fails to adequately sanitize or encode user input, allowing attackers to inject script content that is then reflected or stored and executed in victims' browsers.

Attack Vector

The attack is network-based and requires the attacker to have low-privilege access to the WebSphere Application Server. The attacker must craft a malicious payload containing JavaScript code and inject it through a vulnerable input field or parameter in the Web UI. When another user with an active trusted session views the affected page, the malicious script executes in their browser context.

The injected JavaScript can then perform actions such as:

  • Stealing session cookies and authentication tokens
  • Capturing keystrokes and form submissions
  • Modifying the displayed content to trick users
  • Making authenticated requests on behalf of the victim

Detection Methods for CVE-2025-33104

Indicators of Compromise

  • Unusual JavaScript patterns in WebSphere Application Server logs or HTTP request/response data
  • Unexpected <script> tags or JavaScript event handlers in stored data within the application
  • Session anomalies such as concurrent logins from different geographic locations
  • User reports of unexpected behavior or content in the administrative console

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block XSS payloads in requests to WebSphere endpoints
  • Enable detailed HTTP access logging and analyze for suspicious encoded JavaScript patterns
  • Monitor for unusual administrative actions performed immediately after users access specific pages
  • Deploy content security policy (CSP) headers and monitor for violations

Monitoring Recommendations

  • Configure SentinelOne Singularity to monitor WebSphere Application Server processes for suspicious behavior patterns
  • Enable real-time alerting on Web UI authentication events and administrative changes
  • Establish baseline behavior for the WebSphere administrative console and alert on deviations
  • Review audit logs regularly for evidence of unauthorized configuration changes

How to Mitigate CVE-2025-33104

Immediate Actions Required

  • Apply the security patch from IBM as documented in the IBM Support Page
  • Restrict access to the WebSphere administrative console to trusted networks only
  • Implement Content Security Policy (CSP) headers to mitigate XSS execution
  • Review administrative user accounts and enforce the principle of least privilege

Patch Information

IBM has released a security update to address this vulnerability. Administrators should download and apply the appropriate fix pack for their WebSphere Application Server version (8.5 or 9.0) from the IBM Support Page. The patch addresses the improper input validation that enables the XSS attack.

Workarounds

  • Limit access to the WebSphere administrative console to only essential personnel and trusted IP addresses
  • Deploy a Web Application Firewall (WAF) in front of the WebSphere server with XSS filtering enabled
  • Educate administrators about the risks of clicking untrusted links while authenticated to the console
  • Consider using a dedicated browser session for WebSphere administration that is isolated from general web browsing
bash
# Example: Restrict administrative console access via firewall rules
# Allow only trusted admin workstations to access the admin console port
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

  • SeverityHIGH

  • CVSS Score7.6

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Vendor Resources
  • IBM Support Page
  • Related CVEs
  • CVE-2024-35153: 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