CVE-2025-70083

Feb. 11, 2026, 6:16 p.m.

None
No Score

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.

Product(s) Impacted

Vendor Product Versions
Opensatkit
  • Opensatkit
  • 2.2.1

Weaknesses

Common security weaknesses mapped to this vulnerability.

Timeline

Published: Feb. 11, 2026, 6:16 p.m.
Last Modified: Feb. 11, 2026, 6:16 p.m.

Status : Received

CVE has been recently published to the CVE List and has been received by the NVD.

More info

*Disclaimer: Some vulnerabilities do not have an associated CPE. To enhance the data, we use AI to infer CPEs based on CVE details. This is an automated process and might not always be accurate.