The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-29865

CVE-2025-29865: X-Free Uploader Path Traversal Flaw

CVE-2025-29865 is a path traversal vulnerability in TAGFREE X-Free Uploader that allows attackers to access restricted directories. This article covers technical details, affected versions, security impact, and mitigation.

Updated: May 19, 2026

CVE-2025-29865 Overview

CVE-2025-29865 is a path traversal vulnerability in TAGFREE X-Free Uploader (XFU), a file upload component widely deployed in Korean web applications. The flaw stems from improper limitation of a pathname to a restricted directory [CWE-22]. Attackers can craft requests containing directory traversal sequences to read files outside the intended upload directory. The vulnerability affects X-Free Uploader versions from 1.0.1.0084 before 1.0.1.0085 and from 2.0.1.0034 before 2.0.1.0035. Exploitation requires no authentication and no user interaction, and the attack is delivered remotely over the network.

Critical Impact

Unauthenticated remote attackers can traverse the filesystem to access sensitive files outside the upload directory, exposing configuration data, credentials, and application source code.

Affected Products

  • TAGFREE X-Free Uploader (XFU) 1.0.1.0084 and earlier in the 1.x branch
  • TAGFREE X-Free Uploader (XFU) 2.0.1.0034 and earlier in the 2.x branch
  • Web applications embedding the XFU upload component

Discovery Timeline

  • 2025-08-07 - CVE-2025-29865 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-29865

Vulnerability Analysis

The vulnerability resides in the file handling logic of the X-Free Uploader component. The uploader accepts user-controlled path or filename parameters without normalizing or validating them against a restricted base directory. An attacker submitting traversal sequences such as ../ can escape the intended upload directory and reference arbitrary locations on the host filesystem.

The vulnerability impacts confidentiality only — the CVSS vector indicates high confidentiality impact with no integrity or availability impact. This pattern is consistent with an arbitrary file read primitive rather than arbitrary file write or code execution. The EPSS score of 0.167% reflects a low predicted exploitation probability at this time, but the lack of authentication requirements makes the issue accessible to opportunistic scanning.

Root Cause

The root cause is missing canonicalization and validation of pathname inputs supplied through HTTP request parameters. The XFU component constructs file paths by concatenating user input with a base directory rather than resolving the canonical path and verifying it remains within the permitted root. CWE-22 (Improper Limitation of a Pathname to a Restricted Directory) directly characterizes this class of weakness.

Attack Vector

The attack vector is network-based and requires no privileges. An attacker sends a crafted HTTP request to an endpoint served by the X-Free Uploader handler, embedding traversal sequences in the parameter that designates the target file or directory. The uploader resolves the manipulated path and returns or processes the file referenced outside the upload root.

No verified public exploit code is available at the time of writing. Refer to the Boho Security Announcement for the official advisory and patched build details.

Detection Methods for CVE-2025-29865

Indicators of Compromise

  • HTTP requests to XFU endpoints containing ../, ..\, URL-encoded %2e%2e%2f, or double-encoded traversal sequences in filename or path parameters
  • Web server access logs showing requests targeting XFU handler URLs with unusual file extensions outside the upload directory
  • Application logs recording file read operations referencing paths such as /etc/passwd, web.config, or application configuration files
  • Outbound exfiltration of files immediately following requests to the uploader endpoint

Detection Strategies

  • Deploy web application firewall rules that decode and inspect upload parameters for traversal sequences before normalization
  • Correlate uploader endpoint access with subsequent unusual file-read patterns at the operating system level
  • Inventory all web applications to identify deployments of TAGFREE X-Free Uploader and confirm installed versions against 1.0.1.0085 or 2.0.1.0035

Monitoring Recommendations

  • Enable verbose logging on the XFU component to capture full request parameters and resolved file paths
  • Forward web server and application logs to a centralized analytics platform for retroactive hunting on traversal patterns
  • Alert on access to sensitive system files from the web application service account

How to Mitigate CVE-2025-29865

Immediate Actions Required

  • Upgrade X-Free Uploader to version 1.0.1.0085 or 2.0.1.0035 or later, matching the appropriate branch
  • Identify all web applications embedding the XFU component and confirm patch deployment across each instance
  • Review web server and application logs for traversal patterns dating back to before the patch was applied

Patch Information

TAGFREE has released patched builds 1.0.1.0085 and 2.0.1.0035 that address the path traversal flaw. Patch details and download guidance are documented in the Boho Security Announcement published by the Korea Internet & Security Agency.

Workarounds

  • Place a web application firewall in front of the uploader and block requests containing traversal sequences or encoded variants
  • Restrict filesystem permissions on the web application service account so it cannot read sensitive files outside the upload directory
  • Disable or remove the X-Free Uploader component on applications that do not require file upload functionality until the patch is applied
bash
# Example WAF rule snippet for blocking traversal in upload parameters
# Adjust endpoint path and parameter names to match your deployment
SecRule REQUEST_URI "@contains /xfu/" \
  "id:1029865,phase:2,deny,status:403,\
   chain,msg:'CVE-2025-29865 XFU path traversal attempt'"
  SecRule ARGS|REQUEST_HEADERS "@rx (\.\./|\.\.\\|%2e%2e%2f|%2e%2e/)" \
    "t:lowercase,t:urlDecodeUni"

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechX Free Uploader

  • SeverityHIGH

  • CVSS Score8.7

  • EPSS Probability0.17%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/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
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • Boho Security Announcement
  • Related CVEs
  • CVE-2025-29866: X-Free Uploader Path Traversal Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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