CVE-2026-60112
NASA-AMMOS · AIT-GUI
A missing authentication vulnerability in NASA-AMMOS AIT-GUI allows unauthenticated attackers to create sessions and issue arbitrary spacecraft commands.
Executive summary
The NASA-AMMOS AIT-GUI toolkit contains a critical authentication bypass vulnerability that allows unauthenticated network attackers to send unauthorized commands to the spacecraft command bus.
Vulnerability
This vulnerability is caused by a failure to perform credential checks in the Sessions.create() function. An unauthenticated attacker can exploit this to establish a valid session and subsequently invoke handle_cmd() to inject arbitrary commands directly into the AIT command bus.
Business impact
The ability for an unauthenticated user to inject commands into the spacecraft command bus poses a catastrophic risk to mission operations. Exploitation could lead to the loss of control over the spacecraft or unintended hardware actions. With a CVSS score of 9.8, this flaw constitutes a critical threat to the availability and integrity of mission-critical systems.
Remediation
Immediate Action: Update NASA-AMMOS AIT-GUI to version 2.5.1 or later immediately to enforce authentication for session creation.
Proactive Monitoring: Review system logs for unexpected calls to Sessions.create() or handle_cmd() originating from unknown or unauthorized sources.
Compensating Controls: Restrict network access to the AIT-GUI interface using firewalls or VPNs to ensure that only trusted clients can communicate with the application.
Exploitation status
Public Exploit Available: No (unknown)
Analyst recommendation
Given the extreme potential impact of command injection on spacecraft systems, this update must be applied as a matter of urgency. Organizations using AIT-GUI must ensure that the patch is deployed and that access to the interface is strictly governed by robust network security policies.