<?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-2025-71353 - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/cve-2025-71353/</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>Sat, 04 Jul 2026 02:22:16 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/cve-2025-71353/feed.xml" rel="self" type="application/rss+xml"/><item><title>CVE-2025-71353: Picklescan Deserialization Vulnerability Leads to Remote Code Execution</title><link>https://feed.craftedsignal.io/briefs/2026-07-cve-2025-71353-picklescan-rce/</link><pubDate>Sat, 04 Jul 2026 02:22:16 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-cve-2025-71353-picklescan-rce/</guid><description>Picklescan before version 0.0.28 contains a deserialization vulnerability where it fails to properly detect malicious pickle files. Attackers can craft these files with embedded code that exploits the `torch._dynamo.guards.GuardBuilder.get` function in reduce methods, leading to arbitrary command execution when loaded on a victim system.</description><content:encoded><![CDATA[<p>CVE-2025-71353 details a critical deserialization vulnerability affecting <code>picklescan</code> versions prior to 0.0.28. <code>picklescan</code> is a tool designed to identify and mitigate malicious Python pickle files. However, this vulnerability allows attackers to craft specially designed pickle files that leverage the <code>torch._dynamo.guards.GuardBuilder.get</code> function within Python's <code>reduce</code> methods. These crafted files contain embedded arbitrary commands that <code>picklescan</code> fails to detect. Consequently, if such a file is subsequently loaded by an application, the malicious code can execute on the victim's system, leading to remote code execution (RCE). This vulnerability poses a significant risk to systems that process untrusted pickle files, as the security scanner intended to protect them can be bypassed.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li><strong>Attacker crafts malicious pickle file:</strong> An attacker generates a Python pickle file containing serialized data that, when deserialized, exploits the <code>torch._dynamo.guards.GuardBuilder.get</code> function in its <code>reduce</code> methods to embed arbitrary commands.</li>
<li><strong>Distribution of malicious pickle file:</strong> The attacker distributes this malicious pickle file to a victim, potentially via email attachments, compromised package repositories, or direct downloads.</li>
<li><strong>Victim scans file with <code>picklescan</code>:</strong> The victim system, or an application interacting with the file, uses <code>picklescan</code> (version prior to 0.0.28) to scan the received pickle file for malicious content.</li>
<li><strong><code>picklescan</code> fails detection:</strong> Due to the flaw described in CVE-2025-71353, <code>picklescan</code> fails to identify the embedded malicious payload within the specially crafted pickle file, deeming it safe.</li>
<li><strong>Malicious pickle file is loaded:</strong> An application on the victim's system, trusting the scan results or lacking further validation, proceeds to load and deserialize the now &quot;clean&quot; malicious pickle file.</li>
<li><strong>Arbitrary Command Execution:</strong> During the deserialization process, the embedded arbitrary commands are executed in the context of the vulnerable application, leading to remote code execution on the victim's system.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2025-71353 leads to remote code execution (RCE) on the compromised system. This grants attackers the ability to execute arbitrary commands, potentially leading to full system compromise, data theft, data alteration, or the deployment of further malware. The vulnerability has a CVSS v3.1 base score of 8.1 (High), reflecting high impacts on confidentiality and integrity, as attackers can bypass an intended security control to achieve their objectives. All applications and users relying on <code>picklescan</code> for validating Python pickle files are at risk if running affected versions.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade <code>picklescan</code> to version 0.0.28 or later immediately to remediate CVE-2025-71353.</li>
<li>Review and update any systems or applications that use <code>picklescan</code> to scan incoming pickle files to ensure they are using the patched version.</li>
<li>Implement strong input validation and integrity checks for all deserialized data, especially from untrusted sources, even after scanning.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>deserialization</category><category>rce</category><category>python</category><category>vulnerability</category><category>CVE-2025-71353</category></item></channel></rss>