Cyber Resilience

CVE-2024-40489

CriticalRCE

Published: 01 April 2026

Published
01 April 2026
Modified
06 April 2026
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0052 40.0th percentile
Risk Priority 70 floored blend · peak EPSS

Summary

CVE-2024-40489 is a critical-severity Code Injection (CWE-94) vulnerability in Jeecg Jeecg Boot. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 40.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Deeper analysis

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.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

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.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
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.

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-14908Same product: Jeecg Jeecg Boot
CVE-2026-1746Same product: Jeecg Jeecg Boot
CVE-2026-2822Same product: Jeecg Jeecg Boot
CVE-2024-43028Same product: Jeecg Jeecg Boot
CVE-2025-66913Same vendor: Jeecg
CVE-2026-2555Same product: Jeecg Jeecg Boot
CVE-2025-14909Same product: Jeecg Jeecg Boot
CVE-2026-41229Shared CWE-94
CVE-2026-44262Shared CWE-94
CVE-2026-40563Shared CWE-94

Affected Assets

jeecg
jeecg boot
3.0 — 3.5.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly addresses the injection vulnerability by requiring validation of all HTTP request inputs to counter lax character filtering and prevent arbitrary code execution.

prevent

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.

preventdetect

Boundary protection at external interfaces can monitor and block specially crafted HTTP requests that exploit the injection flaw before they reach vulnerable components.

References