<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Cve-2026-60112 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2026-60112/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Wed, 29 Jul 2026 16:20:52 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2026-60112/feed.xml" rel="self" type="application/rss+xml"/><item><title>Authentication Bypass in AMMOS Instrument Toolkit GUI</title><link>https://feed.craftedsignal.io/briefs/2026-07-ait-auth-bypass/</link><pubDate>Wed, 29 Jul 2026 16:20:52 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-ait-auth-bypass/</guid><description>The AMMOS Instrument Toolkit (AIT) GUI before version 2.5.1 allows unauthenticated attackers to bypass credential checks to establish sessions and issue arbitrary spacecraft commands.</description><content:encoded><![CDATA[<p>The AMMOS Instrument Toolkit (AIT) GUI, used for spacecraft command and control, contains a critical authentication vulnerability (CVE-2026-60112) affecting versions prior to 2.5.1. The flaw exists within the Sessions.create() method, which fails to enforce credential validation during session initiation. An unauthenticated network attacker can leverage this failure to establish a valid user session. Once authenticated, the attacker can interact with the handle_cmd() function, which lacks internal security checks, allowing the injection of arbitrary commands directly into the AIT command bus. This vulnerability poses a severe risk to mission-critical infrastructure, as it grants unauthorized remote control over spacecraft operations without requiring valid user authentication or authorization tokens.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker performs network reconnaissance to identify reachable instances of the AIT GUI.</li>
<li>Attacker initiates an unauthenticated connection request to the AIT web interface.</li>
<li>Attacker triggers the vulnerable Sessions.create() method without providing valid credentials.</li>
<li>The application generates and returns a valid session token due to missing validation logic.</li>
<li>Attacker utilizes the assigned session token to access privileged application endpoints.</li>
<li>Attacker calls the handle_cmd() function with malicious command parameters.</li>
<li>The application forwards the injected commands directly to the command bus.</li>
<li>Unauthorized commands are executed by the target system or downstream spacecraft hardware.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows unauthenticated remote attackers to gain full command-line control over the AIT command bus. This permits unauthorized execution of arbitrary spacecraft commands, potentially leading to mission degradation, loss of control over satellite instruments, or permanent hardware damage. Any organization utilizing versions of AIT GUI earlier than 2.5.1 in network-exposed environments is at immediate risk.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Upgrade to AIT GUI version 2.5.1 or later immediately to patch the missing authentication logic in Sessions.create().</li>
<li>Restrict network access to the AIT GUI interface to trusted management networks only, preventing exposure to untrusted segments.</li>
<li>Audit web server and application logs for anomalous POST requests to the session creation endpoints that do not correspond to known valid login attempts.</li>
</ol>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>authentication-bypass</category><category>cve-2026-60112</category><category>critical-infrastructure</category></item></channel></rss>