CVE-2026-47731: CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in NASA-AMMOS AIT-Core
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.
AI Analysis
Technical Summary
The AMMOS Instrument Toolkit (AIT-Core) includes a Binary Stream Capture (BSC) component exposing an unauthenticated HTTP API for creating packet capture handlers. In affected versions (before 2.6.1 and at 3.1.0), the API does not properly validate pathname inputs, enabling path traversal attacks. Remote attackers can bypass the configured log root directory and append data to arbitrary filesystem paths with the privileges of the ait-bsc process. Exploitation can occur either directly over the network if the service is exposed or indirectly via a malicious website in the local network that triggers requests to the localhost server. The vulnerability is identified as CWE-22 and has a CVSS 3.1 base score of 9.1 (critical).
Potential Impact
Successful exploitation allows an unauthenticated remote attacker to append arbitrary data to files anywhere on the filesystem accessible by the ait-bsc process. This can lead to data integrity issues and potentially disrupt system operations or facilitate further attacks. The vulnerability does not directly disclose information or cause denial of service but impacts the integrity and availability of the affected system component.
Mitigation Recommendations
Users should upgrade affected AIT-Core installations to version 2.6.1 or 3.1.1 where this vulnerability is fixed. Since no official patch link or advisory is provided, users must verify the upgrade availability from the vendor or trusted sources. Until upgraded, restrict network access to the ait-bsc service to trusted hosts only and avoid exposing it to untrusted networks. Monitor for unusual file modifications related to the BSC component. Patch status is not explicitly confirmed in the advisory; check vendor sources for the latest remediation guidance.
CVE-2026-47731: CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in NASA-AMMOS AIT-Core
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 v3.1
Score 9.1critical
Affected software
Run on your own infrastructure? Check whether these packages are installed with threat-finder — our free open-source scanner.
Weaknesses
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The AMMOS Instrument Toolkit (AIT-Core) includes a Binary Stream Capture (BSC) component exposing an unauthenticated HTTP API for creating packet capture handlers. In affected versions (before 2.6.1 and at 3.1.0), the API does not properly validate pathname inputs, enabling path traversal attacks. Remote attackers can bypass the configured log root directory and append data to arbitrary filesystem paths with the privileges of the ait-bsc process. Exploitation can occur either directly over the network if the service is exposed or indirectly via a malicious website in the local network that triggers requests to the localhost server. The vulnerability is identified as CWE-22 and has a CVSS 3.1 base score of 9.1 (critical).
Potential Impact
Successful exploitation allows an unauthenticated remote attacker to append arbitrary data to files anywhere on the filesystem accessible by the ait-bsc process. This can lead to data integrity issues and potentially disrupt system operations or facilitate further attacks. The vulnerability does not directly disclose information or cause denial of service but impacts the integrity and availability of the affected system component.
Mitigation Recommendations
Users should upgrade affected AIT-Core installations to version 2.6.1 or 3.1.1 where this vulnerability is fixed. Since no official patch link or advisory is provided, users must verify the upgrade availability from the vendor or trusted sources. Until upgraded, restrict network access to the ait-bsc service to trusted hosts only and avoid exposing it to untrusted networks. Monitor for unusual file modifications related to the BSC component. Patch status is not explicitly confirmed in the advisory; check vendor sources for the latest remediation guidance.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-05-19T21:29:25.483Z
- Cvss Version
- 3.1
- State
- PUBLISHED
- Remediation Level
- null
Threat ID: 6a5feddd9c2644c7f8d58ba8
Added to database: 07/21/2026, 22:08:29 UTC
Last enriched: 07/22/2026, 07:24:14 UTC
Last updated: 09/02/2026, 10:52:09 UTC
Views: 47
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.