A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
The vulnerability is in numpy.pad function in numpy/XXX/arraypad.py.
it is discovered when test the librosa library!And librosa's function : stft() and pad_center(), which use numpy.pad function.
Attackers only need to construct a empty list or ndarray to pass to numpy.pad(array, pad_width, 'reflect'), and then the function will stick into infinite loop and make the python process without any response.
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.