Description
A vulnerability was identified in NASA cFS up to 7.0.1. Impacted is the function OS_read of the file modules/protocol/tcp/fsw/src/sbn_tcp_if.c of the component SBN TCP Module. Such manipulation of the argument MsgSz leads to buffer overflow. The attack must be carried out from within the local network. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-08-30
Score: 5.3 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A buffer overflow exists in the OS_read function of the SBN TCP Module in NASA cFS versions up to 7.0.1. The flaw is triggered by manipulating the MsgSz parameter, which leads to uncontrolled memory writes. An attacker who can send crafted TCP packets from the local network could overwrite adjacent memory, potentially gaining code execution or causing a denial of service. The vulnerability is confined to local network traffic and does not appear to be exploitable from the Internet.

Affected Systems

NASA Core Flight System (cFS), specifically the SBN TCP Module component. All installations running version 7.0.1 or earlier are affected; later releases are presumed patched.

Risk and Exploitability

The CVSS score of 5.3 categorizes the issue as medium severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog. Exploitation requires local network access, so the risk is primarily to insiders or compromised devices within the network. Without a patch or mitigation, an attacker could achieve memory corruption that may lead to partial control or service interruption. Because the attack vector is limited to local traffic, external exposure is unlikely, but internal threats remain significant.

Generated by OpenCVE AI on August 30, 2026 at 06:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade or patch the NASA cFS installation to a version newer than 7.0.1 where the OS_read bounds check is fixed.
  • Regularly check NASA's official website or security advisories for updates or patches related to cFS.
  • Limit local network access to the SBN TCP Module by isolating it on a separate subnet or applying strict firewall rules to block unauthorized hosts.
  • Deploy monitoring or IDS rules to detect anomalous TCP traffic or out‑of-range MsgSz values that could indicate an attempt to exploit the overflow.

Generated by OpenCVE AI on August 30, 2026 at 06:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 30 Aug 2026 05:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was identified in NASA cFS up to 7.0.1. Impacted is the function OS_read of the file modules/protocol/tcp/fsw/src/sbn_tcp_if.c of the component SBN TCP Module. Such manipulation of the argument MsgSz leads to buffer overflow. The attack must be carried out from within the local network. The vendor was contacted early about this disclosure but did not respond in any way.
Title NASA cFS SBN TCP sbn_tcp_if.c OS_read buffer overflow
First Time appeared Nasa
Nasa cfs
Weaknesses CWE-119
CWE-120
CPEs cpe:2.3:a:nasa:cfs:*:*:*:*:*:*:*:*
Vendors & Products Nasa
Nasa cfs
References
Metrics cvssV2_0

{'score': 5.8, 'vector': 'AV:A/AC:L/Au:N/C:P/I:P/A:P/E:ND/RL:ND/RC:UR'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:X/RL:X/RC:R'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:X/RL:X/RC:R'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-30T05:00:09.833Z

Reserved: 2026-08-29T14:40:23.930Z

Link: CVE-2026-82479

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-30T06:16:55.450

Modified: 2026-08-30T06:16:55.450

Link: CVE-2026-82479

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-30T07:00:06Z

Weaknesses
  • CWE-119

    Improper Restriction of Operations within the Bounds of a Memory Buffer

  • CWE-120

    Buffer Copy without Checking Size of Input ('Classic Buffer Overflow')