SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-75411

CRITICAL · CVSS 9.8 EPSS 0.59% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-26 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

JeecgBoot v3.9.2 is susceptible to remote command execution due to vulnerabilities in the CodeNode component of the AI Flow module, which allows Groovy script execution. Despite the presence of a blacklist mechanism in the `SecurityCheck` class, attackers can exploit the dynamic nature of Groovy to bypass these protections via string concatenation and reflection. Organizations using this version of JeecgBoot should prioritize patching to mitigate the risk of unauthorized command execution.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-75411
Severity
CRITICAL
CVSS
9.8
EPSS
0.59%

Original NVD Description

JeecgBoot v3.9.2 is vulnerable to Remote command execution. The CodeNode component of the AI Flow module supports Groovy script execution. While the `SecurityCheck` class employs a blacklist mechanism to intercept dangerous calls, the dynamic nature of Groovy allows this blacklist to be completely bypassed through string concatenation and reflection.