CVE-2025-70085CRITICAL 9.8EPSS p40.6%

CVE-2025-70085CVE-2025-70085

Description

An issue was discovered in OpenSatKit 2.2.1. The EventErrStr buffer has a fixed size of 256 bytes. The code uses sprintf to format two filenames (Source1Filename and the string returned by FileUtil_FileStateStr) into this buffer without any length checking and without using bounded format specifiers such as %.*s. If the filename length approaches OS_MAX_PATH_LEN (commonly 64-256 bytes), the combined formatted string together with constant text can exceed 256 bytes, resulting in a stack buffer overflow. Such unsafe sprintf calls are scattered across multiple functions in file.c, including FILE_ConcatenateCmd() and ConcatenateFiles(), all of which fail to validate the output length.

Scoring

CVSS 3.19.8 (CRITICAL)
VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS0.53% probability of exploitation · percentile 40.6% · 2026-06-19T12:03:05Z
Published2026-02-11
Last modified2026-02-17

Underlying weaknesses· 1

CWE-121

References

  1. https://gist.github.com/jonafk555
  2. https://github.com/OpenSatKit/OpenSatKit
  3. https://github.com/OpenSatKit/OpenSatKit/releases/tag/v2.2.1
  4. https://raw.githubusercontent.com/OpenSatKit/OpenSatKit/master/cfs/apps/filemgr/fsw/src/file.c

1

TypeTargetConfidenceTier
WeaknessStack-based Buffer Overflowcwe-1210%live

Related by meaning· 6

Nearest entities by semantic similarity across the cs-graph corpus.

CVE
CVE-2025-6052
CVE
CVE-2026-25210
CVE
CVE-2025-47392
CVE
CVE-2025-14512
CVE
CVE-2025-47372
CVE
CVE-2025-11624
Sourced from NVD + FIRST.org EPSS. Curated for EU compliance use cases by Adam Lundqvist, Founder at SQUR.