CVE-2025-70083
HIGH EPSS 9.9%
Published Feb 11, 20264mo ago · Modified Jun 17, 20261w ago
7.8 CVSS 3.1
Published Feb 11, 2026 4mo ago
Last Modified Jun 17, 2026 1w ago
Description
An issue was discovered in OpenSatKit 2.2.1. The DirName field in the telecommand is provided by the ground segment and must be treated as untrusted input. The program copies DirName into the local buffer DirWithSep using strcpy. The size of this buffer is OS_MAX_PATH_LEN. If the length of DirName is greater than or equal to OS_MAX_PATH_LEN, a stack buffer overflow occurs, overwriting adjacent stack memory. The path length check (FileUtil_AppendPathSep) is performed after the strcpy operation, meaning the validation occurs too late and cannot prevent the overflow.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H Attack Vector Local
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality High
Integrity High
Availability High
Threat Intelligence
EPSS Exploit Probability
9.9% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available
Weaknesses 1
CWE-121
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| opensatkit | opensatkit | 2.2.1 | any |
References 5
- gist.github.com https://gist.github.com/jonafk555
- github.com https://github.com/OpenSatKit/OpenSatKit
- github.com https://github.com/OpenSatKit/OpenSatKit/releases/tag/v2.2.1
- raw.githubusercontent.com https://raw.githubusercontent.com/OpenSatKit/OpenSatKit/master/cfs/apps/filemgr/fsw/src/dir.c
- raw.githubusercontent.com https://raw.githubusercontent.com/OpenSatKit/OpenSatKit/master/cfs/apps/filemgr/fsw/src/dir.c#:~:text=strcpy%28DirWithSep
Remediation
No remediation data recorded yet
Check vendor advisories and the NVD entry for patch availability.