<?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>ESPnet (&lt; 202609) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/espnet--202609/</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>Sun, 13 Sep 2026 13:25:41 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/espnet--202609/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>Arbitrary Code Execution in ESPnet via Insecure Deserialization</title><link>https://feed.craftedsignal.io/briefs/2026-09-espnet-rce/</link><pubDate>Sun, 13 Sep 2026 13:25:41 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-espnet-rce/</guid><description>ESPnet versions prior to 202609 are vulnerable to arbitrary code execution due to the insecure deserialization of pretrained model checkpoints using torch.load with weights_only=False.</description><content:encoded><![CDATA[<p>ESPnet versions prior to 202609 contain a critical vulnerability in the handling of pretrained model checkpoints. The software utilizes the Python 'torch.load' function with the 'weights_only' parameter set to 'False'. By design, 'torch.load' relies on Python's 'pickle' module for deserialization. When 'weights_only' is disabled, the pickle process can instantiate arbitrary objects and execute embedded code within the checkpoint file. An attacker can create a weaponized checkpoint file and trick a user or system into loading it during the initialization or fine-tuning process of an ESPnet model. This flaw allows an attacker to achieve remote code execution in the context of the user or process running the ESPnet toolkit, potentially leading to full system compromise.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows for arbitrary code execution on systems running ESPnet. Given the nature of machine learning workflows, this poses a risk to research environments, data processing pipelines, and production inference systems where untrusted model checkpoints may be ingested. If exploited, an attacker could gain persistent access, exfiltrate sensitive model data, or pivot within the host network.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade all instances of ESPnet to version 202609 or later immediately to address the insecure deserialization flaw.</li>
<li>Implement strict validation and provenance checks for all pretrained model checkpoints before loading them into the ESPnet framework.</li>
<li>Execute machine learning model processing within isolated containers or restricted environments to minimize the impact of potential command execution.</li>
<li>Monitor the Python process execution logs for unexpected child processes spawned by model initialization scripts.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>