YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
PyTorch v1.3 Scanner Bypass PoC
Vulnerability Summary
Format: PyTorch v1.3 (.pt)
Scanner Bypass: modelscan 0.8.7 (PyTorchUnsafeOpScan) + picklescan 1.0.1 (DUAL BYPASS)
Impact: Arbitrary Code Execution
Key Finding
modelscan ACTIVELY SCANS this file with PyTorchUnsafeOpScan but still reports "No issues found." The joblib numpy byte interleaving technique crashes pickletools.genops() before reaching the malicious reduce call, causing the scanner to silently fail.
Reproduction
modelscan -p malicious_pytorch_v13.pt # Uses PyTorchUnsafeOpScan, reports no issues
picklescan -p malicious_pytorch_v13.pt # Reports no issues
python3 -c "import joblib; joblib.load('malicious_pytorch_v13.pt')" # ACE confirmed
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support