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

CVE-2026-24750: Kiteworks Stored XSS Vulnerability

CVE-2026-24750 is a stored cross-site scripting flaw in Kiteworks Secure Data Forms allowing authenticated attackers to inject malicious scripts. This article covers technical details, affected versions, and mitigation.

Published: March 27, 2026

CVE-2026-24750 Overview

CVE-2026-24750 is a Stored Cross-Site Scripting (XSS) vulnerability in Kiteworks Secure Data Forms prior to version 9.2.1. Kiteworks is a private data network (PDN) platform designed for secure file sharing and data management. This vulnerability allows an authenticated attacker to exploit an Improper Neutralization of Input During Web Page Generation when modifying forms, enabling the injection of malicious scripts that persist and execute when other users view the compromised forms.

Critical Impact

Authenticated attackers can inject persistent malicious scripts into forms, potentially leading to session hijacking, credential theft, and unauthorized actions performed on behalf of other users who interact with the compromised forms.

Affected Products

  • Kiteworks Secure Data Forms versions prior to 9.2.1
  • Kiteworks Private Data Network (PDN) deployments using vulnerable Secure Data Forms component

Discovery Timeline

  • 2026-03-25 - CVE CVE-2026-24750 published to NVD
  • 2026-03-26 - Last updated in NVD database

Technical Details for CVE-2026-24750

Vulnerability Analysis

This Stored XSS vulnerability (CWE-79) occurs due to improper neutralization of user-supplied input during web page generation within the Kiteworks Secure Data Forms feature. When an authenticated user modifies form content, the application fails to properly sanitize or encode the input before storing it in the database and subsequently rendering it in users' browsers.

Unlike reflected XSS which requires tricking users into clicking malicious links, stored XSS persists within the application, automatically executing whenever any user views the affected form. This makes it particularly dangerous in enterprise environments where forms may be accessed by numerous users across the organization.

The vulnerability requires authentication to exploit, meaning attackers must first have valid credentials to the Kiteworks platform. However, once exploited, the malicious payload affects all users who subsequently view or interact with the modified form, potentially including administrators with elevated privileges.

Root Cause

The root cause is insufficient input validation and output encoding in the Kiteworks Secure Data Forms module. When form content is modified, the application stores user-controlled data without proper sanitization. Subsequently, when rendering these forms, the application fails to apply appropriate output encoding, allowing embedded JavaScript or HTML to execute in the context of other users' browser sessions.

Attack Vector

The attack is conducted over the network and requires the attacker to have low-privilege authenticated access to the Kiteworks platform. The attack follows this general pattern:

  1. The attacker authenticates to the Kiteworks platform with valid credentials
  2. The attacker navigates to the Secure Data Forms functionality
  3. When modifying or creating a form, the attacker injects malicious script content into vulnerable form fields
  4. The malicious payload is stored in the application database
  5. When other users (including administrators) view the form, the malicious script executes in their browser context
  6. The script can steal session tokens, perform actions as the victim user, or redirect to phishing sites

The vulnerability requires user interaction—specifically, a victim must view the compromised form for the attack to succeed. For detailed technical information, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-24750

Indicators of Compromise

  • Unusual JavaScript or HTML tags present in form field data within the Kiteworks database
  • Unexpected network requests originating from user sessions to external domains
  • Reports from users about strange behavior or redirects when accessing specific forms
  • Audit log entries showing form modifications with suspicious content patterns

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect XSS payloads in form submissions
  • Deploy Content Security Policy (CSP) headers to restrict inline script execution and report violations
  • Monitor application logs for form modification events containing script tags or event handlers
  • Utilize SentinelOne's behavioral analysis to detect anomalous browser activity associated with XSS exploitation

Monitoring Recommendations

  • Enable detailed audit logging for all form creation and modification activities in Kiteworks
  • Configure alerting for CSP violation reports indicating attempted script injection
  • Monitor for unusual session activity patterns that may indicate session hijacking post-exploitation
  • Review form content periodically for suspicious embedded scripts or HTML elements

How to Mitigate CVE-2026-24750

Immediate Actions Required

  • Upgrade Kiteworks to version 9.2.1 or later immediately to receive the security patch
  • Audit existing forms for any suspicious content or embedded scripts that may indicate prior exploitation
  • Review user access logs for any unauthorized form modifications
  • Implement or strengthen Content Security Policy headers as a defense-in-depth measure

Patch Information

Kiteworks has released version 9.2.1 which addresses this vulnerability. Organizations should upgrade to this version or later as soon as possible. The patch implements proper input validation and output encoding for form content within the Secure Data Forms feature. For patch details and upgrade instructions, consult the GitHub Security Advisory.

Workarounds

  • Restrict form modification privileges to only trusted administrators until patching is complete
  • Implement strict Content Security Policy headers to prevent inline script execution
  • Deploy a Web Application Firewall with XSS protection rules in front of the Kiteworks deployment
  • Consider temporarily disabling the Secure Data Forms feature if not business-critical until the patch can be applied
bash
# Example Content Security Policy header configuration for defense-in-depth
# Add to web server configuration (Apache example)
Header set Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; frame-ancestors 'self';"

# For nginx
add_header Content-Security-Policy "default-src 'self'; script-src 'self'; object-src 'none'; frame-ancestors 'self';";

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

  • Vulnerability Details
  • TypeXSS

  • Vendor/TechKiteworks

  • SeverityHIGH

  • CVSS Score7.6

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityLow
  • CWE References
  • CWE-79
  • Technical References
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-29092: Kiteworks Auth Bypass Vulnerability

  • CVE-2026-23636: Kiteworks Path Traversal Vulnerability

  • CVE-2026-23635: Kiteworks Information Disclosure Flaw

  • CVE-2026-23514: Kiteworks Core Auth Bypass Vulnerability
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