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

CVE-2025-13283: Cht Tenderdoctransfer Path Traversal Flaw

CVE-2025-13283 is a path traversal vulnerability in Chunghwa Telecom's Tenderdoctransfer allowing arbitrary file operations. Attackers can copy and paste files to any system path, risking data leakage.

Published: April 28, 2026

CVE-2025-13283 Overview

TenderDocTransfer, developed by Chunghwa Telecom, contains a critical Arbitrary File Copy and Paste vulnerability combined with Cross-Site Request Forgery (CSRF) and Absolute Path Traversal weaknesses. The application establishes a simple local web server and exposes APIs for communication with target websites. Due to insufficient CSRF protection in these APIs, unauthenticated remote attackers can exploit these endpoints through phishing attacks. Furthermore, one of the APIs suffers from an Absolute Path Traversal vulnerability (CWE-36), allowing attackers to copy arbitrary files from the user's system and paste them into any accessible path.

Critical Impact

Remote attackers can leverage phishing techniques to exploit unprotected APIs, enabling arbitrary file copying that may lead to sensitive information disclosure or denial of service through disk space exhaustion.

Affected Products

  • CHT TenderDocTransfer (all versions)

Discovery Timeline

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

Technical Details for CVE-2025-13283

Vulnerability Analysis

This vulnerability represents a dangerous combination of security weaknesses in TenderDocTransfer's local web server architecture. The application exposes local APIs without implementing proper CSRF protections, creating an attack surface that can be exploited remotely through social engineering vectors such as phishing campaigns.

The core issue stems from the application's failure to validate and restrict file path parameters in its API endpoints. An attacker can craft malicious requests that leverage Absolute Path Traversal (CWE-36) to access files outside the intended directory structure. When combined with the lack of CSRF tokens, an attacker can trick authenticated users into executing these malicious file operations simply by visiting a crafted webpage or clicking a malicious link.

The attack requires user interaction (such as clicking a phishing link), but once triggered, the attacker gains the ability to copy sensitive files from anywhere on the victim's system to attacker-controlled locations, or to repeatedly copy large files to consume disk space and degrade system performance.

Root Cause

The root cause of this vulnerability is twofold: first, the absence of CSRF protection mechanisms (such as anti-CSRF tokens or SameSite cookie attributes) on the local web server APIs exposes them to cross-origin requests initiated by malicious websites. Second, the file copy API fails to properly sanitize and validate path parameters, accepting absolute paths that allow traversal outside the application's intended working directory. This combination of CWE-36 (Absolute Path Traversal) with missing CSRF protections creates a remotely exploitable attack chain.

Attack Vector

The attack follows a multi-stage exploitation chain that leverages both the CSRF weakness and the path traversal vulnerability:

  1. Phishing Delivery: The attacker sends a phishing email or message containing a link to a malicious webpage
  2. CSRF Exploitation: When the victim visits the malicious page while TenderDocTransfer is running, JavaScript on the page makes requests to the local web server APIs
  3. Path Traversal Abuse: The malicious requests include crafted path parameters with absolute paths (e.g., C:\Users\victim\Documents\sensitive.doc) to access files outside normal boundaries
  4. File Exfiltration or DoS: The attacker either copies sensitive files to accessible locations for later retrieval, or initiates large-scale file copy operations to exhaust disk space

The network-based attack vector combined with the requirement for user interaction (clicking a phishing link) characterizes this as a socially-engineered remote attack that bypasses traditional network perimeter defenses.

Detection Methods for CVE-2025-13283

Indicators of Compromise

  • Unexpected network connections to localhost web server ports used by TenderDocTransfer
  • Unusual file copy operations involving system directories or sensitive user folders
  • Rapid disk space consumption without user-initiated file operations
  • Browser-initiated requests to local API endpoints from external domain referrers

Detection Strategies

  • Monitor for HTTP requests to TenderDocTransfer's local web server that originate from cross-origin contexts
  • Implement file integrity monitoring on sensitive directories to detect unauthorized copy operations
  • Review web proxy logs for requests containing path traversal patterns such as absolute Windows paths in API parameters
  • Deploy endpoint detection rules to identify TenderDocTransfer API abuse patterns

Monitoring Recommendations

  • Enable detailed logging for TenderDocTransfer application activity
  • Configure endpoint protection to alert on suspicious file system operations initiated by the application
  • Monitor disk space utilization for sudden unexplained increases that may indicate exploitation
  • Review browser activity logs for connections to localhost services from untrusted web pages

How to Mitigate CVE-2025-13283

Immediate Actions Required

  • Restrict or disable TenderDocTransfer until a patched version is available from Chunghwa Telecom
  • Implement network-level controls to prevent cross-origin requests to local web server ports
  • Educate users about phishing risks specifically targeting this vulnerability
  • Consider application whitelisting to prevent unauthorized API access

Patch Information

Organizations should consult the Taiwan CERT Security Notification for the latest remediation guidance from Chunghwa Telecom. Monitor vendor communications for security updates that address the CSRF and path traversal vulnerabilities.

Workarounds

  • Disable TenderDocTransfer when not actively required for document transfer operations
  • Configure browser security settings to block scripts from making requests to localhost addresses
  • Implement host-based firewall rules to restrict access to the local web server port
  • Deploy browser extensions that prevent CSRF attacks against local services
bash
# Example: Windows Firewall rule to block external access to TenderDocTransfer local server
# Adjust port number based on actual application configuration
netsh advfirewall firewall add rule name="Block TenderDocTransfer External" dir=in action=block protocol=tcp localport=<LOCAL_SERVER_PORT> remoteip=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.12%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:N/VA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-36
  • Technical References
  • Taiwan CERT Security Notification

  • Taiwan CERT Security Alert
  • Related CVEs
  • CVE-2025-13282: 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