Documentation
README
Exploiting AI Model File RCE
When to Use
- During authorized assessments of ML training/inference pipelines, model registries, artifact buckets, or model hubs
- When a service downloads, loads, or "installs" models from user-controlled URLs or untrusted repositories
- When auto-resume/auto-deploy pipelines load checkpoints (
.ckpt,.pt,.pth,.bin) without provenance checks - When assessing web UIs like InvokeAI, TorchServe, Triton, or NeMo/HuggingFace coders that accept model files
- When reviewing whether "safe" formats (
.safetensors,.nemo, repoconfig.json) still expose instantiation gadgets
Prerequisites
This is the opening of the README. Read the full README on GitHub.