2 matches found
CVE-2021-41495
Null Pointer Dereference vulnerability exists in numpy.sort in NumPy < and 1.19 in the PyArrayDescrNew function due to missing return-value validation, which allows attackers to conduct DoS attacks by repetitively creating sort arrays. NOTE: While correct that validation is missing, an error ca...
CVE-2021-41495
CVE-2021-41495 is a null pointer dereference vulnerability in NumPy’s sorting path (numpy.sort; PyArray_DescrNew) that can lead to DoS by repeatedly creating sort arrays. Connected docs confirm affected NumPy versions (e.g.,