菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-17
📄 Abstract - Lifecycle-Aware Dynamic Analysis for Secure ML Model Execution

The growing reliance on pre-trained Machine Learning (ML) models has introduced new attack surfaces. Recent vulnerabilities demonstrate that malicious behavior can be embedded within model artifacts, often bypassing existing defenses. Current model-scanning solutions primarily rely on static, format-specific rules or known attack signatures, which limit their ability to generalize across frameworks and to detect novel exploitation paths. In contrast, we propose a solution that focuses on the effects an attack has on the host system executing the model and builds on foundational intuitions about ML model execution. In particular, we observe that ML models operate within well-defined lifecycle phases and that, within each phase, interactions with the host system are highly structured and predictable. We translate these intuitions into Moat, a dynamic lifecycle-aware approach for securing ML model execution, and instantiate this design in Re-Moat, our reference implementation. We evaluate Re-Moat across multiple ML frameworks using 77,974 real-world model artifacts from the Hugging Face Hub, 31 Proofs-of-Concept (PoCs) from CVEs, and 334 models from a state-of-the-art dataset, and compare it against state-of-the-art model-scanning solutions. Our results show that our approach detects all evaluated attack classes while maintaining a close-to-zero false-positive rate, validating our intuitions and motivating dynamic analysis for securing ML model execution.

顶级标签: systems model evaluation
详细标签: model security dynamic analysis lifecycle monitoring attack detection ml pipeline 或 搜索:

生命周期感知的动态分析:保障机器学习模型安全执行 / Lifecycle-Aware Dynamic Analysis for Secure ML Model Execution


1️⃣ 一句话总结

本文提出一种基于模型执行生命周期阶段的动态分析方法,通过监控模型在各阶段与系统交互的规律性行为来检测恶意攻击,实验证明该方法能识别所有已知攻击类型且极少误报,比传统静态扫描更有效。

源自 arXiv: 2606.19023