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
    • 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-2026-7602

CVE-2026-7602: JeecgBoot Auth Bypass Vulnerability

CVE-2026-7602 is an authentication bypass flaw in JeecgBoot up to version 3.9.1, affecting the FillRuleUtil component. Attackers can exploit this remotely via improper authorization. This article covers technical details, impact, and mitigation.

Published: May 7, 2026

CVE-2026-7602 Overview

CVE-2026-7602 is an improper authorization vulnerability [CWE-266] in JeecgBoot up to version 3.9.1. The flaw resides in the FillRuleUtil component, specifically in the /sys/fillRule/edit endpoint. An attacker can manipulate the ruleClass argument to bypass authorization controls. The attack is exploitable remotely and requires only low-privilege authentication. The exploit has been disclosed publicly, increasing the likelihood of opportunistic attempts against exposed instances.

Critical Impact

Authenticated remote attackers can abuse the ruleClass parameter in /sys/fillRule/edit to perform actions outside their intended privilege level, affecting confidentiality, integrity, and availability of the JeecgBoot application.

Affected Products

  • JeecgBoot versions up to and including 3.9.1
  • FillRuleUtil component (/sys/fillRule/edit)
  • Deployments of the JeecgBoot low-code platform exposing the affected endpoint

Discovery Timeline

  • 2026-05-02 - CVE-2026-7602 published to NVD
  • 2026-05-05 - Last updated in NVD database

Technical Details for CVE-2026-7602

Vulnerability Analysis

The vulnerability is an improper authorization issue [CWE-266] in JeecgBoot, an open-source low-code development platform. The affected functionality is reached through the /sys/fillRule/edit HTTP endpoint, which is part of the FillRuleUtil component used to manage data fill rules.

The endpoint accepts a ruleClass argument that designates the Java class to be loaded or referenced when persisting a fill rule. The application fails to enforce sufficient authorization checks on this parameter. As a result, an authenticated user with low privileges can supply or modify the ruleClass value to influence rule definitions that should be reserved for higher-privileged roles.

Because FillRuleUtil is invoked during code-generation and form-handling workflows, manipulated rules can be triggered by other users of the platform, expanding the impact beyond the original session.

Root Cause

The root cause is the absence of a granular authorization check on the ruleClass parameter at the /sys/fillRule/edit handler. The application validates that a session is authenticated but does not verify whether the caller is permitted to define or alter rule classes. This violates the principle of least privilege and matches the CWE-266 pattern of incorrect privilege assignment.

Attack Vector

The attack vector is network-based and requires low privileges with no user interaction. An attacker authenticates to a JeecgBoot instance, then issues a crafted HTTP request to /sys/fillRule/edit with a manipulated ruleClass value. The server processes the request without enforcing the necessary role check, allowing the attacker to alter fill rule configurations. Public exploitation details are referenced in the GitHub JeecgBoot Issue #9552 and VulDB #360559 entries.

No verified proof-of-concept code is reproduced here. Refer to the upstream issue tracker for technical specifics.

Detection Methods for CVE-2026-7602

Indicators of Compromise

  • HTTP POST or GET requests to /sys/fillRule/edit originating from accounts that should not have administrative responsibilities.
  • Unexpected values in the ruleClass parameter referencing classes outside the standard JeecgBoot fill-rule package.
  • New or modified entries in the sys_fill_rule database table created by low-privileged user IDs.

Detection Strategies

  • Inspect application access logs for requests to /sys/fillRule/edit and correlate the requesting principal against the role assigned in sys_user_role.
  • Apply web application firewall rules that flag unusual ruleClass values, especially fully qualified class names not present in a known allowlist.
  • Track changes to fill-rule definitions and alert when modifications occur outside change-control windows.

Monitoring Recommendations

  • Enable verbose audit logging on JeecgBoot's org.jeecg.modules.system.controller packages and forward events to a centralized log platform.
  • Baseline normal usage of /sys/fillRule/edit per role and alert on deviations.
  • Continuously monitor JeecgBoot release notes and the upstream GitHub repository for the patch announcement referenced by the vendor.

How to Mitigate CVE-2026-7602

Immediate Actions Required

  • Restrict network access to the JeecgBoot management interface to trusted administrative networks until a patched release is installed.
  • Audit existing user accounts and revoke unnecessary privileges, particularly access to fill-rule configuration features.
  • Review the sys_fill_rule table for unauthorized entries and remove or revert rule classes that do not match expected values.

Patch Information

The vendor confirmed the issue and stated that a fix will be included in an upcoming JeecgBoot release. Track the JeecgBoot GitHub repository and the vendor response on Issue #9552 for the patched version. Upgrade to a release later than 3.9.1 once available.

Workarounds

  • Place a reverse proxy or WAF rule in front of JeecgBoot to deny requests to /sys/fillRule/edit from non-administrative source IP ranges.
  • Implement a server-side allowlist of acceptable ruleClass values by extending the controller logic, if local code changes are feasible.
  • Disable or restrict access to the code-generation and fill-rule modules for low-privileged roles via the role-permission matrix.
bash
# Example NGINX rule restricting /sys/fillRule/edit to an admin subnet
location = /sys/fillRule/edit {
    allow 10.0.10.0/24;   # admin network
    deny  all;
    proxy_pass http://jeecgboot_backend;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechJeecgboot

  • SeverityLOW

  • CVSS Score2.1

  • EPSS Probability0.04%

  • 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-266
  • Technical References
  • GitHub JeecgBoot Repository

  • GitHub JeecgBoot Issue #9552

  • GitHub JeecgBoot Issue Comment

  • VulDB Submission #805706

  • VulDB #360559

  • VulDB #360559 CTI Details
  • Related CVEs
  • CVE-2026-5999: JeecgBoot Auth Bypass Vulnerability

  • CVE-2026-8195: JeecgBoot SVG Handler XSS Vulnerability

  • CVE-2026-7603: JeecgBoot SSRF Vulnerability

  • CVE-2026-7604: JeecgBoot OpenApi SSRF Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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