manja316's picture
Upload folder using huggingface_hub
5841927 verified
|
Raw
History Blame Contribute Delete
560 Bytes
metadata
library_name: pytorch
tags:
  - security-research
  - modelscan-bypass
license: mit

ModelScan Bypass PoC — rlcompleter.Completer

Security research for responsible disclosure via Huntr MFV program.

Vulnerability

rlcompleter.Completer is not in modelscan's unsafe_globals blocklist. modelscan reports "No issues found" but loading triggers creates a completer that calls eval() on user input for tab completion..

Impact: MEDIUM

Reproduction

pip install modelscan
modelscan scan -p bypass_poc.pkl
# Output: "No issues found!"