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

CVE-2025-13282: Cht Tenderdoctransfer Path Traversal Flaw

CVE-2025-13282 is a path traversal vulnerability in Cht Tenderdoctransfer that enables arbitrary file deletion via CSRF attacks. This article covers technical details, affected versions, impact, and mitigation.

Published: April 28, 2026

CVE-2025-13282 Overview

TenderDocTransfer, a document transfer application developed by Chunghwa Telecom, contains an Arbitrary File Delete vulnerability that allows unauthenticated remote attackers to delete arbitrary files on a user's system. The application sets up a simple local web server and provides APIs for communication with target websites. Due to the lack of Cross-Site Request Forgery (CSRF) protection in the APIs, attackers can exploit these interfaces through phishing attacks. Additionally, one of the APIs contains an Absolute Path Traversal vulnerability, enabling attackers to delete arbitrary files on the affected system.

Critical Impact

This vulnerability enables unauthenticated remote attackers to delete arbitrary files on a user's system through a combination of CSRF and Path Traversal attacks, potentially leading to data loss, system instability, or denial of service.

Affected Products

  • CHT TenderDocTransfer (all versions)

Discovery Timeline

  • 2025-11-17 - CVE-2025-13282 published to NVD
  • 2025-12-19 - Last updated in NVD database

Technical Details for CVE-2025-13282

Vulnerability Analysis

This vulnerability represents a dangerous combination of two distinct security weaknesses: Cross-Site Request Forgery (CSRF) and Absolute Path Traversal (CWE-36). The TenderDocTransfer application creates a local web server that exposes APIs without implementing proper CSRF protections. This design flaw allows malicious websites to make requests to the local server on behalf of the user without proper validation.

The attack requires user interaction, typically achieved through phishing techniques where victims are lured to malicious web pages. Once on such a page, the attacker's JavaScript can silently make requests to the local TenderDocTransfer server API endpoints. The path traversal component allows attackers to specify absolute file paths, bypassing any intended directory restrictions.

The integrity and availability impact is significant as attackers can delete critical system files or user data, while confidentiality remains unaffected since the vulnerability only enables deletion, not data exfiltration.

Root Cause

The root cause of this vulnerability stems from two fundamental security failures in the application design. First, the application fails to implement CSRF tokens or other anti-forgery mechanisms in its API endpoints, allowing cross-origin requests to be processed without validation. Second, the file deletion API does not properly sanitize or validate file paths, accepting absolute paths that traverse outside the intended application directory. This combination of missing access controls (CWE-36 - Absolute Path Traversal) creates an exploitable attack surface.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker crafts a malicious webpage containing JavaScript that makes requests to the local TenderDocTransfer API endpoints. When a victim with TenderDocTransfer running visits this malicious page, the browser executes the JavaScript, which sends requests to localhost or 127.0.0.1 where the TenderDocTransfer server is listening.

The attacker leverages the path traversal flaw by including directory traversal sequences or absolute paths in the API parameters, targeting sensitive files for deletion. For example, the attacker might specify paths like C:\Windows\System32\ or /etc/ to target critical system files, or user directories to destroy personal data.

Detection Methods for CVE-2025-13282

Indicators of Compromise

  • Unexpected file deletions across the system, particularly in directories outside the TenderDocTransfer application scope
  • Unusual HTTP requests to local server ports used by TenderDocTransfer
  • Browser history showing visits to unknown or suspicious websites shortly before file deletion incidents
  • Audit logs showing file deletion operations with path traversal patterns (e.g., ../ sequences or absolute paths)

Detection Strategies

  • Monitor local network traffic for suspicious requests to TenderDocTransfer API endpoints from external origins
  • Implement file integrity monitoring (FIM) to detect unexpected deletions of critical system files
  • Review web proxy logs for phishing attempts directing users to malicious sites that may exploit this vulnerability
  • Deploy endpoint detection solutions that can identify suspicious file deletion patterns across multiple directories

Monitoring Recommendations

  • Enable verbose logging on TenderDocTransfer if available to capture all API requests
  • Configure Windows Event Logging or Linux auditd to track file deletion events system-wide
  • Set up alerts for bulk file deletion operations or deletions in system-critical directories
  • Monitor browser activity for redirects to suspicious domains that may host exploitation code

How to Mitigate CVE-2025-13282

Immediate Actions Required

  • Contact Chunghwa Telecom for updated versions of TenderDocTransfer that address this vulnerability
  • Consider temporarily disabling or uninstalling TenderDocTransfer until a patch is available
  • Implement application-level firewall rules to restrict access to the local TenderDocTransfer server
  • Educate users about phishing risks and avoid clicking suspicious links while TenderDocTransfer is running

Patch Information

Refer to the TWCert Security Advisory for official patch information and updated software versions from Chunghwa Telecom. Users should monitor the advisory for updates and apply patches as soon as they become available.

Workarounds

  • Disable or close TenderDocTransfer when not actively in use to reduce the attack surface
  • Configure browser settings to block cross-origin requests to localhost addresses where possible
  • Use browser extensions that provide CSRF protection or block suspicious JavaScript execution
  • Implement network segmentation or firewall rules to limit external access to local services
bash
# Windows: Stop TenderDocTransfer service when not in use
# Open Services (services.msc) and locate TenderDocTransfer service
# Set startup type to "Manual" and stop the service when not needed

# Alternative: Block local server port via Windows Firewall (PowerShell)
# Note: Replace PORT_NUMBER with the actual port used by TenderDocTransfer
# New-NetFirewallRule -DisplayName "Block TenderDocTransfer External" -Direction Inbound -LocalPort PORT_NUMBER -Protocol TCP -Action Block -RemoteAddress Any

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechCht Tenderdoctransfer

  • SeverityHIGH

  • CVSS Score7.0

  • EPSS Probability0.53%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/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-36
  • Technical References
  • TWCert Security Advisory

  • TWCert Security Report
  • Related CVEs
  • CVE-2025-13283: Cht Tenderdoctransfer Path Traversal Flaw

  • CVE-2024-12641: Cht Tenderdoctransfer RCE 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