CVE-2021-41495
- EPSS 0.11%
- Published 17.12.2021 20:15:08
- Last modified 21.11.2024 06:26:18
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...
CVE-2021-41496
- EPSS 0.03%
- Published 17.12.2021 20:15:08
- Last modified 21.11.2024 06:26:19
Buffer overflow in the array_from_pyobj function of fortranobject.c in NumPy < 1.19, which allows attackers to conduct a Denial of Service attacks by carefully constructing an array with negative values. NOTE: The vendor does not agree this is a vuln...
CVE-2021-33430
- EPSS 0.19%
- Published 17.12.2021 19:15:07
- Last modified 21.11.2024 06:08:48
A Buffer Overflow vulnerability exists in NumPy 1.9.x in the PyArray_NewFromDescr_int function of ctors.c when specifying arrays of large dimensions (over 32) from Python code, which could let a malicious user cause a Denial of Service. NOTE: The ven...
CVE-2021-34141
- EPSS 0.07%
- Published 17.12.2021 19:15:07
- Last modified 21.11.2024 06:09:56
An incomplete string comparison in the numpy.core component in NumPy before 1.22.0 allows attackers to trigger slightly incorrect copying by constructing specific string objects. NOTE: the vendor states that this reported code behavior is "completely...
CVE-2019-6446
- EPSS 61.15%
- Published 16.01.2019 05:29:01
- Last modified 21.07.2025 23:15:25
An issue was discovered in NumPy before 1.16.3. It uses the pickle Python module unsafely, which allows remote attackers to execute arbitrary code via a crafted serialized object, as demonstrated by a numpy.load call. NOTE: third parties dispute this...
CVE-2014-1858
- EPSS 0.07%
- Published 08.01.2018 19:29:00
- Last modified 21.11.2024 02:05:09
__init__.py in f2py in NumPy before 1.8.1 allows local users to write to arbitrary files via a symlink attack on a temporary file.
CVE-2014-1859
- EPSS 0.07%
- Published 08.01.2018 19:29:00
- Last modified 21.11.2024 02:05:10
(1) core/tests/test_memmap.py, (2) core/tests/test_multiarray.py, (3) f2py/f2py2e.py, and (4) lib/tests/test_io.py in NumPy before 1.8.1 allow local users to write to arbitrary files via a symlink attack on a temporary file.
CVE-2017-12852
- EPSS 0.53%
- Published 15.08.2017 16:29:00
- Last modified 20.04.2025 01:37:25
The numpy.pad function in Numpy 1.13.1 and older versions is missing input validation. An empty list or ndarray will stick into an infinite loop, which can allow attackers to cause a DoS attack.