Cyber Resilience

CVE-2024-55028

CriticalPublic PoCRCE

Published: 25 March 2025

Published
25 March 2025
Modified
03 April 2025
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 67.1th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2024-55028 is a critical-severity Code Injection (CWE-94) vulnerability in Nasa Fprime. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 32.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2024-55028 is a template injection vulnerability in the Dashboard component of NASA Fprime version 3.4.3. The issue, classified under CWE-94 (Code Injection), enables attackers to execute arbitrary code by uploading a specially crafted Vue file. It 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 potential for severe impact.

The vulnerability can be exploited by remote, unauthenticated attackers with low complexity and no user interaction required. Successful exploitation grants attackers the ability to execute arbitrary code on the affected system, compromising confidentiality, integrity, and availability to a high degree.

Advisories are available at https://visionspace.com/remote-code-execution-and-critical-vulnerabilities-in-nasa-fprime-v3-4-3/, which details this remote code execution flaw alongside other critical vulnerabilities in NASA Fprime v3.4.3.

EU & UK References

Vulnerability details

A template injection vulnerability in the Dashboard of NASA Fprime v3.4.3 allows attackers to execute arbitrary code via uploading a crafted Vue file.

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.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
Why these techniques?

Remote unauthenticated RCE via template injection and crafted file upload in a web dashboard component directly enables exploitation of public-facing applications (T1190) and arbitrary code execution through command/scripting interpreters (T1059).

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

CVEs Like This One

CVE-2024-55030Same product: Nasa Fprime
CVE-2026-41144Same product: Nasa Fprime
CVE-2026-21897Same vendor: Nasa
CVE-2026-27577Shared CWE-94
CVE-2024-54756Shared CWE-94
CVE-2024-21760Shared CWE-94
CVE-2025-2303Shared CWE-94
CVE-2026-22697Same vendor: Nasa
CVE-2026-41258Shared CWE-94
CVE-2025-29912Same vendor: Nasa

Affected Assets

nasa
fprime
3.4.3

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

preventrecover

Directly remediates the template injection vulnerability in Fprime v3.4.3 dashboard by identifying, reporting, and correcting the specific flaw enabling arbitrary code execution.

prevent

Validates the content of uploaded Vue files to block crafted inputs that trigger template injection and arbitrary code execution.

prevent

Enforces approved authorizations to require authentication for dashboard file uploads, preventing unauthenticated remote exploitation.

References