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-35996

CVE-2025-35996: KUNBUS PiCtory XSS Vulnerability

CVE-2025-35996 is a cross-site scripting flaw in KUNBUS PiCtory that allows authenticated attackers to execute malicious scripts via crafted filenames. This article covers technical details, affected versions, and mitigation.

Published: April 8, 2026

CVE-2025-35996 Overview

A stored cross-site scripting (XSS) vulnerability exists in KUNBUS PiCtory version 2.11.1 and earlier. The vulnerability allows an authenticated remote attacker to craft a specially designed filename that can be stored via API endpoints. When this malicious filename is later transmitted to the client to display configuration files, the lack of proper escape or sanitization enables the filename to be executed as an HTML script tag, resulting in a cross-site scripting attack.

Critical Impact

Authenticated attackers can inject malicious scripts via crafted filenames, potentially leading to session hijacking, credential theft, or unauthorized actions on behalf of legitimate users within industrial control environments.

Affected Products

  • KUNBUS PiCtory version 2.11.1 and earlier
  • KUNBUS Revolution Pi industrial PCs running vulnerable PiCtory versions

Discovery Timeline

  • 2025-05-01 - CVE-2025-35996 published to NVD
  • 2025-05-02 - Last updated in NVD database

Technical Details for CVE-2025-35996

Vulnerability Analysis

This vulnerability is classified under CWE-97 (Improper Neutralization of Server-Side Includes (SSI) Within a Web Page), though it manifests as a stored XSS attack vector. The vulnerability exists in the way PiCtory handles filenames submitted through its API endpoints. When an authenticated user creates or modifies configuration files, the application stores the filename without proper sanitization.

The attack targets industrial control systems running KUNBUS Revolution Pi hardware, making this particularly concerning for operational technology (OT) environments. The network-accessible nature of the vulnerability allows exploitation from any authenticated position on the network with low attack complexity.

Root Cause

The root cause of this vulnerability is the absence of proper input sanitization and output encoding for filenames processed by PiCtory's API endpoints. When filenames are stored and later rendered in the user interface to display configuration file listings, the application fails to escape HTML special characters. This allows attackers to embed JavaScript code within filenames that executes when the configuration file list is rendered in a victim's browser.

Attack Vector

The attack requires an authenticated attacker with access to the PiCtory web interface. The attacker leverages API endpoints that accept filename parameters to store a maliciously crafted filename containing JavaScript payload. When another user (or the same user) navigates to view the list of configuration files, the browser interprets the malicious filename as executable script content rather than plain text.

The exploitation path involves:

  1. Authenticating to the PiCtory web interface
  2. Creating or modifying a configuration file with a filename containing embedded script tags
  3. Waiting for a victim to view the configuration file list, triggering script execution in their browser context

Since no verified code examples are available, technical exploitation details can be found in the CISA ICS Advisory ICSA-25-121-01.

Detection Methods for CVE-2025-35996

Indicators of Compromise

  • Configuration filenames containing HTML script tags or JavaScript event handlers (e.g., <script>, onerror=, onload=)
  • API requests to PiCtory endpoints with unusual filename patterns containing encoded special characters
  • Web server logs showing filename parameters with URL-encoded angle brackets (%3C, %3E)

Detection Strategies

  • Monitor PiCtory API logs for filename parameters containing HTML/JavaScript syntax
  • Implement web application firewall (WAF) rules to detect XSS payloads in API requests
  • Review configuration file directory listings for filenames with suspicious character patterns
  • Deploy endpoint detection to identify JavaScript execution from unexpected contexts within PiCtory sessions

Monitoring Recommendations

  • Enable detailed logging on PiCtory web interfaces to capture all API interactions with filename parameters
  • Implement network monitoring for anomalous HTTP traffic patterns targeting PiCtory endpoints
  • Configure alerting for failed authentication attempts followed by successful authentication from the same source
  • Monitor for unusual session activity patterns that may indicate account compromise from XSS exploitation

How to Mitigate CVE-2025-35996

Immediate Actions Required

  • Update KUNBUS PiCtory to the latest version from the Pictory Package Repository
  • Restrict network access to PiCtory interfaces to authorized personnel only
  • Implement network segmentation to isolate industrial control systems from general network traffic
  • Review existing configuration files for suspicious filenames and remove or rename any malicious entries

Patch Information

KUNBUS has addressed this vulnerability in versions released after 2.11.1. Administrators should download the latest PiCtory package from the official Pictory Package Repository and follow the vendor's upgrade procedures. For detailed guidance, refer to the CISA ICS Advisory ICSA-25-121-01.

Workarounds

  • Implement strict access controls limiting PiCtory authentication to essential personnel only
  • Deploy a web application firewall (WAF) with XSS filtering rules in front of PiCtory interfaces
  • Use browser-based XSS protection extensions for users who must access PiCtory before patching
  • Consider temporarily disabling network access to PiCtory until patching can be completed
bash
# Network isolation example using iptables
# Restrict PiCtory access to specific management subnet
iptables -A INPUT -p tcp --dport 80 -s 192.168.100.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -s 192.168.100.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -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/TechKunbus

  • SeverityHIGH

  • CVSS Score8.5

  • EPSS Probability0.25%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-97
  • Technical References
  • Pictory Package Repository

  • CISA ICS Advisory ICSA-25-121-01
  • Related CVEs
  • CVE-2025-32011: KUNBUS PiCtory Auth Bypass 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