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

CVE-2025-5390: Huayi-tec Jeewms Auth Bypass Vulnerability

CVE-2025-5390 is an authentication bypass vulnerability in Huayi-tec Jeewms affecting the file handler component. Attackers can exploit improper access controls remotely. This article covers technical details, impact, and mitigation.

Published: April 1, 2026

CVE-2025-5390 Overview

A critical improper access control vulnerability has been identified in JeeWMS, an open-source warehouse management system developed by Huayi-tec. The vulnerability exists in the filedeal function within the /systemController/filedeal.do endpoint of the File Handler component. Due to improper access controls, an authenticated attacker can remotely manipulate file operations without proper authorization checks, potentially leading to unauthorized file access or manipulation.

Critical Impact

Remote attackers with low-level privileges can exploit improper access controls in the JeeWMS File Handler to perform unauthorized file operations, potentially compromising system integrity and data confidentiality.

Affected Products

  • Huayi-tec JeeWMS up to version 20250504
  • JeeWMS installations using the vulnerable /systemController/filedeal.do endpoint
  • All deployments without proper access control patches applied

Discovery Timeline

  • 2025-05-31 - CVE-2025-5390 published to NVD
  • 2025-09-11 - Last updated in NVD database

Technical Details for CVE-2025-5390

Vulnerability Analysis

The vulnerability resides in the filedeal function of JeeWMS's File Handler component. The affected endpoint /systemController/filedeal.do fails to properly validate user authorization before processing file-related requests. This improper access control implementation (CWE-266: Incorrect Privilege Assignment) allows authenticated users with minimal privileges to perform file operations that should be restricted to higher-privileged accounts.

The attack can be initiated remotely over the network, requiring only low-level user authentication. The vulnerability impacts confidentiality, integrity, and availability of the system, as unauthorized file manipulation could lead to data exposure, modification of critical files, or disruption of warehouse management operations.

Root Cause

The root cause of this vulnerability is the absence of proper authorization checks in the filedeal function. The File Handler component processes incoming requests to the /systemController/filedeal.do endpoint without verifying whether the requesting user has sufficient privileges to perform the requested file operation. This design flaw allows any authenticated user to bypass intended access restrictions and manipulate files beyond their authorized scope.

Attack Vector

The attack is executed remotely over the network. An attacker with valid low-level credentials to the JeeWMS system can craft malicious requests to the /systemController/filedeal.do endpoint. By manipulating request parameters, the attacker can perform unauthorized file operations such as reading, modifying, or deleting files that should be protected by access controls.

The vulnerability does not require user interaction and can be exploited with low attack complexity. The attacker must possess valid authentication credentials, but no elevated privileges are required to perform the attack.

Detection Methods for CVE-2025-5390

Indicators of Compromise

  • Unusual HTTP requests targeting /systemController/filedeal.do from low-privileged user accounts
  • Unexpected file access patterns or modifications in the JeeWMS file storage directories
  • Authentication logs showing repeated access to the File Handler endpoint by users who should not have file management privileges
  • Web server access logs containing anomalous parameters in requests to the filedeal function

Detection Strategies

  • Implement web application firewall (WAF) rules to monitor and alert on suspicious requests to /systemController/filedeal.do
  • Configure intrusion detection systems (IDS) to identify access control bypass attempts targeting the File Handler component
  • Deploy application-level logging to capture all file operations performed through the filedeal function
  • Establish baseline user behavior profiles and alert on deviations in file access patterns

Monitoring Recommendations

  • Enable verbose logging for all requests to the /systemController/filedeal.do endpoint
  • Monitor file system activity in JeeWMS directories for unauthorized modifications
  • Implement real-time alerting for file operations performed by users with insufficient privilege levels
  • Review authentication and authorization logs regularly for signs of access control bypass attempts

How to Mitigate CVE-2025-5390

Immediate Actions Required

  • Restrict network access to the /systemController/filedeal.do endpoint to only authorized administrative users
  • Implement additional authentication and authorization checks at the network perimeter level
  • Review and audit all user accounts with access to the JeeWMS system to ensure principle of least privilege
  • Consider temporarily disabling the File Handler functionality until a proper fix can be applied

Patch Information

JeeWMS does not use traditional versioning, which makes tracking affected and unaffected releases difficult. Organizations using JeeWMS should monitor the official repository for security updates and apply any available patches as soon as they become available. For technical details and issue tracking, refer to the Gitee Issue Report. Additional vulnerability intelligence is available through VulDB.

Workarounds

  • Implement network-level access controls to restrict access to the vulnerable endpoint from untrusted networks
  • Configure a reverse proxy or web application firewall to filter and validate requests to /systemController/filedeal.do
  • Apply role-based access controls at the application layer to limit which users can access file management functions
  • Consider implementing file integrity monitoring to detect unauthorized file modifications
bash
# Example: Restrict access to vulnerable endpoint using nginx
# Add to your nginx server configuration
location /systemController/filedeal.do {
    # Restrict to trusted admin IP addresses only
    allow 192.168.1.0/24;
    deny all;
    
    # Enable access logging for audit purposes
    access_log /var/log/nginx/jeewms_filedeal_access.log;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechHuayi Tec Jeewms

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.17%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/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-266

  • NVD-CWE-noinfo
  • Technical References
  • Gitee Issue Report

  • VulDB CtI #310683

  • VulDB #310683
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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