CVE-2026-41144
Last modified
CVE-2026-41144 is a critical-severity vulnerability rated 9.8/10 on the CVSS scale. 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. EPSS estimates a 0.43% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Nasa | Fprime | 4.1.1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-41144?
How severe is CVE-2026-41144?
How do I fix CVE-2026-41144?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-41139Math.js is an extensive math library for JavaScript and Node…8.8
- CVE-2026-4114Improper handling of Unicode encoding in SonicWall SMA1000 s…6.6
- CVE-2026-41140Poetry is a dependency manager for Python. Prior to 2.3.4, t…8.7
- CVE-2026-41141EspoCRM is an open source customer relationship management a…6.5
- CVE-2026-41142OpenEXR provides the specification and reference implementat…8.8
- CVE-2026-41143YesWiki is a wiki system written in PHP. Prior to version 4.…8.8
- CVE-2026-41145MinIO is a high-performance object storage system. Starting …8.2
- CVE-2026-41146facil.io is a C micro-framework for web applications. Prior …8.7
- CVE-2026-41147NukeViet CMS is a multi Content Management System. Versions …8.7
- CVE-2026-41148Mermaid is a JavaScript tool that uses Markdown-inspired tex…5.3
- CVE-2026-41149Mermaid is a JavaScript tool that uses Markdown-inspired tex…5.3
- CVE-2026-4115A vulnerability was detected in PuTTY 0.83. Affected is the …3.7
Are you affected by CVE-2026-41144?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
