Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
Unauthenticated network-reachable endpoint (PR:N/AC:L) yielding arbitrary code execution justifies full C/I/A:H; scope unchanged as impact stays within the application host.
Primary rating from Vendor (mitre).
CVSS VectorVendor: mitre
Lifecycle Timeline
3DescriptionCVE.org
JimuReport versions 2.3.4 and below are vulnerable to remote code execution due to improper handling of Aviator expressions. The /jmreport/executeSelectApi endpoint passes user-supplied input directly to the Aviator expression engine without adequate validation allowing attackers to execute arbitrary code.
AnalysisAI
Remote code execution in JimuReport 2.3.4 and earlier lets attackers run arbitrary code by injecting AviatorScript expressions into the /jmreport/executeSelectApi endpoint, which forwards user input straight into the Aviator expression engine without validation. The CVSS vector marks it as network-reachable and unauthenticated (PR:N), giving remote attackers full server compromise. No public exploit is identified at time of analysis, though a third-party technical writeup exists; EPSS is low (0.47%) and it is not on the CISA KEV list.
Technical ContextAI
JimuReport is an open-source, low-code visual reporting and dashboard tool (part of the JeecgBoot ecosystem) written in Java. The flaw is a CWE-94 Code Injection: the /jmreport/executeSelectApi endpoint, used to run report data queries, passes attacker-controlled strings directly to Google AviatorScript - a lightweight expression evaluation engine embedded in JVM applications. Because Aviator can invoke Java methods and reflection when unrestricted, an unvalidated expression becomes a full code-execution primitive. The CPE string (cpe:2.3:a:n/a:n/a) is a placeholder ('n/a') and provides no authoritative vendor/product identification, so affected-product boundaries rest on the description alone.
RemediationAI
Upgrade to a JimuReport release later than 2.3.4 once the vendor publishes a fixed build; no vendor-released patch version is identified in the available data, so verify the current fixed release on the official JimuReport/JeecgBoot project before deployment. As compensating controls until patched, restrict network access to the /jmreport/executeSelectApi endpoint (and the broader /jmreport/ path) via reverse-proxy or WAF rules and require authentication in front of it - trade-off: this may break legitimate report execution for anonymous dashboards. Where the reporting feature is not needed, disable or block the executeSelectApi route entirely, and place the application behind a network segment not exposed to the internet to reduce untrusted reachability. Consult the VulDB advisory (https://vuldb.com/vuln/372072) and the technical writeup (https://github.com/Catherines77/code-au/blob/main/jimureport/aviator.md) for detection guidance.
LibreNMS before 24.10.0 allows a remote attacker to execute arbitrary code via OS command injection involving AboutContr
Reachable assertion in Open5GS up to version 2.7.6 allows remote unauthenticated attackers to crash the Diameter CER han
A Command Injection issue in the payload build page in BYOB (Build Your Own Botnet) 2.0 allows attackers to execute arbi
Denial of service in Open5GS 2.7.6 and earlier allows network-adjacent attackers with low-privilege Diameter Gx peer acc
Denial of service in Open5GS HSS (Home Subscriber Server) versions 2.7.0 through 2.7.6 is triggered remotely by manipula
Remote command injection in Control Web Panel allows unauthenticated attackers to execute arbitrary OS commands as root
LINQPad before 5.52.01 Pro edition is vulnerable to Unsafe Deserialization in LINQPad.AutoRefManager::PopulateFromCache(
Remote code execution in dash-uploader (Python package for Plotly Dash) versions 0.1.0 through 0.7.0a2 allows unauthenti
Command injection in LiteLLM 1.18.10 lets attackers who can configure MCP (Model Context Protocol) servers supply arbitr
SQL injection in AzuraCast's backup restore flow (versions up to and including 0.23.7) lets an attacker achieve privileg
Arbitrary file read in Yu AI Code Mother v4.3 lets anonymous, remote attackers retrieve files outside the intended previ
Remote code execution in APScheduler (all versions through 3.10.x and 4.0.0a5) is achievable when applications deseriali
Same weakness CWE-94 – Code Injection
View allShare
External POC / Exploit Code
Leaving vuln.today