ModelCache torch.load() Deserialization RCE (CVE-2025-45146) - ATR-2026-00433 (9da06101-b9e9-5d87-9a2a-1227b3c0add6)
Detects exploitation of CVE-2025-45146 (CVSS 9.8), arbitrary code execution in ModelCache for LLM through v0.2.0 via deserialization in /manager/data_manager.py. ModelCache calls torch.load() (PyTorch's pickle-backed deserialization) on attacker-supplied data; pickle's reduce machinery allows code execution at load time. Detects the malicious pickle / torch payload patterns at content level and the unsafe torch.load() invocation patterns at code level. CWE-502.