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-2026-35565

CVE-2026-35565: Apache Storm XSS Vulnerability

CVE-2026-35565 is a stored XSS vulnerability in Apache Storm UI that allows authenticated users to inject malicious scripts via topology metadata. This article covers technical details, affected versions, and mitigation.

Published: April 17, 2026

CVE-2026-35565 Overview

A stored Cross-Site Scripting (XSS) vulnerability has been identified in Apache Storm UI's visualization component. The Storm UI visualization system interpolates topology metadata—including component IDs, stream names, and grouping values—directly into HTML via innerHTML in the parseNode() and parseEdge() functions without proper sanitization at any layer. This allows an authenticated user with topology submission rights to inject malicious HTML/JavaScript through crafted component identifiers.

Critical Impact

In multi-tenant Apache Storm deployments where topology submission is available to less-trusted users but the UI is accessed by operators or administrators, this vulnerability enables privilege escalation through script execution in an administrator's browser session, potentially compromising cluster management credentials and configurations.

Affected Products

  • Apache Storm versions before 2.8.6
  • Apache Storm UI visualization component
  • Multi-tenant Apache Storm deployments with shared UI access

Discovery Timeline

  • 2026-04-12 - Apache releases Storm 2.8.6 security patch
  • 2026-04-13 - CVE-2026-35565 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2026-35565

Vulnerability Analysis

This stored XSS vulnerability exists due to improper output encoding in the Apache Storm UI's topology visualization feature. The visualization component processes topology metadata received from the Nimbus service via Thrift and renders it in the browser using the vis.js library for tooltip display. The fundamental issue is that user-controlled topology metadata flows through the system without sanitization and is ultimately rendered using innerHTML, which interprets the content as HTML rather than treating it as plain text.

The attack requires an authenticated user with topology submission permissions, meaning the attacker needs valid credentials and authorization to submit topologies to the Storm cluster. However, the payload execution occurs in the context of other users' browser sessions when they view the infected topology in the Storm UI—particularly dangerous when administrators access the same interface.

Root Cause

The root cause is improper neutralization of input during web page generation (CWE-79). The parseNode() and parseEdge() JavaScript functions in the Storm UI visualization code use innerHTML to render tooltip content containing API-supplied values. These values—including nodeId, :capacity, :latency, :component, :stream, and :grouping—are passed directly from the backend without HTML encoding, allowing injection of arbitrary HTML elements and JavaScript event handlers.

Attack Vector

The attack chain begins when a malicious user with topology submission rights crafts a Storm topology containing JavaScript payloads embedded in component identifiers. For example, an attacker could create a bolt with an ID containing an onerror event handler or similar HTML injection payload.

The payload propagates through the following path: the malicious topology is submitted to Nimbus, which stores the topology metadata. When any user accesses the Storm UI and views the topology visualization, the Visualization API retrieves the metadata via Thrift. The vis.js tooltip rendering then processes this data through parseNode() or parseEdge(), which interpolates the malicious component ID directly into HTML using innerHTML. This causes the injected JavaScript to execute in the victim's browser context.

Since the payload is stored server-side and executed whenever the topology is viewed, this constitutes a stored XSS vulnerability. The attack is particularly effective against administrators who routinely monitor cluster topologies through the Storm UI.

Detection Methods for CVE-2026-35565

Indicators of Compromise

  • Topology component IDs, stream names, or grouping values containing HTML tags such as <script>, <img>, or <svg>
  • Presence of JavaScript event handlers (e.g., onerror, onload, onclick) in topology metadata fields
  • Unexpected outbound connections from administrator workstations following Storm UI access
  • Session tokens or credentials being exfiltrated to external domains

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect HTML/JavaScript patterns in Storm API requests for topology submission
  • Monitor Nimbus logs for topology submissions containing suspicious characters or HTML encoding sequences
  • Deploy browser-based XSS detection extensions on administrator workstations accessing the Storm UI
  • Review stored topology metadata for injection patterns using periodic security scans

Monitoring Recommendations

  • Enable verbose logging for topology submission events on the Nimbus server
  • Configure Content Security Policy (CSP) headers on the Storm UI to restrict inline script execution
  • Set up alerts for topology submissions from unusual IP addresses or at unusual times
  • Monitor for authentication anomalies following Storm UI access that could indicate session compromise

How to Mitigate CVE-2026-35565

Immediate Actions Required

  • Upgrade Apache Storm to version 2.8.6 or later immediately
  • Restrict topology submission rights to trusted users only via Nimbus ACLs as a defense-in-depth measure
  • Audit existing topologies for any suspicious component IDs, stream names, or grouping values
  • Review access logs for the Storm UI to identify potential exploitation attempts

Patch Information

Apache has released Storm version 2.8.6 which addresses this vulnerability. Users running Apache Storm 2.x should upgrade to this version immediately. The fix includes proper HTML encoding of all API-supplied values before they are interpolated into tooltip HTML strings. Detailed information about the security fix is available in the Apache Storm 2.8.6 Release Announcement.

Workarounds

  • Manually patch the parseNode() and parseEdge() functions in the visualization JavaScript file to HTML-escape all API-supplied values including nodeId, :capacity, :latency, :component, :stream, and :grouping before interpolation
  • Restrict topology submission to trusted users only via Nimbus ACLs
  • Implement Content Security Policy headers to mitigate JavaScript execution from injected content
  • Consider temporarily disabling the topology visualization feature if immediate patching is not feasible

A detailed guide on implementing the monkey-patch workaround is available in the release notes of version 2.8.6. Organizations unable to upgrade immediately should prioritize restricting topology submission rights to minimize the attack surface.

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechApache Storm

  • SeverityMEDIUM

  • CVSS Score5.4

  • EPSS Probability0.02%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-79
  • Technical References
  • OpenWall OSS Security Mailing List Update
  • Vendor Resources
  • Apache Storm Release Announcement
  • Related CVEs
  • CVE-2026-35337: Apache Storm RCE Vulnerability

  • CVE-2021-38294: Apache Storm RCE Vulnerability
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