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

CVE-2026-2672: Tsinghua Unigroup Path Traversal Flaw

CVE-2026-2672 is a path traversal vulnerability in Tsinghua Unigroup Electronic Archives System 3.2.210802 that allows remote attackers to access unauthorized files. This article covers technical details, affected versions, and mitigation.

Published: February 20, 2026

CVE-2026-2672 Overview

A path traversal vulnerability has been discovered in Tsinghua Unigroup Electronic Archives System version 3.2.210802(62532). This security flaw affects the Download function located in the file /Search/Subject/downLoad. By manipulating the path argument, an attacker can traverse directories and potentially access arbitrary files on the affected system. The vulnerability can be exploited remotely by authenticated users, and a public exploit has been released, increasing the risk of active exploitation.

Critical Impact

Authenticated attackers can exploit this path traversal vulnerability to read sensitive files outside the intended directory, potentially exposing configuration files, credentials, and other confidential system data.

Affected Products

  • Tsinghua Unigroup Electronic Archives System 3.2.210802(62532)

Discovery Timeline

  • 2026-02-18 - CVE CVE-2026-2672 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2026-2672

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as path traversal or directory traversal. The flaw exists in the file download functionality of the Electronic Archives System, specifically within the Download function that handles file retrieval requests.

The core issue stems from insufficient validation of user-supplied input in the path parameter. When a user requests a file download through the /Search/Subject/downLoad endpoint, the application fails to properly sanitize the path value before using it to locate and serve the requested file. This allows attackers to use directory traversal sequences (such as ../) to escape the intended directory structure and access files elsewhere on the file system.

The vulnerability enables remote exploitation over the network, though authentication is required. Given that a proof-of-concept exploit has been publicly released, organizations using this system face elevated risk as attackers can readily weaponize this vulnerability.

Root Cause

The root cause of this vulnerability is improper input validation in the Download function. The application accepts user-controlled input for the path parameter without adequately sanitizing or validating the value to ensure it remains within the intended file directory. The absence of path canonicalization and boundary checking allows malicious traversal sequences to be processed, enabling access to files outside the document root.

Attack Vector

The attack vector is network-based and requires low-privilege authentication to the Electronic Archives System. An attacker with valid credentials can craft a malicious HTTP request to the /Search/Subject/downLoad endpoint with a manipulated path parameter containing directory traversal sequences.

The attack flow involves submitting a request where the path argument includes sequences like ../ to navigate up the directory tree. For example, an attacker could attempt to read sensitive system files such as configuration files or credential stores by traversing to known file locations. The vulnerability requires no user interaction and can be exploited with relatively low technical complexity.

For technical details regarding the exploitation mechanism, see the GitHub PoC Repository and proof of concept script.

Detection Methods for CVE-2026-2672

Indicators of Compromise

  • HTTP requests to /Search/Subject/downLoad containing path traversal sequences such as ../, ..%2f, %2e%2e/, or %2e%2e%5c
  • Unusual file access patterns in web server logs showing attempts to access files outside the archives directory
  • Access attempts to sensitive system files like /etc/passwd, configuration files, or database credentials through the download endpoint
  • High volume of download requests from a single source attempting various path combinations

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing path traversal patterns in URL parameters
  • Configure intrusion detection systems (IDS) to alert on HTTP requests with encoded or plain-text directory traversal sequences targeting the affected endpoint
  • Monitor web application logs for anomalous download requests, particularly those with suspicious path values or repeated access failures

Monitoring Recommendations

  • Enable detailed logging for the /Search/Subject/downLoad endpoint and regularly review logs for suspicious activity
  • Set up real-time alerting for any access attempts to sensitive system directories through the vulnerable function
  • Implement file integrity monitoring on critical system files to detect unauthorized access or modifications

How to Mitigate CVE-2026-2672

Immediate Actions Required

  • Restrict network access to the Tsinghua Unigroup Electronic Archives System to trusted IP addresses only until a patch is available
  • Implement input validation at the web application firewall level to block path traversal sequences
  • Review and restrict the file system permissions of the web application service account to minimize the impact of potential exploitation
  • Audit system access logs to identify any potential exploitation attempts that may have already occurred

Patch Information

As of the last update on 2026-02-19, the vendor (Tsinghua Unigroup) has not responded to disclosure attempts and no official patch is available. Organizations should implement compensating controls and monitor for vendor security advisories. For additional context, consult the VulDB entry for this vulnerability.

Workarounds

  • Deploy a web application firewall with rules configured to reject requests containing path traversal patterns (../, encoded variants, and null bytes) in the path parameter
  • Implement a reverse proxy that validates and sanitizes the path parameter before forwarding requests to the application
  • If feasible, disable the file download functionality at /Search/Subject/downLoad until official remediation is available
  • Restrict user permissions within the application to limit the number of accounts capable of accessing the download functionality
bash
# Example WAF rule for blocking path traversal attempts (ModSecurity)
SecRule ARGS:path "@rx (\.\./|\.\.\\|%2e%2e%2f|%2e%2e/|%252e%252e%252f)" \
    "id:100001,phase:2,deny,status:403,msg:'Path traversal attempt blocked',log,auditlog"

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechTsinghua Unigroup Electronic Archives System

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • GitHub PoC Repository

  • GitHub Proof of Concept Script

  • VulDB #346468 Detail

  • VulDB #346468

  • VulDB Submission #753295

  • VulDB Submission #753383
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF 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