<?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>MONAI (&lt; 1.6.0) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/monai--1.6.0/</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>Tue, 18 Aug 2026 20:57:29 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/monai--1.6.0/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>OS Command Injection Vulnerability in MONAI</title><link>https://feed.craftedsignal.io/briefs/2026-08-monai-command-injection/</link><pubDate>Tue, 18 Aug 2026 20:57:29 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-monai-command-injection/</guid><description>The MONAI library contains a command injection vulnerability where unsanitized configuration values in YAML files are passed to shell execution, allowing arbitrary code execution.</description><content:encoded><![CDATA[<p>MONAI versions prior to 1.6.0 are susceptible to OS command injection due to insecure handling of user-controlled configuration parameters within YAML files. Specifically, parameters such as 'dataset_name_or_id' or various CLI arguments are concatenated into strings and processed by the <code>subprocess</code> module with <code>shell=True</code>. Because this input is not properly quoted or validated, an attacker can inject shell metacharacters - such as '&amp;' on Windows or ';' on Linux - to escape the intended command context and execute arbitrary system instructions. This vulnerability (CWE-78) is triggered whenever a victim loads a malicious YAML configuration file into a training or validation pipeline. Defenders should prioritize updating the MONAI package to version 1.6.0 or later to mitigate the risk of remote code execution on systems running medical imaging training tasks.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows an attacker to execute arbitrary commands with the privileges of the user running the MONAI training or validation scripts. This can lead to full system compromise, exfiltration of sensitive medical imaging datasets, or the deployment of persistent malware on workstations and servers used for research and clinical analysis.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Update the MONAI package to version 1.6.0 or higher across all development and production environments.</li>
<li>Implement strict validation and input sanitization for any YAML configuration files used in machine learning pipelines.</li>
<li>Run training jobs under restricted service accounts with minimal filesystem and network permissions to limit the impact of potential command execution.</li>
<li>Monitor process creation logs for unusual child processes spawned by python.exe or python3, particularly those involving shell command separators.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>rce</category><category>command-injection</category><category>python</category><category>monai</category></item></channel></rss>