metadata
library_name: pytorch
tags:
- security-research
- modelscan-bypass
license: mit
ModelScan Bypass PoC — tokenize.open
Security research for responsible disclosure via Huntr MFV program.
Vulnerability
tokenize.open is not in modelscan's unsafe_globals blocklist.
modelscan reports "No issues found" but loading triggers opens and reads arbitrary files from the filesystem.
Impact: MEDIUM
Reproduction
pip install modelscan
modelscan scan -p bypass_poc.pkl
# Output: "No issues found!"