Executive Summary
In August 2026, Cycode security researchers disclosed critical vulnerabilities in NASA's AIT-GUI spacecraft control software that allowed unauthenticated attackers to issue arbitrary commands to spacecraft and instruments. The flaw chain, rated 9.4 CVSS, affected AIT-GUI versions 2.5.1 and earlier, exposing command endpoints without authentication, authorization, or CSRF protection. Attackers could execute server-side scripts, run command sequences, and issue spacecraft commands via simple HTTP POST requests to the web interface that bound to all network interfaces by default.
This incident highlights the growing risk of AI-assisted vulnerability research and the critical need for secure-by-default configurations in operational technology environments. As space infrastructure becomes increasingly digitized and interconnected, authentication gaps in command and control systems represent existential risks to mission-critical operations.
Why This Matters Now
Space infrastructure attacks are escalating as nation-states target satellite communications and spacecraft operations. The discovery of unauthenticated command execution in NASA ground control software demonstrates how critical infrastructure lacks basic security controls, creating attack vectors for adversaries seeking to disrupt space-based assets essential for GPS, communications, and national security.
Attack Path Analysis
Attackers exploit unauthenticated NASA AIT-GUI web server listening on 0.0.0.0:8080 to issue spacecraft commands, escalate through filesystem path traversal to execute server-side scripts, move laterally through unprotected network interfaces, establish command channels via cross-origin requests, exfiltrate telemetry data and command sequences, and ultimately impact spacecraft operations through arbitrary command execution.
Kill Chain Progression
This analysis maps confirmed threat intelligence to the full cloud kill chain to show where defensive gaps would emerge as an attack progresses.
Initial Compromise
Description
Attacker discovers NASA AIT-GUI web server bound to 0.0.0.0:8080 with no authentication, authorization, or CSRF protection on state-changing endpoints
Related CVEs
CVE-2026-60112
CVSS 9.8AMMOS Instrument Toolkit (AIT) GUI contains a missing authentication vulnerability that allows any unauthenticated network attacker to obtain a valid session and issue arbitrary spacecraft commands by calling Sessions.create() without any credential check.
Affected Products:
NASA AMMOS Instrument Toolkit (AIT) GUI – < 2.5.1
Exploit Status:
no public exploit
MITRE ATT&CK® Techniques
Exploit Public-Facing Application
Sudo and Sudo Caching
Python
Exploitation for Client Execution
Disable or Modify Tools
Process Injection
DLL Search Order Hijacking
Stored Data Manipulation
Potential Compliance Exposure
Mapping incident impact across multiple compliance frameworks.
NYDFS 23 NYCRR 500 – Cybersecurity Program
Control ID: 500.02(b)
CISA ZTMM 2.0 – Identity Verification and Authentication
Control ID: Identity Function ID.AM-2
DORA – ICT Risk Management Framework
Control ID: Article 8
NIS2 Directive – Cybersecurity Risk Management Measures
Control ID: Article 21(2)(a)
PCI DSS 4.0 – Software Engineering Techniques
Control ID: 6.2.4
ISO 27001:2022 – Access to Networks and Network Services
Control ID: A.9.1.2
Sector Implications
Industry-specific impact of the vulnerabilities, including operational, regulatory, and cloud security risks.
Defense/Space
Critical infrastructure vulnerability in NASA spacecraft command systems enables unauthenticated attackers to issue arbitrary commands, compromising mission operations and national security assets.
Aviation/Aerospace
Unauthenticated command execution flaws in AMMOS ground systems expose spacecraft and instrument controls to remote manipulation without proper authentication or authorization mechanisms.
Government Administration
Federal agency ground data systems lack basic security controls, allowing cross-site request forgery attacks that could compromise critical government space operations and infrastructure.
Computer Software/Engineering
Open-source toolkit vulnerabilities demonstrate systemic authentication bypass and path traversal issues affecting software development practices for mission-critical aerospace applications.
Sources
- NASA AIT-GUI Flaws Could Let Unauthenticated Attackers Issue Spacecraft Commandshttps://thehackernews.com/2026/08/nasa-ait-gui-flaws-could-let.htmlVerified
- AIT-GUI Security Advisory GHSA-p9r8-2q67-fp86https://github.com/NASA-AMMOS/AIT-GUI/security/advisories/GHSA-p9r8-2q67-fp86Verified
- Cycode Research Blog - AIT-GUI Unauthenticated Command Executionhttps://cycode.com/blog/ait-gui-unauthenticated-command-execution/Verified
- VulnCheck Advisory - AIT-GUI Missing Authenticationhttps://www.vulncheck.com/advisories/ait-gui-missing-authentication-via-sessions-createVerified
- NASA AMMOS AIT-GUI Release 2.5.2https://github.com/NASA-AMMOS/AIT-GUI/releases/tag/2.5.2Verified
Frequently Asked Questions
Cloud Native Security Fabric Mitigations and ControlsCNSF
Based on the attack progression modeled above, these are the defensive controls that would constrain each stage.
Aviatrix Zero Trust CNSF would have constrained this NASA AIT-GUI attack by limiting network reachability to spacecraft control systems and reducing lateral movement scope through segmented access controls.
Control: Cloud Native Security Fabric (CNSF)
Mitigation: Network segmentation policies would likely have limited the web server's reachability scope, constraining the attack surface exposed to external threat actors seeking spacecraft control system access.
Control: Zero Trust Segmentation
Mitigation: Workload isolation policies would likely have constrained the attacker's ability to traverse filesystem boundaries and execute unauthorized scripts across different operational security zones within the spacecraft control environment.
Control: East-West Traffic Security
Mitigation: East-west traffic controls would likely have limited lateral movement pathways between spacecraft control systems and ground infrastructure, reducing the attacker's ability to expand access across mission-critical networks.
Control: Multicloud Visibility & Control
Mitigation: Centralized visibility and control policies would likely have detected and constrained unauthorized command channel establishment, limiting the attacker's ability to maintain persistent access to spacecraft control interfaces.
Control: Egress Security & Policy Enforcement
Mitigation: Egress policy enforcement would likely have constrained data exfiltration pathways and limited the volume of telemetry data and command sequences that could be extracted from spacecraft control systems.
Despite segmentation controls constraining the attack scope, residual risk to spacecraft operations would likely remain limited to workloads within the compromised security zone, reducing potential mission-wide impact.
Impact at a Glance
Affected Business Functions
- Spacecraft Command and Control Operations
- Ground Data Systems Management
- Instrument Telemetry Processing
- Mission Critical Communications
Estimated downtime: N/A
Estimated loss: N/A
Potential unauthorized access to spacecraft command interfaces and instrument control systems. Risk of arbitrary command execution on space missions and ground control infrastructure without authentication requirements.
Recommended Actions
Key Takeaways & Next Steps
- • Implement Zero Trust segmentation to prevent unauthorized access to critical spacecraft command interfaces and enforce least privilege access controls
- • Deploy egress security controls to monitor and block unauthorized data exfiltration from spacecraft telemetry and command systems
- • Enable multicloud visibility and threat detection to identify anomalous command patterns and unauthorized access to critical infrastructure endpoints
- • Establish encrypted traffic controls to protect spacecraft command and telemetry data in transit between ground systems and space assets
- • Deploy inline IPS capabilities to detect and block exploit attempts targeting known CVE patterns in critical infrastructure applications



