CVE-2026-35565
Last modified
CVE-2026-35565 is a medium-severity vulnerability rated 5.4/10 on the CVSS scale. Stored Cross-Site Scripting (XSS) via Unsanitized Topology Metadata in Apache Storm UI Versions Affected: before 2.8.6 Description: The Storm UI visualization component interpolates topology metadata including component IDs, stream names, and grouping values directly into HTML via innerHTML in parseNode() and parseEdge() without sanitization at any layer. An authenticated user with topology submission rights could craft a topology containing malicious HTML/JavaScript in component identifiers (e.g., a bolt ID containing an onerror event handler). EPSS estimates a 0.47% chance of exploitation in the next 30 days.
Description
Stored Cross-Site Scripting (XSS) via Unsanitized Topology Metadata in Apache Storm UI Versions Affected: before 2.8.6 Description: The Storm UI visualization component interpolates topology metadata including component IDs, stream names, and grouping values directly into HTML via innerHTML in parseNode() and parseEdge() without sanitization at any layer. An authenticated user with topology submission rights could craft a topology containing malicious HTML/JavaScript in component identifiers (e.g., a bolt ID containing an onerror event handler). This payload flows through Nimbus → Thrift → the Visualization API → vis.js tooltip rendering, resulting in stored cross-site scripting. In multi-tenant deployments where topology submission is available to less-trusted users but the UI is accessed by operators or administrators, this enables privilege escalation through script execution in an admin's browser session. Mitigation: 2.x users should upgrade to 2.8.6. Users who cannot upgrade immediately should monkey-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 into tooltip HTML strings, and should additionally restrict topology submission to trusted users via Nimbus ACLs as a defense-in-depth measure. A guide on how to do this is available in the release notes of 2.8.6. Credit: This issue was discovered while investigating another report by K.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Apache | Storm | >= 2.0.0, < 2.8.6 |
References
- https://storm.apache.org/2026/04/12/storm286-released.htmlRelease Notes, Vendor Advisory
- http://www.openwall.com/lists/oss-security/2026/04/12/7Mailing List, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-35565?
How severe is CVE-2026-35565?
How do I fix CVE-2026-35565?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-35559Out-of-bounds write in the query processing components in Am…7.1
- CVE-2026-3556Philips Hue Bridge HomeKit Pair-Setup Heap-based Buffer Over…8.8
- CVE-2026-35560Improper certificate validation in the identity provider con…5.9
- CVE-2026-35561Insufficient authentication security controls in the browser…9.8
- CVE-2026-35562Allocation of resources without limits in the parsing compon…8.7
- CVE-2026-35563It was identified that the LDAP client implementation in ver…8.5
- CVE-2026-35566Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-35567Rejected reason: ** REJECT ** DO NOT USE THIS CANDIDATE NUMB…
- CVE-2026-35568MCP Java SDK is the official Java SDK for Model Context Prot…5.7
- CVE-2026-35569ApostropheCMS is an open-source Node.js content management s…8.7
- CVE-2026-3557Philips Hue Bridge hap_pair_verify_handler Sub-TLV Parsing H…8
- CVE-2026-35570OpenClaude is an open-source coding-agent command line inter…8.4
Are you affected by CVE-2026-35565?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
