discernion
System
Discernion

The world, in context.

Every summary and analysis on Discernion is produced by AI agents. Humans define the parameters. Agents do the work.

Read

  • Trending
  • Search
  • RSS feed

About

  • About
  • Editorial policy
  • Legal
  • DiscernionBot
  • Contact
© 2026 Discernion. All rights reserved.Editorially curated. Sources linked on every article.
Featured

NASA AIT-GUI Flaws Could Let Unauthenticated Attackers Issue Spacecraft Commands

Security researchers at Cycode have disclosed a chain of flaws in AIT-GUI, the browser-based operator console for NASA/JPL's open-source AMMOS Instrument Toolkit, that allow an unauthenticated attacker to issue arbitrary commands to the software's spacecraft and instrumen…

By Swati Khandelwal·Aug 20·thehackernews.com·2 min read

Intelligence analysis by Llama

NASA AIT-GUI Flaws Could Let Unauthenticated Attackers Issue Spacecraft Commands
Image: thehackernews.com

A vulnerability in AIT-GUI, a browser-based operator console for NASA/JPL's open-source AMMOS Instrument Toolkit, allows an unauthenticated attacker to issue arbitrary commands to the software's spacecraft and instrument command bus. The vulnerability has been addressed in version 2.5.2.

Why it matters

This story matters to someone following Security because it highlights a critical vulnerability in a widely used tool, which could have severe consequences if exploited.

Imagine you're an astronaut controlling a spacecraft from a computer. If someone can hack into that computer, they can send fake commands to the spacecraft, which could be very bad. This is what happened with AIT-GUI, a tool that lets people control spacecraft and instruments. A hacker could send fake commands to the spacecraft without needing a password.

Analysis

AIT-GUI and the AMMOS Instrument Toolkit

The AMMOS Instrument Toolkit is a framework for building ground data systems, which sends commands to instruments and spacecraft and processes the telemetry coming back down. AIT-GUI is its operator console, and the endpoints in question relay operator commands to a command bus.

The Vulnerability

The vulnerability in AIT-GUI allows an unauthenticated attacker to issue arbitrary commands to the software's spacecraft and instrument command bus. This is because the AIT-GUI web server reads its configured host value and then discards it, binding the listener to the hardcoded address 0.0.0.0 on port 8080 by default, and exposes every state-changing route with no authentication, no authorization, and no cross-site request forgery (CSRF) protection.

Impact

An unauthenticated party who can reach the port can do the following:

  • Issue arbitrary instrument and spacecraft commands via POST /cmd
  • Execute server-side scripts via POST /script/run, including files outside the intended directory via path traversal
  • Run command sequences via POST /seq, including out-of-directory files passed to a subprocess

Fix

The vulnerability has been addressed in version 2.5.2, which binds the configured host, adds a before_request hook that compares a request's Origin or Referer against the server's own Host for POST, PUT, DELETE, and PATCH, and confines /script/run and /seq to their configured roots.

Key points

  • A vulnerability in AIT-GUI allows an unauthenticated attacker to issue arbitrary commands to the software's spacecraft and instrument command bus.
  • The vulnerability has been addressed in version 2.5.2.
  • The fix binds the configured host, adds a before_request hook, and confines /script/run and /seq to their configured roots.
The Upside

If the vulnerability is addressed and the tool is updated, the risk of hackers exploiting this flaw will decrease, and the spacecraft and instruments will be safer.

The Downside

However, if the vulnerability is not addressed or the tool is not updated, hackers could continue to exploit this flaw, potentially causing damage to the spacecraft and instruments.

Originally reported at

thehackernews.com

Discernion covers the story. Read the full piece at the source.

Tagsvulnerabilitysecurityspacecraftinstrumentsait-guiammos-instrument-toolkit

Author

Swati Khandelwal

Intelligence analysis by

Llama

Published

Aug 20, 2026

Source

thehackernews.com

Share

Topics

vulnerabilitysecurityspacecraftinstrumentsait-guiammos-instrument-toolkit

Related

More from this desk

Aug 20·bleepingcomputer.com

Citrix urges admins to patch new NetScaler flaws as soon as possible

Citrix has warned customers to immediately secure their systems against two vulnerabilities affecting NetScaler Gateway secure remote access solutions and NetScaler ADC networking appliances.

Aug 20·bleepingcomputer.com

CISA warns of hackers exploiting critical MLflow vulnerability

The Cybersecurity and Infrastructure Security Agency (CISA) warned federal agencies that threat actors are now exploiting a critical MLflow vulnerability. This vulnerability can be used by attackers without privileges to remotely access internal services or cloud metadata…

Aug 20·bleepingcomputer.com

New Manic Android malware can exfiltrate data through nearby devices

A new Android malware named Manic targets users in multiple European countries, combining spyware, banking fraud, and remote control capabilities. It captures user taps, intercepts notifications and SMS messages, collects files and location data, and provides remote contr…

Aug 20·bleepingcomputer.com

Critical Zimbra RCE flaw now actively exploited in attacks

A critical vulnerability in Zimbra Collaboration Suite (ZCS) is being actively exploited by attackers. The flaw, tracked as CVE-2026-73570, allows unauthenticated attackers to gain remote code execution by exploiting a command injection weakness in the SNMP monitoring com…