CVE-2024-40489
Published: 01 April 2026
Description
There is an injection vulnerability in jeecg boot versions 3.0.0 to 3.5.3 due to lax character filtering, which allows attackers to execute arbitrary code on components through specially crafted HTTP requests.
Mitigating Controls (NIST 800-53 r5)AI
Directly addresses the injection vulnerability by requiring validation of all HTTP request inputs to counter lax character filtering and prevent arbitrary code execution.
Mandates timely identification, reporting, and remediation of the specific flaw in jeecg boot versions 3.0.0-3.5.3 to eliminate the injection vulnerability.
Boundary protection at external interfaces can monitor and block specially crafted HTTP requests that exploit the injection flaw before they reach vulnerable components.
Security SummaryAI
CVE-2024-40489 is an injection vulnerability (CWE-94) in jeecg boot versions 3.0.0 through 3.5.3, caused by lax character filtering. This flaw allows attackers to execute arbitrary code on affected components through specially crafted HTTP requests. The vulnerability carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H), marking it as critical due to its high impact on confidentiality, integrity, and availability.
Any unauthenticated attacker with network access can exploit this vulnerability, as it requires low attack complexity and no user interaction or privileges. Exploitation involves sending malicious HTTP requests that bypass filtering, leading to remote arbitrary code execution on the targeted jeecg boot instance.
Advisories and additional details, including potential patches or mitigations, are available in the referenced resources: https://gist.github.com/aqyoung/2fd6329ceb06b731a621356921f0d5f0 and https://pan.baidu.com/s/14WOPXhRHoxr4FRKGme59ug?pwd=sktp.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
CVE-2024-40489 is a critical unauthenticated remote code execution vulnerability in a public-facing web application (jeecg-boot) exploitable via crafted HTTP requests, directly mapping to T1190: Exploit Public-Facing Application.