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

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

CVE-2025-5389 is an authentication bypass vulnerability in Huayi-tec Jeewms that enables unauthorized access through improper access controls. This article covers the technical details, affected versions, and mitigation.

Published: April 1, 2026

CVE-2025-5389 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 dogenerateOne2Many function within the File Handler component, accessible via the /generateController.do?dogenerateOne2Many endpoint. Due to insufficient access controls, authenticated attackers can remotely exploit this vulnerability to perform unauthorized operations, potentially compromising the integrity, confidentiality, and availability of the affected system.

Critical Impact

This improper access control vulnerability allows authenticated remote attackers to bypass security restrictions in JeeWMS, potentially leading to unauthorized data access, modification, or system disruption.

Affected Products

  • Huayi-tec JeeWMS up to version 20250504
  • JeeWMS installations using continuous delivery with rolling releases
  • All JeeWMS deployments exposing the /generateController.do endpoint

Discovery Timeline

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

Technical Details for CVE-2025-5389

Vulnerability Analysis

This vulnerability stems from improper access control implementation (CWE-266: Incorrect Privilege Assignment) in JeeWMS's File Handler component. The dogenerateOne2Many function fails to properly validate user permissions before executing sensitive operations, allowing authenticated users to perform actions beyond their authorized privilege level.

The attack can be launched remotely over the network with low complexity. While authentication is required, the low barrier for exploitation combined with the potential impact on system confidentiality, integrity, and availability makes this a significant security concern for organizations running JeeWMS.

JeeWMS uses a continuous delivery model with rolling releases, which means traditional version-based patch tracking is not applicable. Organizations must ensure they are running the latest available build to receive security fixes.

Root Cause

The root cause of CVE-2025-5389 is the failure to implement proper authorization checks within the dogenerateOne2Many function. The File Handler component does not adequately verify whether the authenticated user has sufficient privileges to invoke the code generation functionality. This results in an Incorrect Privilege Assignment (CWE-266) condition where users can access functionality that should be restricted to higher-privileged accounts.

Attack Vector

The attack vector for this vulnerability is network-based, requiring an authenticated attacker to send crafted requests to the vulnerable endpoint at /generateController.do?dogenerateOne2Many. The attack requires low complexity and no user interaction beyond the initial authentication.

The exploitation flow involves:

  1. An attacker authenticates to the JeeWMS application with valid but potentially low-privilege credentials
  2. The attacker sends a malicious request to the /generateController.do?dogenerateOne2Many endpoint
  3. Due to missing access control checks, the server processes the request regardless of the user's actual privilege level
  4. The attacker gains unauthorized access to file handling operations within the application

Technical details regarding specific exploitation methods can be found in the Gitee Issue Report.

Detection Methods for CVE-2025-5389

Indicators of Compromise

  • Unusual or unauthorized requests to the /generateController.do?dogenerateOne2Many endpoint
  • Unexpected file generation or modification activities in JeeWMS logs
  • Low-privilege accounts accessing administrative file handler functions
  • Anomalous patterns in application logs showing repeated access to the vulnerable endpoint

Detection Strategies

  • Implement web application firewall (WAF) rules to monitor and alert on requests to /generateController.do endpoints
  • Review application access logs for suspicious patterns involving the dogenerateOne2Many function
  • Deploy network-based intrusion detection systems (IDS) with signatures for JeeWMS exploitation attempts
  • Utilize SentinelOne Singularity Platform to detect and respond to unauthorized access attempts and anomalous application behavior

Monitoring Recommendations

  • Enable detailed logging for all requests to the JeeWMS File Handler component
  • Configure alerts for access control violations or authorization failures
  • Monitor for unusual file operations initiated through the web application
  • Implement user behavior analytics to detect privilege abuse patterns

How to Mitigate CVE-2025-5389

Immediate Actions Required

  • Update JeeWMS to the latest available build as the product uses continuous delivery
  • Restrict network access to JeeWMS administrative endpoints using firewall rules
  • Review and audit user accounts to ensure principle of least privilege
  • Implement additional authentication and authorization controls at the web server or reverse proxy level
  • Monitor logs for signs of exploitation attempts

Patch Information

JeeWMS uses a continuous delivery model with rolling releases, meaning no discrete patch versions are available. Organizations should pull the latest build from the official repository to receive security fixes. For detailed information about the vulnerability and remediation guidance, refer to the Gitee Issue Report and VulDB #310682.

Workarounds

  • Restrict access to the /generateController.do endpoint using web server configuration or reverse proxy rules
  • Implement additional authentication layers (e.g., IP whitelisting, VPN requirements) for administrative functions
  • Temporarily disable the File Handler component if not critical to operations
  • Deploy a web application firewall (WAF) to block malicious requests to the vulnerable endpoint
bash
# Example nginx configuration to restrict access to vulnerable endpoint
location /generateController.do {
    # Restrict to internal network only
    allow 10.0.0.0/8;
    allow 192.168.0.0/16;
    deny all;
    
    # Alternatively, require additional authentication
    # auth_basic "Restricted Access";
    # auth_basic_user_file /etc/nginx/.htpasswd;
}

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 #310682

  • VulDB #310682
  • Related CVEs
  • CVE-2026-3028: Huayi-tec Jeewms XSS Vulnerability

  • CVE-2025-60269: Huayi-tec Jeewms SQLi Vulnerability

  • CVE-2025-5384: Huayi-tec JeeWMS SQLi Vulnerability

  • CVE-2025-5385: Huayi-tec Jeewms Path Traversal Flaw
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