<?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/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Cpe:2.3:a:moos-Ivp:essential-Moos:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3amoos-ivpessential-moos/</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>Thu, 03 Sep 2026 23:25:50 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3amoos-ivpessential-moos/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Remote Code Execution in MOOS essential-moos pAntler</title><link>https://feed.craftedsignal.io/briefs/2026-09-moos-pantler-rce/</link><pubDate>Thu, 03 Sep 2026 23:25:50 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-moos-pantler-rce/</guid><description>The pAntler component in essential-moos versions 10.0.1 and earlier allows unauthenticated attackers to achieve remote code execution by publishing a crafted MISSION_FILE message to the MOOSDB.</description><content:encoded><![CDATA[<p>The MOOS-IvP open-source project essential-moos suite, specifically the pAntler component through version 10.0.1, contains a critical remote code execution vulnerability. pAntler is designed to manage and launch various MOOS processes defined within a mission file. An unauthenticated attacker capable of communicating with the MOOSDB can publish a specially crafted 'MISSION_FILE' message. The pAntler application reads the contents of this message and parses it for 'Run' entries. Due to a lack of authentication and input validation on these entries, pAntler passes the user-supplied strings directly to the execvp() system call, resulting in the execution of arbitrary programs with the privileges of the pAntler process. This vulnerability is significant for autonomous systems and research platforms that utilize the MOOS-IvP architecture, as it allows for full command execution on the host machine.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker establishes network connectivity to the target MOOSDB port.</li>
<li>Attacker crafts a malicious MISSION_FILE message containing arbitrary commands within 'Run' entries.</li>
<li>Attacker publishes the crafted message to the MOOSDB via the MOOS protocol.</li>
<li>The pAntler component receives the malicious MISSION_FILE message from the MOOSDB.</li>
<li>pAntler parses the 'Run' entries within the message without validating the input.</li>
<li>pAntler calls the execvp() system call, passing the malicious entries.</li>
<li>The operating system executes the attacker-defined program on the host.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows unauthenticated remote attackers to execute arbitrary programs on systems running affected versions of essential-moos. This can lead to full system compromise, loss of control over autonomous mission software, and data exfiltration. The vulnerability affects research and robotics environments utilizing the MOOS-IvP middleware.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Upgrade the essential-moos software to a version beyond 10.0.1 immediately, if available, or isolate MOOSDB instances from untrusted network segments.</li>
<li>Implement network access controls (NAC) to restrict communication with the MOOSDB port to authorized and authenticated mission components only.</li>
<li>Audit environments for the use of pAntler and ensure process execution policies are configured to minimize the impact of unauthorized sub-process spawning.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>remote-code-execution</category><category>vulnerability</category><category>cve</category><category>network-security</category></item><item><title>Authentication Bypass and Message Injection in MOOS pShare</title><link>https://feed.craftedsignal.io/briefs/2026-09-moos-pshare-auth-bypass/</link><pubDate>Thu, 03 Sep 2026 23:24:40 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-moos-pshare-auth-bypass/</guid><description>The pShare component in MOOS essential-moos versions up to 10.0.1 is vulnerable to unauthenticated UDP message injection and denial-of-service.</description><content:encoded><![CDATA[<p>MOOS-IvP essential-moos versions 10.0.1 and earlier contain a critical authentication bypass vulnerability within the pShare component. pShare is designed to share MOOS messages across different MOOS communities. The vulnerability arises because the process accepts UDP datagrams from any source without performing authentication or identity verification. An attacker on the local network can craft malicious UDP packets and inject arbitrary messages into the MOOS community while spoofing the identity of a legitimate MOOS process. Additionally, the lack of input validation allows an attacker to send malformed UDP datagrams that cause the pShare process to crash, resulting in a denial-of-service condition for the impacted MOOS community. This vulnerability is significant for environments relying on the integrity of MOOS-based communication in robotic and autonomous system fleets.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows attackers to perform unauthorized message injection, potentially leading to the corruption of operational data or the execution of unauthorized commands within the MOOS community. Denial-of-service attacks against pShare can disrupt communication between critical mission components, rendering autonomous systems inoperable or uncontrollable.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Monitor network traffic for unexpected UDP communication directed at the port used by the pShare process.</li>
<li>Implement network-level access control lists (ACLs) to restrict access to the pShare UDP port to trusted IP addresses only.</li>
<li>Update all instances of MOOS-IvP essential-moos to a version that implements input validation and authentication for incoming UDP datagrams, if available.</li>
<li>Audit logs for repeated service restarts or process crashes of the pShare binary, which may indicate attempted exploitation of the denial-of-service vulnerability.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>vulnerability</category><category>remote-code-execution</category><category>network-security</category><category>cve</category><category>authorization-bypass</category><category>robotics</category></item></channel></rss>