CVE-2026-41144

Source
https://cve.org/CVERecord?id=CVE-2026-41144
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-41144.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-41144
Aliases
  • GHSA-qmvv-rxh4-ccqh
Published
2026-04-21T23:58:11.855Z
Modified
2026-07-08T08:05:12.041569015Z
Severity
  • 0.0 (None) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N CVSS Calculator
Summary
F´ (F Prime) has Integer Overflow in FileUplink
Details

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.

Database specific
{
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
        "CWE-190",
        "CWE-787"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/41xxx/CVE-2026-41144.json"
}
References

Affected packages

Git / github.com/nasa/fprime

Affected ranges

Type
GIT
Repo
https://github.com/nasa/fprime
Events
Database specific
{
    "extracted_events": [
        {
            "introduced": "4.1.1"
        },
        {
            "last_affected": "4.1.1"
        }
    ],
    "cpe": "cpe:2.3:a:nasa:fprime:4.1.1:*:*:*:*:*:*:*",
    "source": [
        "CPE_STRING",
        "REFERENCES"
    ]
}

Affected versions

4.*
4.1.1
v4.*
v4.1.1
v4.2.0a1

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-41144.json"