Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-60269

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

CVE-2025-60269 is a SQL injection vulnerability in Huayi-tec Jeewms affecting the exportXls function that allows attackers to execute malicious database queries. This article covers technical details, affected versions, and mitigation.

Published: March 25, 2026

CVE-2025-60269 Overview

A critical SQL Injection vulnerability has been identified in JEEWMS version 20250820, a warehouse management system developed by Huayi-tec. The vulnerability exists in the exportXls function located in the CgExportExcelController.java file within the src/main/java/org/jeecgframework/web/cgreport/controller/excel/ directory. This flaw allows remote attackers to execute arbitrary SQL commands against the underlying database without requiring authentication.

Critical Impact

Unauthenticated attackers can exploit this SQL Injection vulnerability remotely to extract sensitive data, modify database contents, or potentially compromise the entire database server.

Affected Products

  • Huayi-tec JEEWMS version 2025-08-20

Discovery Timeline

  • 2025-10-10 - CVE-2025-60269 published to NVD
  • 2025-10-16 - Last updated in NVD database

Technical Details for CVE-2025-60269

Vulnerability Analysis

This SQL Injection vulnerability (CWE-89) affects the exportXls function in JEEWMS, a Java-based warehouse management system built on the JEECG framework. The vulnerable endpoint handles Excel export functionality and fails to properly sanitize user-supplied input before incorporating it into SQL queries. Since the attack vector is network-accessible and requires no privileges or user interaction, the vulnerability can be exploited remotely by any attacker with network access to the application.

The impact of successful exploitation is severe, potentially allowing attackers to read, modify, or delete sensitive warehouse management data including inventory records, transaction logs, and user credentials stored in the database.

Root Cause

The root cause of this vulnerability is improper input validation in the exportXls function within CgExportExcelController.java. User-controlled input parameters are directly concatenated into SQL queries without proper sanitization, parameterization, or use of prepared statements. This classic SQL Injection pattern allows malicious SQL commands to be injected and executed by the database engine.

Attack Vector

The vulnerability is exploitable over the network through HTTP requests to the Excel export endpoint. An attacker can craft malicious requests containing SQL injection payloads in the parameters processed by the exportXls function. Since no authentication is required, any network-accessible attacker can exploit this vulnerability.

The attack flow involves sending specially crafted HTTP requests to the vulnerable endpoint, where injected SQL code is executed against the database. This can lead to unauthorized data access, data manipulation, or further system compromise depending on database permissions and configuration.

For technical details regarding this vulnerability, refer to the GitHub Issue Report documenting the SQL Injection in the exportXls function.

Detection Methods for CVE-2025-60269

Indicators of Compromise

  • Unusual SQL error messages in application logs referencing the exportXls function or CgExportExcelController
  • Abnormal database queries containing UNION SELECT, SLEEP(), BENCHMARK(), or other SQL injection patterns
  • Unexpected data exports or access to the Excel export functionality from unknown IP addresses
  • Database audit logs showing unauthorized SELECT, INSERT, UPDATE, or DELETE operations

Detection Strategies

  • Deploy web application firewalls (WAF) with SQL injection detection rules targeting common injection patterns
  • Implement application-level logging to capture all requests to the /cgreport/excel/ endpoint
  • Enable database query logging and monitor for anomalous query patterns
  • Use runtime application self-protection (RASP) solutions to detect and block SQL injection attempts

Monitoring Recommendations

  • Configure alerts for SQL syntax errors originating from the JEEWMS application
  • Monitor network traffic for unusually large data exports from the Excel export functionality
  • Review database connection patterns for signs of data exfiltration attempts
  • Implement anomaly detection for user behavior related to export functions

How to Mitigate CVE-2025-60269

Immediate Actions Required

  • Restrict network access to the JEEWMS application to trusted IP addresses only
  • Disable or block access to the exportXls endpoint until a patch is available
  • Implement WAF rules to filter common SQL injection patterns targeting the vulnerable endpoint
  • Review database privileges and implement least privilege principles for the application database account

Patch Information

At the time of publication, no official vendor patch has been released for this vulnerability. System administrators should monitor the JEEWMS Gitee Repository for security updates and patches.

Organizations should consider implementing the workarounds below and applying vendor patches as soon as they become available. Contact Huayi-tec for information regarding patch availability and remediation guidance.

Workarounds

  • Deploy a web application firewall with SQL injection blocking capabilities in front of the JEEWMS application
  • Implement network segmentation to limit exposure of the JEEWMS application to internal networks only
  • Disable the Excel export functionality by removing or restricting access to the CgExportExcelController endpoint
  • Apply database-level controls to limit the permissions of the JEEWMS database user account

To restrict access to the vulnerable endpoint at the web server level, consider implementing access controls in your web server or reverse proxy configuration to block external access to the export functionality until an official patch is available.

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechHuayi Tec Jeewms

  • SeverityCRITICAL

  • CVSS Score9.4

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-89
  • Technical References
  • Gitee Project Repository

  • GitHub Issue Report
  • Related CVEs
  • CVE-2025-5384: Huayi-tec JeeWMS SQLi Vulnerability

  • CVE-2025-5388: Huayi-tec Jeewms SQL Injection Vulnerability

  • CVE-2026-3028: Huayi-tec Jeewms XSS Vulnerability

  • CVE-2025-0390: 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