PatchSiren cyber security CVE debrief
CVE-2026-9604 JeecgBoot CVE debrief
A low-severity improper access control vulnerability affects JeecgBoot versions up to 3.9.1. The vulnerability resides in the AiragModelController component, where manipulation of the list/queryById argument can lead to unauthorized access. The issue is remotely exploitable and public exploit availability has been confirmed. The vendor has released version 3.9.2 to address this vulnerability.
- Vendor
- JeecgBoot
- Product
- JeecgBoot
- CVSS
- LOW 2.1
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-26
- Original CVE updated
- 2026-07-23
- Advisory published
- 2026-05-26
- Advisory updated
- 2026-07-23
Who should care
Organizations running JeecgBoot versions prior to 3.9.1 for AI model management workflows, particularly those exposing AiragModelController endpoints to low-privilege users or external networks.
Technical summary
The AiragModelController component in JeecgBoot fails to properly enforce access controls on the list/queryById argument, allowing authenticated attackers with low privileges to potentially access unauthorized resources. The vulnerability is classified as improper access control (CWE-284) with elements of incorrect privilege assignment (CWE-266). Network-based exploitation is possible without user interaction. The CVSS 4.0 score of 2.1 reflects limited confidentiality impact with no integrity or availability impact. Public proof-of-concept exploit availability increases practical risk despite low severity scoring.
Defensive priority
routine
Recommended defensive actions
- Upgrade JeecgBoot to version 3.9.2 or later
- Review access controls on AiragModelController endpoints, particularly list/queryById functionality
- Monitor for unauthorized access attempts to AI model management interfaces
- Apply principle of least privilege to service accounts accessing the affected component
Evidence notes
CVE published 2026-05-26. CVSS 4.0 vector indicates network attack vector with low attack complexity, requiring low privileges but no user interaction. CWE-266 (Incorrect Privilege Assignment) and CWE-284 (Improper Access Control) identified. Exploit existence marked as 'P' (Proof-of-concept) in CVSS vector.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-9604 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-9604
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-9604 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-9604
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/jeecgboot/JeecgBoot/
-
Source reference
Unverified legacy reference
URL: https://github.com/jeecgboot/JeecgBoot/issues/9599
-
Source reference
Unverified legacy reference
URL: https://github.com/jeecgboot/JeecgBoot/issues/9599
-
Source reference
Unverified legacy reference
URL: https://github.com/jeecgboot/JeecgBoot/releases/tag/v3.9.2
-
Source reference
Unverified legacy reference
URL: https://vuldb.com/submit/818123
-
Source reference
Unverified legacy reference
URL: https://vuldb.com/vuln/365677
-
Source reference
Unverified legacy reference
URL: https://vuldb.com/vuln/365677/cti
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.