Tuesday, August 11, 2026
LIVEThe Unrelenting Cyber Battle: Hacking Threats and the Imperative of Robust Data Protection///Navigating the Cyber Labyrinth: Bolstering Defenses Against Evolving Hacking Threats///The Dual Front War: Battling Hacking and Bolstering Data Protection in the Digital Age///The Ever-Evolving Cyber Threat Landscape: Navigating Hacking and Fortifying Data Protection///The Unseen Battle: Fortifying Data in an Age of Relentless Hacking///The Unseen War: Hacking's Relentless Advance and the Imperative of Data Protection///The Evolving Threat Landscape: Hacking, Data Protection, and the Imperative for Proactive Security///Navigating the Digital Minefield: Bolstering Data Protection in an Era of Relentless Hacking///The Dual Fronts of Digital Defense: Combating Hacking and Fortifying Data Protection///Hacking's New Frontier: Fortifying Data Protection in the Age of Advanced Cyber Threats///The Dual Front: Navigating Hacking Threats and Fortifying Data Protection in the Digital Age///Navigating the Digital Gauntlet: The Evolving Nexus of Hacking and Data Protection///The Unrelenting Cyber Battle: Hacking Threats and the Imperative of Robust Data Protection///Navigating the Cyber Labyrinth: Bolstering Defenses Against Evolving Hacking Threats///The Dual Front War: Battling Hacking and Bolstering Data Protection in the Digital Age///The Ever-Evolving Cyber Threat Landscape: Navigating Hacking and Fortifying Data Protection///The Unseen Battle: Fortifying Data in an Age of Relentless Hacking///The Unseen War: Hacking's Relentless Advance and the Imperative of Data Protection///The Evolving Threat Landscape: Hacking, Data Protection, and the Imperative for Proactive Security///Navigating the Digital Minefield: Bolstering Data Protection in an Era of Relentless Hacking///The Dual Fronts of Digital Defense: Combating Hacking and Fortifying Data Protection///Hacking's New Frontier: Fortifying Data Protection in the Age of Advanced Cyber Threats///The Dual Front: Navigating Hacking Threats and Fortifying Data Protection in the Digital Age///Navigating the Digital Gauntlet: The Evolving Nexus of Hacking and Data Protection///
Subscribe
Cyber Security
Independent · Digital
Thehackingpost
CybersecurityAI-assisted

PickleScan Uncovers 0-Day Vulnerabilities Allowing Arbitrary Code Execution via Malicious PyTorch Models

JFrog Security Research has identified three critical zero-day vulnerabilities in PickleScan, a widely-used tool for scanning machine learning models to detect malicious content. These vulnerabilities allow attackers to bypass PickleScan's malware…

JFrog Security Research has identified three critical zero-day vulnerabilities in PickleScan, a widely-used tool for scanning machine learning models to detect malicious content. These vulnerabilities allow attackers to bypass PickleScan's malware detection mechanisms, potentially leading to large-scale supply chain attacks through the distribution of malicious ML models.

PickleScan is designed to analyze pickle files, which are used in the Python programming language for serializing and deserializing objects. However, the flexibility of pickle files also poses a security risk, as they can embed and execute arbitrary Python code during deserialization. This risk becomes significant when users load untrusted PyTorch models, potentially executing malicious code that could exfiltrate data or compromise systems.

CVE-2025-10155 (CVSS 9.3): This vulnerability exploits PickleScan's file type detection logic. By renaming a malicious pickle file with a PyTorch-related extension such as .bin or .pt, attackers can bypass PickleScan's scanner while PyTorch loads the file successfully. CVE-2025-10156 (CVSS 9.3): Involves CRC errors in ZIP archives, where PickleScan fails when encountering CRC mismatches. This allows PyTorch to load files that PickleScan marks as unscanned. CVE-2025-10157 (CVSS 9.3): This vulnerability involves circumventing PickleScan's unsafe globals check by using subclasses of dangerous imports, allowing malicious payloads to be categorized as "suspicious" rather than "dangerous".

PickleScan is designed to analyze pickle files, which are used in the Python programming language for serializing and deserializing objects.
John Mason · Thehackingpost

These vulnerabilities highlight deeper issues within the AI security infrastructure. Organizations relying on platforms like Hugging Face, which use PickleScan for model scanning, are particularly vulnerable. The discrepancies between security tools and applications can create exploitable gaps, underscoring the need for comprehensive security strategies.

Update to PickleScan version 0.0.31 to address these vulnerabilities. Implement layered defenses, including sandboxed environments and secure model repository proxies. Consider migrating to safer ML model formats such as Safetensors. Employ automated removal of failed security scans. Adopt defense-in-depth strategies to enhance protection.

Advertisement

Based on reporting by GBHackers.

AI transparency. This article was produced with the assistance of artificial intelligence and published under human editorial oversight. AI systems can make mistakes. Read how we use AI (EU AI Act, Art. 50).
Related Stories