Vulnerability Description
F´ (F Prime) is a framework that enables development and deployment of spaceflight and other embedded software applications. Prior to version 4.2.0, the bounds check byteOffset + dataSize > fileSize uses U32 addition that wraps around on overflow. An attacker-crafted DataPacket with byteOffset=0xFFFFFF9C and dataSize=100 overflows to 0, bypassing the check entirely. The subsequent file write proceeds at the original ~4GB offset. Additionally, Svc/FileUplink/File.cpp:20-31 performs no sanitization on the destination file path. Combined, these allow writing arbitrary data to any file at any offset. The impact is arbitrary file write leading to remote code execution on embedded targets. Note that this is a logic bug. ASAN does not detect it because all memory accesses are within valid buffers — the corruption occurs in file I/O. Version 4.2.0 contains a patch. No known workarounds are available.
CVSS Score
NONE
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Nasa | Fprime | 4.1.1 |
Related Weaknesses (CWE)
References
- https://github.com/nasa/fprime/commit/cacdd555456bd83ab395b521d56c0330470ea798Patch
- https://github.com/nasa/fprime/security/advisories/GHSA-qmvv-rxh4-ccqhPatchVendor Advisory
FAQ
What is CVE-2026-41144?
CVE-2026-41144 is a vulnerability with a CVSS score of 0.0 (NONE). F´ (F Prime) is a framework that enables development and deployment of spaceflight and other embedded software applications. Prior to version 4.2.0, the bounds check byteOffset + dataSize > fileSize u...
How severe is CVE-2026-41144?
CVE-2026-41144 has been rated NONE with a CVSS base score of 0.0/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-41144?
Check the references section above for vendor advisories and patch information. Affected products include: Nasa Fprime.