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

CVE-2025-70311: JEEWMS 1.0 SQL Injection Vulnerability

CVE-2025-70311 is a SQL injection vulnerability in JEEWMS 1.0 that allows attackers to inject malicious SQL statements through id1 and id2 parameters. This article covers technical details, affected versions, and mitigation.

Published: February 6, 2026

CVE-2025-70311 Overview

CVE-2025-70311 is a SQL Injection vulnerability affecting JEEWMS version 1.0, an open-source warehouse management system. Attackers can inject malicious SQL statements through the id1 and id2 parameters in the /systemControl.do interface, potentially allowing unauthorized access to sensitive database information, data manipulation, or complete database compromise.

Critical Impact

This SQL Injection vulnerability enables attackers to execute arbitrary SQL commands against the backend database through vulnerable parameters, potentially leading to data exfiltration, unauthorized modifications, or complete database takeover.

Affected Products

  • JEEWMS 1.0

Discovery Timeline

  • 2026-02-03 - CVE CVE-2025-70311 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2025-70311

Vulnerability Analysis

This SQL Injection vulnerability exists in the /systemControl.do interface of JEEWMS 1.0. The application fails to properly sanitize user-supplied input in the id1 and id2 parameters before incorporating them into SQL queries. This allows attackers to craft malicious input that alters the intended SQL logic, enabling direct interaction with the underlying database.

SQL Injection vulnerabilities of this nature typically allow attackers to bypass authentication mechanisms, extract sensitive data from database tables, modify or delete records, and in some cases execute operating system commands depending on database configuration and privileges.

Root Cause

The vulnerability stems from improper input validation and the lack of parameterized queries or prepared statements in the /systemControl.do endpoint. When user-controlled data from the id1 and id2 parameters is directly concatenated into SQL queries without proper sanitization or escaping, it creates an injection point that attackers can exploit.

Attack Vector

The attack is carried out by sending specially crafted HTTP requests to the /systemControl.do endpoint with malicious SQL payloads injected into the id1 and/or id2 parameters. An attacker can manipulate the SQL query logic by injecting SQL syntax such as single quotes, UNION statements, or boolean-based conditions to extract data, bypass authentication, or perform other database operations.

For example, an attacker might append SQL commands like ' OR '1'='1 or use UNION-based injection techniques to retrieve data from other database tables. The specific exploitation method depends on the database backend and the context in which the parameters are used within the SQL query.

For technical details and source code review, refer to the JEEWMS Gitee Repository.

Detection Methods for CVE-2025-70311

Indicators of Compromise

  • Unusual or malformed HTTP requests to /systemControl.do containing SQL syntax characters such as single quotes, semicolons, UNION statements, or comment sequences
  • Database query logs showing unexpected queries, especially those with UNION SELECT statements or error-based injection patterns
  • Failed authentication attempts followed by successful access without valid credentials
  • Unexpected database errors in application logs indicating syntax errors from injection attempts

Detection Strategies

  • Deploy Web Application Firewall (WAF) rules to detect and block common SQL injection patterns in the id1 and id2 parameters
  • Enable database query logging and monitor for anomalous query patterns or unauthorized data access
  • Implement intrusion detection system (IDS) signatures for SQL injection attack patterns targeting the /systemControl.do endpoint
  • Review web server access logs for requests containing URL-encoded SQL injection payloads

Monitoring Recommendations

  • Configure real-time alerting for any requests to /systemControl.do containing suspicious characters or patterns
  • Monitor database activity for unusual query volumes, schema enumeration attempts, or data exfiltration patterns
  • Track failed database authentication attempts and correlate with web application access logs
  • Implement application-level logging to capture all parameter values passed to vulnerable endpoints

How to Mitigate CVE-2025-70311

Immediate Actions Required

  • Restrict access to the /systemControl.do endpoint through network segmentation or access control lists until a patch is available
  • Implement Web Application Firewall rules to filter malicious input targeting the id1 and id2 parameters
  • Review and audit database permissions to ensure the application uses least-privilege database accounts
  • Enable database query logging and monitoring to detect exploitation attempts

Patch Information

No official patch information is currently available from the vendor. Organizations using JEEWMS 1.0 should monitor the JEEWMS Gitee Repository for security updates and apply patches as soon as they become available.

Workarounds

  • Implement input validation at the application layer to reject requests containing SQL metacharacters in the id1 and id2 parameters
  • Deploy a reverse proxy or WAF with SQL injection detection capabilities in front of the JEEWMS application
  • Consider disabling or restricting access to the /systemControl.do endpoint if it is not critical for business operations
  • Apply database hardening measures including removing unnecessary stored procedures and limiting database user privileges

If modifying the application code is possible, implement parameterized queries (prepared statements) for all database interactions involving user input. This is the most effective long-term mitigation for SQL injection vulnerabilities.

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechJeewms

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.01%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Gitee Project Repository
  • Related CVEs
  • CVE-2026-3026: Jeewms SSRF Vulnerability in UEditor

  • CVE-2026-3027: Jeewms Jeewms XSS 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