
Numpy deserialization command execution
NumPy is a powerful Python library primarily used for performing computations on multi-dimensional arrays. Experts have analyzed that versions less than or equal to 1.16.0 contain this vulnerability. The fix recommendation is to delete the parameter allow_pickle of the load function in lib/npyio.py or change its value to False to avoid the deserialization issue; in the tested version 1.16.3 (Mac/Windows), the load function removed the allow_pickle parameter. However, command execution still exists. The latest version tested is 1.16.3
