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-2026-3672

CVE-2026-3672: JeecgBoot SQL Injection Vulnerability

CVE-2026-3672 is a SQL injection flaw in JeecgBoot up to version 3.9.1 affecting the getDictItems API endpoint. Attackers can exploit this remotely to manipulate database queries. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 13, 2026

CVE-2026-3672 Overview

A SQL Injection vulnerability has been identified in JeecgBoot, a popular open-source low-code development platform. The vulnerability exists in the isExistSqlInjectKeyword function of the file /jeecg-boot/sys/api/getDictItems. This flaw allows attackers to inject malicious SQL commands through improper input validation, potentially leading to unauthorized data access, modification, or deletion. The vulnerability can be exploited remotely over a network connection by authenticated users.

Critical Impact

Remote attackers with low-level privileges can exploit this SQL injection vulnerability to manipulate database queries, potentially accessing sensitive data, modifying records, or compromising the integrity of the application's backend database.

Affected Products

  • JeecgBoot up to version 3.9.1

Discovery Timeline

  • 2026-03-07 - CVE-2026-3672 published to NVD
  • 2026-03-09 - Last updated in NVD database

Technical Details for CVE-2026-3672

Vulnerability Analysis

This SQL Injection vulnerability (CWE-74: Improper Neutralization of Special Elements in Output Used by a Downstream Component) affects the dictionary items retrieval functionality in JeecgBoot. The isExistSqlInjectKeyword function, which appears to be designed as a security measure to detect SQL injection attempts, contains a flaw that allows malicious SQL commands to bypass the filtering mechanism. The vulnerability is accessible remotely over the network without requiring user interaction beyond initial authentication.

The exploit has been publicly disclosed, increasing the risk of widespread exploitation. Attackers with low-level authentication credentials can leverage this flaw to execute arbitrary SQL commands against the underlying database.

Root Cause

The root cause of this vulnerability lies in insufficient input validation and sanitization within the isExistSqlInjectKeyword function. Despite the function's apparent purpose of preventing SQL injection, it fails to properly neutralize special elements before incorporating user-supplied input into SQL queries. This creates an injection point where attackers can insert malicious SQL syntax that gets executed by the database server.

Attack Vector

The attack is performed remotely over a network connection. An authenticated attacker sends crafted requests to the /jeecg-boot/sys/api/getDictItems endpoint containing malicious SQL payloads. These payloads bypass the inadequate SQL injection keyword detection and are executed against the backend database.

The vulnerability allows attackers to:

  • Extract sensitive data from the database through UNION-based or error-based SQL injection techniques
  • Modify or delete database records
  • Potentially escalate privileges within the application
  • In some database configurations, execute system commands on the underlying server

Detection Methods for CVE-2026-3672

Indicators of Compromise

  • Unusual SQL error messages in application logs related to the /jeecg-boot/sys/api/getDictItems endpoint
  • Abnormal database query patterns or execution times from the JeecgBoot application
  • Unexpected data modifications or access patterns in database audit logs
  • Requests to the getDictItems API containing SQL keywords such as UNION, SELECT, DROP, or encoded variants

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect SQL injection patterns targeting the affected endpoint
  • Monitor application logs for requests containing SQL syntax or encoding patterns in parameters sent to /jeecg-boot/sys/api/getDictItems
  • Deploy database activity monitoring to detect anomalous queries originating from the JeecgBoot application
  • Configure intrusion detection systems (IDS) with signatures for common SQL injection attack patterns

Monitoring Recommendations

  • Enable verbose logging for the JeecgBoot application, particularly for API requests and database interactions
  • Set up alerts for multiple failed or malformed requests to dictionary-related endpoints
  • Monitor database query logs for suspicious UNION statements, subqueries, or timing-based injection attempts
  • Track authentication events and correlate with subsequent API access patterns to identify compromised accounts

How to Mitigate CVE-2026-3672

Immediate Actions Required

  • Review and restrict access to the /jeecg-boot/sys/api/getDictItems endpoint to only essential users
  • Implement additional input validation layers at the application gateway or reverse proxy level
  • Apply network segmentation to limit database access from potentially compromised application servers
  • Monitor for exploitation attempts using the detection strategies outlined above

Patch Information

Organizations running JeecgBoot versions up to 3.9.1 are affected by this vulnerability. Users should monitor the official JeecgBoot project for security updates and apply patches as soon as they become available. For the latest security information, refer to the VulDB advisory and the technical documentation for additional details.

Workarounds

  • Deploy a Web Application Firewall (WAF) configured with SQL injection detection rules in front of the JeecgBoot application
  • Implement parameterized queries or prepared statements at the application code level for the affected function
  • Restrict database user permissions for the JeecgBoot application to the minimum required privileges
  • Consider disabling or restricting access to the getDictItems API endpoint if not critical for operations until a patch is available
bash
# Example WAF rule configuration (ModSecurity)
# Add SQL injection protection for the affected endpoint
SecRule REQUEST_URI "@contains /jeecg-boot/sys/api/getDictItems" \
    "id:2026001,phase:2,deny,status:403,\
    chain"
SecRule ARGS "@detectSQLi" \
    "msg:'SQL Injection attempt detected on getDictItems endpoint'"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechJeecgboot

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.03%

  • 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:P/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-74
  • Technical References
  • VulDB CTI ID #349569

  • VulDB #349569

  • VulDB Submission #765093

  • Yuque Document on Security
  • Related CVEs
  • CVE-2026-1746: JeecgBoot 3.9.0 SQL Injection Vulnerability

  • CVE-2026-5848: JimuReport RCE Vulnerability

  • CVE-2026-2945: JeecgBoot 3.9.0 SSRF Vulnerability

  • CVE-2026-2111: JeecgBoot Path Traversal 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