Description
An OS command injection vulnerability in NASA HyperCP (main branch) allows a network-adjacent attacker who can intercept or spoof responses from oceandata.sci.gsfc.nasa.gov to execute arbitrary system commands on the researcher's workstation.
Published: 2026-08-10
Score: 7.5 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An OS command injection flaw exists in NASA HyperCP’s data download handler, which parses server response headers without sanitization and forwards attacker-controlled values to subprocess calls. The vulnerability allows an attacker who can intercept or spoof responses from the public data server <ftps://oceandata.sci.gsfc.nasa.gov> to execute arbitrary system commands on the researcher’s workstation during a data download operation. This flaw originates from the CWE-78 weakness in the OBPGSession.py module, granting a full code‑execution compromise of the affected system.

Affected Systems

NASA HyperCP (main branch). Version information is not specified in the advisory, so all current installations of HyperCP are potentially vulnerable until a fix is applied.

Risk and Exploitability

The CVSS score of 7.5 signals a high‑impact vulnerability. Although EPSS data is not provided, the attack requires a network‑adjacent attacker capable of tampering with HTTP responses. The vulnerability is not listed in CISA’s KEV catalog, but exploitation remains feasible if an attacker can compromise network traffic to the data server. Attackers could leverage this flaw to gain full system compromise on the client’s workstation.

Generated by OpenCVE AI on August 10, 2026 at 12:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update NASA HyperCP to the latest release containing the patch for OBPGSession.py that sanitizes response headers before they are used in subprocess calls.
  • If an update is not immediately available, modify the OBPGSession.py source to reject or sanitize header fields that are passed to subprocesses, ensuring no untrusted data reaches shell execution.
  • Configure network security controls (e.g., firewall, IDS/IPS, or VPN) to prevent interception or spoofing of responses from oceandata.sci.gsfc.nasa.gov, thereby mitigating the attack surface for a network‑adjacent attacker.

Generated by OpenCVE AI on August 10, 2026 at 12:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 10 Aug 2026 12:00:00 +0000

Type Values Removed Values Added
Description An OS command injection vulnerability in NASA HyperCP (main branch) allows a network-adjacent attacker who can intercept or spoof responses from oceandata.sci.gsfc.nasa.gov to execute arbitrary system commands on the researcher's workstation. The Source/OBPGSession.py handler parses server response headers without sanitization and passes attacker-controlled field values to subprocess calls, enabling arbitrary command execution when a user performs a data download operation against a tampered server. An OS command injection vulnerability in NASA HyperCP (main branch) allows a network-adjacent attacker who can intercept or spoof responses from oceandata.sci.gsfc.nasa.gov to execute arbitrary system commands on the researcher's workstation.

Mon, 10 Aug 2026 11:00:00 +0000

Type Values Removed Values Added
Description An OS command injection vulnerability in NASA HyperCP (main branch) allows a network-adjacent attacker who can intercept or spoof responses from oceandata.sci.gsfc.nasa.gov to execute arbitrary system commands on the researcher's workstation. The Source/OBPGSession.py handler parses server response headers without sanitization and passes attacker-controlled field values to subprocess calls, enabling arbitrary command execution when a user performs a data download operation against a tampered server.
Title NASA HyperCP - OS Command Injection via Malicious HTTP Response from Data Server
Weaknesses CWE-78
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: TuranSec

Published:

Updated: 2026-08-10T13:15:29.288Z

Reserved: 2026-08-10T10:32:53.854Z

Link: CVE-2026-72579

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T12:30:07Z

Weaknesses
  • CWE-78

    Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')