Vulnerability Description
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
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Numpy | Numpy | <= 1.19.0 |
Related Weaknesses (CWE)
References
- https://github.com/numpy/numpy/issues/19038ExploitIssue TrackingThird Party Advisory
- https://www.oracle.com/security-alerts/cpujul2022.htmlThird Party Advisory
- https://github.com/numpy/numpy/issues/19038ExploitIssue TrackingThird Party Advisory
- https://www.oracle.com/security-alerts/cpujul2022.htmlThird Party Advisory
FAQ
What is CVE-2021-41495?
CVE-2021-41495 is a vulnerability with a CVSS score of 5.3 (MEDIUM). 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...
How severe is CVE-2021-41495?
CVE-2021-41495 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2021-41495?
Check the references section above for vendor advisories and patch information. Affected products include: Numpy Numpy.