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

CVE-2026-32985: Xerte Online Toolkits RCE Vulnerability

CVE-2026-32985 is an unauthenticated remote code execution flaw in Xerte Online Toolkits 3.14 and earlier that allows attackers to upload malicious files. This article covers technical details, affected versions, and mitigations.

Published: March 27, 2026

CVE-2026-32985 Overview

CVE-2026-32985 is an unauthenticated arbitrary file upload vulnerability affecting Xerte Online Toolkits versions 3.14 and earlier. The vulnerability exists in the template import functionality and allows remote attackers to execute arbitrary code by uploading a crafted ZIP archive containing malicious PHP payloads. Attackers can bypass authentication checks in the import.php file to upload a template archive with PHP code in the media directory, which gets extracted to a web-accessible path where the malicious PHP can be directly accessed and executed under the web server context.

Critical Impact

Remote attackers can achieve full code execution on vulnerable Xerte Online Toolkits servers without any authentication, potentially leading to complete system compromise, data theft, and lateral movement within the network.

Affected Products

  • Xerte Online Toolkits version 3.14
  • Xerte Online Toolkits versions prior to 3.14
  • All Xerte Online Toolkits installations with exposed template import functionality

Discovery Timeline

  • 2026-03-20 - CVE-2026-32985 published to NVD
  • 2026-03-20 - Last updated in NVD database

Technical Details for CVE-2026-32985

Vulnerability Analysis

This vulnerability stems from Missing Authentication for Critical Function (CWE-306) in Xerte Online Toolkits. The import.php file, which handles template import operations, fails to properly validate whether the requesting user has been authenticated before processing file upload requests. This architectural flaw allows unauthenticated remote attackers to directly interact with the import functionality, bypassing the intended access controls.

The exploitation chain involves crafting a malicious ZIP archive that contains PHP code disguised or placed within the expected template structure. When this archive is uploaded through the vulnerable import endpoint, the server extracts its contents to a web-accessible directory without sanitizing the file types or contents. Since the extraction path is publicly accessible, attackers can then directly request the malicious PHP file via HTTP, causing the web server to execute the embedded code with the privileges of the web server process.

Root Cause

The root cause of CVE-2026-32985 is the absence of authentication verification in the template import handling code. The import.php script processes incoming ZIP archive uploads and extracts their contents without first confirming that the request originates from an authenticated and authorized user. Additionally, there is no validation of the file types within the uploaded archive, allowing PHP files to be included and subsequently executed. This combination of missing authentication and inadequate file type filtering creates a direct path to remote code execution.

Attack Vector

The attack is conducted over the network without requiring any authentication or user interaction. An attacker identifies a vulnerable Xerte Online Toolkits installation and sends a specially crafted HTTP request to the import.php endpoint containing a malicious ZIP archive. The archive is structured to place a PHP webshell or other malicious script in the media directory path. Upon successful upload and extraction, the attacker accesses the uploaded PHP file directly through its web-accessible URL, triggering execution of arbitrary code within the web server's context. This grants the attacker the ability to run system commands, access sensitive files, establish persistence, or pivot to other systems on the network.

Detection Methods for CVE-2026-32985

Indicators of Compromise

  • Unexpected HTTP POST requests to /import.php or similar template import endpoints from external IP addresses
  • Newly created PHP files in the media or template directories with suspicious content or webshell patterns
  • Web server access logs showing direct requests to unfamiliar PHP files in typically static content directories
  • Outbound network connections originating from the web server process to unknown external hosts

Detection Strategies

  • Monitor web server logs for unauthenticated POST requests to import-related PHP endpoints containing ZIP file uploads
  • Implement file integrity monitoring on the Xerte installation directory to detect unauthorized file creation or modification
  • Deploy web application firewall rules to block suspicious file upload patterns and ZIP archives containing PHP content
  • Use endpoint detection to identify webshell behavior patterns such as command execution from PHP processes

Monitoring Recommendations

  • Enable detailed logging for all file upload operations within the Xerte Online Toolkits application
  • Configure alerts for new PHP file creation in web-accessible directories outside of normal deployment processes
  • Monitor for anomalous process spawning from web server workers, particularly shell invocations
  • Review network traffic for signs of command and control communication originating from the web server

How to Mitigate CVE-2026-32985

Immediate Actions Required

  • Restrict network access to the import.php endpoint using firewall rules or web server configuration to allow only trusted IP addresses
  • If the template import functionality is not required, disable or remove the import.php file entirely
  • Implement authentication at the web server level (e.g., HTTP Basic Auth) for the import endpoint as an interim measure
  • Conduct a thorough review of the media and template directories for any unexpected PHP files that may indicate prior compromise

Patch Information

Organizations should monitor the official Xerte Project for security updates and patched releases that address CVE-2026-32985. Until an official patch is available, implement the workarounds and network-level controls described below. Technical details about the vulnerability are available from the Packet Storm advisory.

Workarounds

  • Block external access to the template import functionality using web server access controls or firewall rules
  • Configure the web server to disallow PHP execution in the media and template upload directories using directives such as php_flag engine off
  • Implement network segmentation to isolate the Xerte server from critical internal resources
  • Deploy a web application firewall with rules to inspect and block malicious file uploads
bash
# Apache configuration to disable PHP execution in upload directories
<Directory "/var/www/xerte/media">
    php_flag engine off
    Options -ExecCGI
    RemoveHandler .php .phtml .php3 .php4 .php5 .phps
</Directory>

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechXerte Online Toolkits

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.77%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/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
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-306
  • Technical References
  • Packet Storm File Download

  • Xerte Project Overview
  • Related CVEs
  • CVE-2026-34415: Xerte Online Toolkits RCE Vulnerability

  • CVE-2026-34413: Xerte Online Toolkits Auth Bypass Flaw

  • CVE-2026-34414: Xerte Online Toolkits Path Traversal

  • CVE-2026-41459: Xerte Online Toolkits Path Disclosure 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