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

CVE-2026-8196: JeecgBoot Auth Bypass Vulnerability

CVE-2026-8196 is an authentication bypass flaw in JeecgBoot 3.9.1 affecting the mLogin endpoint that allows attackers to circumvent authorization controls remotely. This article covers technical details, impact, and mitigation.

Published: May 18, 2026

CVE-2026-8196 Overview

CVE-2026-8196 is an authorization bypass vulnerability in JeecgBoot 3.9.1, a low-code development platform. The flaw resides in an unknown function within jeecg-module-system/jeecg-system-biz/src/main/java/org/jeecg/modules/system/controller/LoginController.java, part of the mLogin endpoint component. Remote attackers can exploit the weakness to bypass authorization controls protecting the mobile login flow. A public proof-of-concept has been published, raising the risk of opportunistic abuse. The vendor was contacted prior to disclosure but did not respond. The issue is categorized under CWE-285 (Improper Authorization).

Critical Impact

Remote attackers can bypass authorization checks on the mLogin endpoint of JeecgBoot 3.9.1, with a public exploit available and no vendor patch released.

Affected Products

  • JeecgBoot 3.9.1
  • jeecg-module-system / jeecg-system-biz module
  • mLogin endpoint exposed by LoginController.java

Discovery Timeline

  • 2026-05-09 - CVE-2026-8196 published to NVD
  • 2026-05-11 - Last updated in NVD database

Technical Details for CVE-2026-8196

Vulnerability Analysis

The vulnerability exists in the mLogin endpoint handler implemented in LoginController.java within the JeecgBoot system module. The endpoint performs authorization-related operations, including captcha verification associated with the mobile login workflow, without sufficiently enforcing access control. According to the public proof-of-concept hosted at V-009_mLogin_Captcha_Bypass, an attacker can manipulate the request to circumvent the captcha gate intended to throttle and validate mobile login attempts. While the underlying confidentiality impact is limited, the bypass weakens a security control that JeecgBoot relies on to protect downstream authentication logic from brute-force and automation abuse. The advisory rates exploitability as difficult and attack complexity as high, indicating that successful abuse requires specific conditions, but the published exploit reduces the practical barrier for attackers.

Root Cause

The root cause is improper authorization ([CWE-285]) in the mLogin endpoint logic. The controller does not adequately validate that a caller has satisfied the captcha or pre-authentication requirements before continuing the login flow, allowing the protective control to be skipped through crafted requests.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker sends crafted HTTP requests directly to the exposed mLogin endpoint to bypass the captcha gate. No verified exploitation code is reproduced here; see the GitHub PoC Repository and VulDB #362348 for technical specifics.

Detection Methods for CVE-2026-8196

Indicators of Compromise

  • High volume of POST requests to the JeecgBoot mLogin endpoint without prior captcha image retrieval requests in the same session.
  • Repeated mobile login attempts from a single source IP using sequential or randomized phone numbers.
  • Login traffic missing or replaying static captcha parameters across distinct sessions.

Detection Strategies

  • Inspect application logs for mLogin invocations whose request flow does not include a preceding captcha generation call.
  • Correlate web server access logs with backend LoginController debug logs to identify requests that reach login processing despite captcha validation failures.
  • Add web application firewall (WAF) rules that score requests to /sys/mLogin or equivalent paths based on captcha parameter entropy and session reuse.

Monitoring Recommendations

  • Alert on anomalous spikes in mobile login attempts and SMS code requests originating from a narrow set of IPs.
  • Monitor outbound SMS gateway usage from the JeecgBoot application for unusual consumption tied to mLogin traffic.
  • Track authentication failure-to-success ratios on mobile login to flag deviations consistent with automated abuse.

How to Mitigate CVE-2026-8196

Immediate Actions Required

  • Restrict network exposure of the JeecgBoot mLogin endpoint to trusted networks or VPN users until a patch is available.
  • Place a WAF or reverse proxy in front of JeecgBoot that enforces captcha presence, session binding, and per-IP rate limits on /sys/mLogin.
  • Audit existing logs for prior abuse of the endpoint going back to deployment of version 3.9.1.

Patch Information

No vendor patch is referenced in the published advisory. The disclosure notes that the vendor was contacted but did not respond. Monitor the JeecgBoot project for updated releases superseding 3.9.1 and apply them once available. Track VulDB #362348 for advisory updates.

Workarounds

  • Disable the mLogin mobile authentication endpoint if mobile login is not required by the deployment.
  • Enforce strict captcha session binding at a reverse proxy layer, rejecting login requests that do not present a server-issued, single-use captcha token.
  • Apply aggressive IP-based and account-based rate limiting on mobile login and SMS code issuance.
  • Require multi-factor authentication on accounts reachable through the mobile login flow to reduce impact of captcha bypass.
bash
# Example nginx rate limit and path restriction for the mLogin endpoint
limit_req_zone $binary_remote_addr zone=mlogin:10m rate=5r/m;

location /jeecg-boot/sys/mLogin {
    limit_req zone=mlogin burst=3 nodelay;
    allow 10.0.0.0/8;
    deny all;
    proxy_pass http://jeecgboot_upstream;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechJeecg

  • SeverityLOW

  • CVSS Score2.9

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-285
  • Technical References
  • GitHub PoC Repository

  • VulDB Submission

  • VulDB #362348

  • VulDB #362348 CTI
  • Related CVEs
  • CVE-2026-5616: JeecgBoot Authentication Bypass Vulnerability

  • CVE-2024-40489: JeecgBoot Injection RCE Vulnerability

  • CVE-2026-2822: Jeecg Boot SQL Injection Vulnerability

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