6.0.0: Fixed RCE from __array__
6.0.0
Date: 2024-02-23
- #551 Resolves security issue that results in RCE. The fix breaks backwards compatibility for those that rely on the
__array__
attribute used bynumpy
. This RCE is only exploitable when the server-side gets the attribute__array__
and calls it (e.g.,np.array(x)
). This issues effects all versions since major release 4.