CVE-2026-47731
Deferred Deferred - Pending Action

Path Traversal in AMMOS Instrument Toolkit

Vulnerability report for CVE-2026-47731, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-21

Last updated on: 2026-07-22

Assigner: GitHub, Inc.

Description

The AMMOS Instrument Toolkit (Formerly the Bespoke Links to Instruments for Surface and Space (BLISS)) is a Python-based software suite developed to handle Ground Data System (GDS), Electronic Ground Support Equipment (EGSE), commanding, telemetry uplink/downlink, and sequencing for instrument and CubeSat Missions. In versions prior to 2.6.1 and in version 3.1.0, the Binary Stream Capture (BSC) component exposes an unauthenticated HTTP API for dynamically creating packet capture "handlers." Because the code blindly trusts path‑related form fields, a remote client can bypass the configured log root and direct BSC to log to arbitrary filesystem paths (path traversal / directory escape), and append attacker‑controlled data to those files, using the privileges of the`ait-bsc` process. There are two ways for a remote attacker to trigger this. First, if the attacker has access to the network where `ait-bsc` is deployed (a reason for that could be that the ports are publicly accessible), the payloads can be directly sent to the server to trigger the arbitrary file append. This type of attack is demonstrated in `python_poc.py`. Second, even if the attacker does not have direct access to the network because the software is running in a local network, it is possible to exploit this if a bad actor in that network opens an attacker-controlled website (which might be a website created by an attacker, or a third-party website compromised by the attacker). The browser javascript can automatically send the requests necessary to exploit this into the local network. This is even possible if the server is only accessible on `localhost`. This type of attack is demonstrated by `attacker_tcp.py` and `test1.html` (first launch the attacker TCP server, then start a webserver to host `test1.html`, for example using `python3 -m http.server 7000`, and open `test1.html`).This issue affects BSC (Binary Stream Capture) and usage of the ait-bsc server. This impacts AIT-Core versions before 3.1.1, from 2.x before 2.6.1. Users are recommended to upgrade to version 3.1.1 or 2.6.1.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-21
Last Modified
2026-07-22
Generated
2026-08-11
AI Q&A
2026-07-22
EPSS Evaluated
2026-08-09
NVD

Affected Vendors & Products

Showing 3 associated CPEs
Vendor Product Version / Range
nasa ait-core to 3.1.1|end_excluding=2.6.1 (exc)
nasa ait-core 3.1.1
nasa ait-core 2.6.1

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-22 The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is in the AMMOS Instrument Toolkit's Binary Stream Capture (BSC) component. It allows unauthenticated remote attackers to bypass path restrictions and write arbitrary files on the system running the ait-bsc process. The flaw exists because the software blindly trusts user-provided path fields in HTTP requests, enabling path traversal attacks.

Detection Guidance

Check if the AIT-BSC server is running and exposed to the network. Verify if the HTTP API is accessible without authentication. Inspect logs for unexpected file writes or path traversal attempts in the configured log directory.

Impact Analysis

An attacker could exploit this to append malicious data to critical system files, potentially leading to code execution, data corruption, or denial of service. Even if the server is only accessible locally, a user opening a malicious website could trigger the attack via browser JavaScript.

Compliance Impact

This vulnerability could lead to unauthorized data modification or system compromise, violating integrity requirements in GDPR and HIPAA. Unauthorized file writes may expose sensitive data or disrupt critical operations, potentially resulting in compliance violations.

Mitigation Strategies

Upgrade to AIT-Core version 3.1.1 or 2.6.1 immediately. Ensure the BSC server is not exposed to untrusted networks. Restrict access to the HTTP API port and disable unauthenticated access if possible.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-47731. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart