Views
No views yet
.npy file achieves Arbitrary Code Execution via np.load(allow_pickle=True),
while bypassing both picklescan 1.0.4 and modelscan 0.8.8.marshal.loads + types.FunctionType + importlib.import_module chain.
All three globals are Suspicious (not Dangerous) in picklescan,
and absent from modelscan unsafe_globals.1import numpy as np
2np.load('malicious_model.npy', allow_pickle=True) # ACE