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
    • 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-14520

CVE-2025-14520: Baowzh Hfly Path Traversal Vulnerability

CVE-2025-14520 is a path traversal flaw in Baowzh Hfly affecting /admin/index.php/datafile/delfile. Attackers can manipulate the filename parameter remotely to access unauthorized files. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 1, 2026

CVE-2025-14520 Overview

A path traversal vulnerability has been identified in baowzh hfly, a PHP-based travel website content management system. The vulnerability exists in the /admin/index.php/datafile/delfile endpoint, where improper validation of the filename argument allows an authenticated attacker to traverse directories and delete arbitrary files on the target system. This weakness can be exploited remotely by manipulating the filename parameter to include path traversal sequences.

Critical Impact

Authenticated attackers can leverage this path traversal vulnerability to delete arbitrary files on the server, potentially leading to denial of service, application malfunction, or removal of critical security configurations.

Affected Products

  • baowzh hfly (all versions up to commit 638ff9abe9078bc977c132b37acbe1900b63491c)

Discovery Timeline

  • 2025-12-11 - CVE-2025-14520 published to NVD
  • 2026-01-09 - Last updated in NVD database

Technical Details for CVE-2025-14520

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Path Traversal), a common weakness that occurs when software uses external input to construct a pathname intended to identify a file or directory located underneath a restricted parent directory, but fails to properly neutralize special elements within the pathname that can cause the path to resolve to a location outside of the restricted directory.

In the case of CVE-2025-14520, the vulnerable endpoint /admin/index.php/datafile/delfile accepts a filename parameter without adequate sanitization. The application fails to validate that the supplied filename stays within the intended directory boundaries, allowing attackers to use directory traversal sequences (such as ../) to escape the designated file storage directory.

The vulnerability requires low-privilege authentication to exploit, but once authenticated, the attack can be executed with low complexity over the network. The vendor was contacted regarding this disclosure but did not respond, and the product uses a rolling release strategy for continuous delivery.

Root Cause

The root cause of this vulnerability is insufficient input validation and sanitization of the filename parameter in the file deletion functionality. The application does not properly validate or canonicalize file paths before performing file system operations, allowing relative path traversal sequences to reach files outside the intended directory scope.

Attack Vector

The attack is network-based and requires authentication to the administrative panel. An attacker with valid credentials to the admin interface can craft a malicious request to the /admin/index.php/datafile/delfile endpoint, supplying a manipulated filename parameter containing path traversal sequences to target arbitrary files on the system. This could allow deletion of configuration files, application code, or other critical system files.

The exploitation method involves sending HTTP requests with specially crafted filename values containing sequences like ../../../etc/target_file to traverse out of the expected directory and target files elsewhere on the filesystem. Technical details and proof-of-concept documentation are available through the GitHub Exploit Documentation.

Detection Methods for CVE-2025-14520

Indicators of Compromise

  • HTTP requests to /admin/index.php/datafile/delfile containing path traversal sequences such as ../, ..%2f, or encoded variants in the filename parameter
  • Unexpected file deletions or missing system/application files
  • Web server access logs showing repeated requests to the delfile endpoint with varying filename parameters
  • Application errors or crashes due to missing configuration or critical files

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect and block path traversal patterns in request parameters
  • Configure file integrity monitoring (FIM) to alert on unexpected file deletions, particularly in sensitive directories
  • Review web server access logs for suspicious patterns targeting the /admin/index.php/datafile/delfile endpoint
  • Deploy endpoint detection and response (EDR) solutions to monitor for anomalous file system operations

Monitoring Recommendations

  • Enable detailed logging for administrative actions within the hfly application
  • Monitor for authentication attempts and track authenticated sessions accessing file management endpoints
  • Set up alerts for file deletion events on critical system and application files
  • Regularly audit application logs for requests containing encoded characters or unusual parameter values

How to Mitigate CVE-2025-14520

Immediate Actions Required

  • Restrict access to the /admin/index.php/datafile/delfile endpoint through network segmentation or firewall rules
  • Implement strong authentication and limit administrative access to trusted IP addresses
  • Deploy a Web Application Firewall (WAF) with rules to block path traversal attempts
  • Consider disabling or removing the file deletion functionality until a patch is available

Patch Information

No official patch is currently available from the vendor. The vendor (baowzh) was contacted early about this disclosure but did not respond. Organizations using hfly should consider implementing workarounds and compensating controls until an official fix is released.

For additional technical details, refer to:

  • VulDB Entry #335858
  • VulDB CTI Information

Workarounds

  • Implement server-side input validation to reject filenames containing path traversal sequences (../, ..\\, or URL-encoded variants)
  • Use a whitelist approach for allowed filenames or restrict file operations to a specific directory with canonical path validation
  • Apply the principle of least privilege to the web server process to limit the impact of arbitrary file deletion
  • Consider running the application in a containerized environment to isolate file system access
bash
# Example Apache configuration to block path traversal attempts
# Add to .htaccess or virtual host configuration
<Location "/admin/index.php/datafile/delfile">
    # Deny requests containing path traversal sequences
    RewriteEngine On
    RewriteCond %{QUERY_STRING} (\.\./) [NC,OR]
    RewriteCond %{QUERY_STRING} (\.\.\\) [NC,OR]
    RewriteCond %{QUERY_STRING} (%2e%2e) [NC]
    RewriteRule .* - [F,L]
</Location>

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechBaowzh Hfly

  • 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
  • GitHub Exploit Documentation

  • VulDB CTI-ID #335858

  • VulDB #335858

  • VulDB Submission #702948
  • Related CVEs
  • CVE-2025-14522: Baowzh Hfly RCE Vulnerability
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