** DISPUTED ** Null Pointer Dereference vulnerability exists in numpy.sort in NumPy < and 1.19 in the PyArray_DescrNew 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 can only occur due to an exhaustion of memory. If the user can exhaust memory, they are already privileged. Further, it should be practically impossible to construct an attack which can target the memory exhaustion to occur at exactly this place.
References
Link | Resource |
---|---|
https://github.com/numpy/numpy/issues/19038 | Exploit Issue Tracking Third Party Advisory |
https://www.oracle.com/security-alerts/cpujul2022.html | Third Party Advisory |
Configurations
Information
Published : 2021-12-17 12:15
Updated : 2022-07-28 09:45
NVD link : CVE-2021-41495
Mitre link : CVE-2021-41495
JSON object : View
CWE
CWE-476
NULL Pointer Dereference
Products Affected
numpy
- numpy