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

CVE-2025-65878: Yeqifu Warehouse System Path Traversal

CVE-2025-65878 is a path traversal vulnerability in Yeqifu Warehouse Management System that enables attackers to read arbitrary files and access sensitive data. This article covers the technical details, affected versions, and mitigation.

Published: April 21, 2026

CVE-2025-65878 Overview

CVE-2025-65878 is a path traversal vulnerability affecting the Yeqifu Warehouse Management System version 1.2. The vulnerability exists in the /file/showImageByPath endpoint, which fails to properly sanitize user-controlled path parameters. This allows unauthenticated attackers to exploit directory traversal sequences to read arbitrary files from the server's file system, potentially exposing sensitive system information, configuration files, and credentials.

Critical Impact

Unauthenticated attackers can read arbitrary files from the server, leading to exposure of sensitive system configuration, credentials, and potentially enabling further attacks through information disclosure.

Affected Products

  • Yeqifu Warehouse Management System version 1.2
  • Systems running the vulnerable /file/showImageByPath endpoint
  • Web servers hosting the warehouse management application

Discovery Timeline

  • 2025-12-05 - CVE-2025-65878 published to NVD
  • 2025-12-12 - Last updated in NVD database

Technical Details for CVE-2025-65878

Vulnerability Analysis

This path traversal vulnerability (CWE-22) affects the file serving functionality within the Yeqifu Warehouse Management System. The /file/showImageByPath endpoint is designed to serve image files based on a user-supplied path parameter. However, the application fails to implement proper input validation or path canonicalization, allowing attackers to escape the intended directory structure.

The vulnerability is network-accessible and requires no authentication or user interaction to exploit. An attacker can leverage standard directory traversal sequences such as ../ to navigate outside the web application's root directory and access arbitrary files on the underlying server. This could include sensitive configuration files like /etc/passwd, application configuration files containing database credentials, or other system files that may facilitate further compromise.

Root Cause

The root cause of this vulnerability is improper input validation in the path handling logic of the /file/showImageByPath endpoint. The application directly uses user-supplied path parameters without sanitizing or validating them against directory traversal sequences. The code fails to:

  1. Canonicalize the requested file path
  2. Validate that the resolved path remains within the intended directory
  3. Filter or reject path traversal sequences (../, ..%2f, etc.)
  4. Implement proper access controls on file system operations

Attack Vector

The attack vector is network-based, allowing remote unauthenticated attackers to craft malicious HTTP requests to the vulnerable endpoint. By injecting directory traversal sequences into the path parameter, an attacker can traverse the file system hierarchy and read files outside the intended image directory.

A typical attack involves sending requests to the /file/showImageByPath endpoint with manipulated path values containing sequences like ../../../etc/passwd to access sensitive system files. The attack requires no special privileges and can be executed with basic HTTP request tools or a standard web browser.

Detection Methods for CVE-2025-65878

Indicators of Compromise

  • HTTP requests to /file/showImageByPath containing ../ or URL-encoded variants (%2e%2e%2f, ..%2f)
  • Access log entries showing attempts to retrieve files outside the image directory
  • Requests containing path sequences targeting sensitive files like /etc/passwd, /etc/shadow, or configuration files
  • Unusual file access patterns in web server logs from external IP addresses

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block requests containing path traversal sequences
  • Monitor HTTP access logs for suspicious requests to the /file/showImageByPath endpoint
  • Configure intrusion detection systems (IDS) to alert on directory traversal attack patterns
  • Deploy endpoint detection and response (EDR) solutions to monitor file system access anomalies

Monitoring Recommendations

  • Enable detailed access logging for the warehouse management application
  • Set up alerts for failed file access attempts outside expected directories
  • Monitor for bulk file retrieval attempts from single IP addresses
  • Review system file access logs for unauthorized reads of sensitive configuration files

How to Mitigate CVE-2025-65878

Immediate Actions Required

  • Restrict network access to the Yeqifu Warehouse Management System to trusted networks only
  • Implement web application firewall rules to block path traversal attempts
  • Consider disabling the /file/showImageByPath endpoint if not critical to operations
  • Review server file permissions to limit readable files by the web application user

Patch Information

No vendor patch information is currently available for this vulnerability. Organizations should monitor the GitHub Issue Report for updates and potential fixes from the vendor.

Workarounds

  • Deploy a reverse proxy or WAF to filter requests containing directory traversal patterns before they reach the application
  • Implement network segmentation to limit exposure of the vulnerable application to untrusted networks
  • Apply file system permissions to restrict the web application user's read access to only necessary directories
  • Use a web application firewall rule to block requests containing ../, ..%2f, %2e%2e/, and similar encoded traversal sequences
bash
# Example nginx configuration to block path traversal attempts
location /file/showImageByPath {
    # Block requests with path traversal sequences
    if ($request_uri ~* "\.\.") {
        return 403;
    }
    # Additional filtering for encoded sequences
    if ($request_uri ~* "%2e%2e") {
        return 403;
    }
    # Proxy to backend with sanitized requests only
    proxy_pass http://backend;
}

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechYeqifu Warehouse Management System

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.75%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Issue Report
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
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