<?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>OneCompression (1.2.0) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/onecompression-1.2.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>Wed, 12 Aug 2026 18:49:30 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/onecompression-1.2.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>Arbitrary Code Execution in Fujitsu OneCompression Library</title><link>https://feed.craftedsignal.io/briefs/2026-08-fujitsu-onecompression-rce/</link><pubDate>Wed, 12 Aug 2026 18:49:30 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-fujitsu-onecompression-rce/</guid><description>Fujitsu OneCompression library version 1.2.0 is vulnerable to arbitrary code execution via unsafe deserialization in the QuantizedModelLoader component.</description><content:encoded><![CDATA[<p>Fujitsu Research's OneCompression library version 1.2.0 contains a critical unsafe deserialization vulnerability, tracked as CVE-2026-73325. The flaw exists within the QuantizedModelLoader.load_quantized_model_pt() function, which unconditionally invokes the torch.load() method with the weights_only parameter set to False. By setting weights_only=False, the underlying PyTorch loader utilizes Python's pickle module for deserializing checkpoint files.</p>
<p>An attacker can supply a maliciously crafted model.pt checkpoint file containing an embedded <strong>reduce</strong> method. When the library processes this file, it triggers the execution of the attacker's Python code within the context of the host process. This vulnerability allows for arbitrary command execution on systems leveraging this library to load model checkpoints, posing a high risk for machine learning pipelines or applications that ingest externally provided model files.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability leads to arbitrary code execution on systems running applications that utilize OneCompression version 1.2.0. This can result in full system compromise, data exfiltration, or persistence on the affected host. Any environment processing untrusted model files from external sources is at significant risk.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Update the OneCompression library to the latest version once a patch is provided by the vendor.</li>
<li>Implement strict input validation for all model checkpoint files to ensure they originate from trusted, verified sources.</li>
<li>Monitor application environments for the execution of unexpected processes originating from processes that utilize the OneCompression library.</li>
<li>Audit Python applications utilizing PyTorch to ensure torch.load() is used with weights_only=True whenever possible to mitigate deserialization risks globally.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>deserialization</category><category>rce</category><category>supply-chain</category></item></channel></rss>