Cyber Resilience

CVE-2024-29178

HighRCE

Published: 18 July 2024

Published
18 July 2024
Modified
13 February 2025
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0665 91.4th percentile
Risk Priority 22 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-29178 is a high-severity Code Injection (CWE-94) vulnerability in Apache Streampark. Its CVSS base score is 8.8 (High).

Operationally, ranked in the top 8.6% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

CVE-2024-29178 is a template injection vulnerability, tracked under CWE-94, that affects versions of the software prior to 2.1.4. The flaw permits an authenticated user to inject templates that result in remote code execution on the server, carrying a CVSS 3.1 score of 8.8 reflecting network attack vector, low complexity, and low-privilege requirements with high impact on confidentiality, integrity, and availability.

An attacker who has already obtained valid login credentials can exploit the issue to execute arbitrary code on the server. Because successful authentication is required, the vulnerability is characterized as moderate-impact, yet the resulting code execution grants the attacker full control over the affected system.

Public advisories published via Apache mailing lists and OSS-Security in July 2024 direct all users to upgrade immediately to version 2.1.4 to eliminate the flaw.

The EPSS score rose from a low baseline to a peak of 0.1202 on 2026-01-13 before receding to the current value of 0.0665, indicating a period of increased exploitation interest after disclosure.

EU & UK References

Vulnerability details

On versions before 2.1.4, a user could log in and perform a template injection attack resulting in Remote Code Execution on the server, The attacker must successfully log into the system to launch an attack, so this is a moderate-impact…

more

vulnerability. Mitigation: all users should upgrade to 2.1.4

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

apache
streampark
≤ 2.1.4

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-94

Makes persistent code injection into loaded programs impossible when the executable image itself resides on hardware-protected read-only media.

addresses: CWE-94

Dynamically generated code can be produced and executed inside the isolated chamber, preventing host compromise from code-injection payloads.

addresses: CWE-94

Validates inputs used in dynamic code generation to block injected directives.

addresses: CWE-94

Directly prevents execution of attacker-supplied code written into data memory regions.

References