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

CVE-2026-2822: Jeecg Boot SQL Injection Vulnerability

CVE-2026-2822 is a SQL injection flaw in Jeecg Boot up to version 3.9.1 affecting the backend interface. Attackers can remotely exploit this to manipulate database queries. This article covers technical details, impact, and mitigation.

Published: February 27, 2026

CVE-2026-2822 Overview

A SQL injection vulnerability has been identified in JeecgBoot versions up to 3.9.1. The vulnerability exists in the Backend Interface component, specifically within the /jeecgboot/sys/dict/loadDict/airag_app,1,create_by endpoint. By manipulating the keyword argument, an attacker can inject malicious SQL commands that are executed by the backend database. This vulnerability can be exploited remotely by authenticated users, and proof-of-concept exploit code has been publicly disclosed.

Critical Impact

Remote SQL injection allows attackers to read, modify, or delete database contents, potentially leading to data breach, unauthorized access to sensitive information, and compromise of application integrity.

Affected Products

  • JeecgBoot versions up to and including 3.9.1
  • Jeecg Jeecg Boot (all affected versions)

Discovery Timeline

  • 2026-02-20 - CVE-2026-2822 published to NVD
  • 2026-02-24 - Last updated in NVD database

Technical Details for CVE-2026-2822

Vulnerability Analysis

This vulnerability is classified as SQL Injection (CWE-89) with an underlying Injection vulnerability (CWE-74). The flaw occurs in the dictionary loading functionality of JeecgBoot's backend interface. When the application processes the keyword parameter in the affected endpoint, it fails to properly sanitize or parameterize user-supplied input before incorporating it into SQL queries.

The vulnerability enables authenticated remote attackers to inject arbitrary SQL statements into database queries. Successful exploitation could allow attackers to extract sensitive data from the database, modify or delete existing records, and potentially escalate privileges within the application. The exploit has been publicly disclosed, increasing the risk of active exploitation in the wild.

Root Cause

The root cause of this vulnerability is insufficient input validation and the lack of parameterized queries in the /jeecgboot/sys/dict/loadDict/airag_app,1,create_by endpoint. The keyword argument is directly concatenated into SQL statements without proper sanitization or the use of prepared statements, allowing specially crafted input to modify the intended SQL query structure.

Attack Vector

The attack can be executed remotely over the network. An authenticated attacker can send specially crafted HTTP requests to the vulnerable endpoint, injecting malicious SQL payloads through the keyword parameter. The vulnerability requires low privileges and no user interaction, making it relatively easy to exploit once an attacker has authenticated access to the application.

The exploitation technique involves crafting malicious input in the keyword parameter that escapes the intended query context. Attackers may use techniques such as UNION-based injection, Boolean-based blind injection, or time-based blind injection to extract data or manipulate database operations. For technical details on the exploitation methodology, refer to the Yuque Security Analysis documentation.

Detection Methods for CVE-2026-2822

Indicators of Compromise

  • Unusual HTTP requests to /jeecgboot/sys/dict/loadDict/airag_app,1,create_by containing SQL syntax characters such as single quotes, semicolons, or SQL keywords
  • Database error messages in application logs indicating malformed SQL queries
  • Unexpected database queries or query patterns in database audit logs
  • Evidence of data exfiltration or unauthorized data access in database transaction logs

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect SQL injection patterns in requests to JeecgBoot endpoints
  • Monitor application logs for requests containing suspicious keyword parameter values with SQL metacharacters
  • Deploy database activity monitoring to detect anomalous query patterns or unexpected UNION, SELECT, or INSERT statements
  • Configure alerting for HTTP 500 errors or database connection errors that may indicate exploitation attempts

Monitoring Recommendations

  • Enable detailed logging for all requests to the /jeecgboot/sys/dict/loadDict/ path
  • Set up real-time alerting for requests containing common SQL injection payloads
  • Monitor database query execution times for anomalies that may indicate time-based blind SQL injection attacks
  • Review access logs regularly for patterns of reconnaissance activity targeting dictionary loading endpoints

How to Mitigate CVE-2026-2822

Immediate Actions Required

  • Upgrade JeecgBoot to a version newer than 3.9.1 if a patch is available
  • Implement input validation and parameterized queries for the affected endpoint as a code-level fix
  • Deploy WAF rules to block SQL injection attempts targeting the vulnerable endpoint
  • Restrict access to the backend interface to trusted IP addresses or networks where possible
  • Audit database access and review logs for evidence of prior exploitation

Patch Information

No official vendor patch information is currently available in the CVE data. Organizations should monitor the JeecgBoot project for security updates and apply patches as soon as they become available. For the latest information, refer to VulDB Entry #346947 which tracks this vulnerability.

Workarounds

  • Implement a Web Application Firewall with rules to detect and block SQL injection patterns in the keyword parameter
  • Apply input validation at the application level to sanitize or reject requests containing SQL metacharacters
  • Consider disabling or restricting access to the /jeecgboot/sys/dict/loadDict/ endpoint until a patch is applied
  • Use database account permissions to limit the impact of SQL injection by applying the principle of least privilege
bash
# Example WAF rule configuration (ModSecurity)
# Block SQL injection patterns in keyword parameter
SecRule ARGS:keyword "@detectSQLi" \
    "id:100001,\
    phase:2,\
    deny,\
    status:403,\
    log,\
    msg:'SQL Injection attempt detected in JeecgBoot keyword parameter',\
    tag:'CVE-2026-2822'"

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechJeecg

  • 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

  • CWE-89
  • Technical References
  • VulDB CTI ID #346947

  • VulDB #346947

  • VulDB Submission #753792

  • Yuque Security Analysis
  • Related CVEs
  • CVE-2023-1454: Jeecg Boot SQL Injection Vulnerability

  • CVE-2023-40989: Jeecg Boot SQL Injection Vulnerability

  • CVE-2024-40489: JeecgBoot Injection RCE Vulnerability

  • CVE-2026-2555: Jeecg Boot RCE 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