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

CVE-2026-2953: Ujcms Path Traversal Vulnerability

CVE-2026-2953 is a path traversal flaw in Dromara UJCMS 101.2 affecting the Template Handler component. Attackers can exploit this remotely to access unauthorized directories. Learn about technical details.

Published: February 27, 2026

CVE-2026-2953 Overview

A path traversal vulnerability has been identified in Dromara UJCMS version 10.1.2. This security flaw affects the deleteDirectory function within the WebFileTemplateController.delete component of the Template Handler. The vulnerability allows attackers to manipulate file paths to traverse outside intended directories, potentially leading to unauthorized file deletion or access. This vulnerability is network-exploitable and has been publicly disclosed, with exploit information already available. Notably, the vendor was contacted regarding this disclosure but did not respond.

Critical Impact

Remote attackers with low privileges can exploit this path traversal vulnerability to potentially delete arbitrary files or directories on the target system, compromising data integrity and system availability.

Affected Products

  • Dromara UJCMS 10.1.2
  • UJCMS Template Handler component
  • WebFileTemplateController.delete functionality

Discovery Timeline

  • 2026-02-22 - CVE-2026-2953 published to NVD
  • 2026-02-25 - Last updated in NVD database

Technical Details for CVE-2026-2953

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as Path Traversal. The flaw resides in the Template Handler component of UJCMS, specifically within the file deletion functionality. When processing delete requests through the WebFileTemplateController.delete endpoint, the application fails to properly sanitize user-supplied path inputs before passing them to the deleteDirectory function.

The network-based attack vector means that any authenticated user with access to the template management functionality could potentially exploit this vulnerability remotely. The exploitation requires low privilege levels, making it accessible to regular authenticated users rather than requiring administrative access.

Root Cause

The root cause of this vulnerability stems from insufficient input validation in the deleteDirectory function. The application does not properly sanitize or validate file path parameters before performing file system operations. This allows attackers to inject directory traversal sequences (such as ../) into the file path parameter, enabling them to escape the intended template directory and access or delete files in arbitrary locations on the server's file system.

The absence of path canonicalization and boundary checks allows malicious input to be processed directly, bypassing the intended directory restrictions of the template management system.

Attack Vector

The attack can be performed remotely over the network by an authenticated user with low-level privileges. An attacker would craft a malicious HTTP request to the WebFileTemplateController.delete endpoint, including path traversal sequences in the file path parameter. By manipulating the path with sequences like ../../../, the attacker can traverse up the directory structure and target files outside the designated template directory.

The vulnerability enables unauthorized file and directory deletion operations, which could result in:

  • Deletion of critical system or application configuration files
  • Removal of application data or user files
  • Potential denial of service through deletion of essential components

For detailed technical information about this vulnerability, refer to the VulDB entry and the security documentation.

Detection Methods for CVE-2026-2953

Indicators of Compromise

  • HTTP requests to WebFileTemplateController.delete endpoints containing path traversal sequences (../, ..\, %2e%2e%2f, or URL-encoded variants)
  • Unusual file deletion activity in system logs, particularly outside the template directories
  • Web server access logs showing repeated requests to template management endpoints with suspicious path parameters
  • File system audit logs indicating deletion of files in unexpected directories

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing path traversal patterns in URL parameters and request bodies
  • Configure intrusion detection systems (IDS) to alert on HTTP requests with directory traversal signatures targeting UJCMS endpoints
  • Enable detailed application logging for the Template Handler component to capture all file operation requests
  • Deploy file integrity monitoring (FIM) on critical system directories to detect unauthorized modifications or deletions

Monitoring Recommendations

  • Monitor web server access logs for requests to /*/WebFileTemplateController* endpoints containing traversal sequences
  • Implement real-time alerting for file deletion events outside the expected template directory paths
  • Review authentication logs for accounts accessing template management functions with unusual patterns
  • Establish baseline behavior for template management operations and alert on deviations

How to Mitigate CVE-2026-2953

Immediate Actions Required

  • Restrict network access to the UJCMS template management interface to trusted IP addresses only
  • Implement additional authentication requirements for the Template Handler functionality
  • Apply web application firewall rules to block path traversal patterns in requests to the affected endpoints
  • Disable or remove the deleteDirectory functionality if not critical to operations until a patch is available
  • Review and audit all files that may have been accessed or deleted through this vulnerability

Patch Information

As of the last update on 2026-02-25, no official patch has been released by the vendor. The vendor was contacted early about this disclosure but did not respond. Organizations should monitor the VulDB entry and the official UJCMS repository for patch availability.

In the absence of an official patch, organizations are strongly advised to implement the workarounds and mitigations described below to reduce exposure to this vulnerability.

Workarounds

  • Implement a reverse proxy or WAF rule to filter and block requests containing path traversal sequences (../, ..%2f, %2e%2e/, etc.) targeting template management endpoints
  • Restrict access to the Template Handler component through network segmentation or access control lists (ACLs)
  • Implement file system permissions to limit the web application's ability to delete files outside designated directories
  • Consider running the UJCMS application with reduced file system privileges using OS-level access controls
bash
# Example: Nginx WAF-style configuration to block path traversal attempts
location ~* /.*WebFileTemplateController.* {
    # Block common path traversal patterns
    if ($request_uri ~* "\.\.\/|\.\.\\|%2e%2e%2f|%2e%2e\/|\.\.%2f") {
        return 403;
    }
    # Restrict access to trusted IPs only
    allow 10.0.0.0/8;
    allow 192.168.1.0/24;
    deny all;
}

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechUjcms

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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
  • AvailabilityLow
  • CWE References
  • CWE-22
  • Technical References
  • VulDB CTI ID #347319

  • VulDB #347319

  • VulDB Submission #755215

  • Yuque Document on Security
  • Related CVEs
  • CVE-2026-2954: Ujcms Ujcms RCE Vulnerability Explained
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