VYPR

Numpy

by Numpy

pypi: numpy

Source repositories

CVEs (8)

  • CVE-2019-6446CriJan 16, 2019
    risk 0.58cvss 9.8epss 0.18

    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 issue because it is a…

  • CVE-2017-12852HigAug 15, 2017
    risk 0.49cvss 7.5epss 0.03

    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.

  • CVE-2021-41496MedDec 17, 2021
    risk 0.36cvss 5.5epss 0.00

    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 vulnerability; the negative…

  • CVE-2021-41495MedDec 17, 2021
    risk 0.35cvss 5.3epss 0.01

    Null Pointer Dereference vulnerability exists in numpy.sort in NumPy &lt 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…

  • CVE-2021-34141MedDec 17, 2021
    risk 0.35cvss 5.3epss 0.02

    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 harmless."

  • CVE-2014-1859MedJan 8, 2018
    risk 0.29cvss 5.5epss 0.00

    (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-2014-1858MedJan 8, 2018
    risk 0.29cvss 5.5epss 0.00

    __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-2021-33430MedDec 17, 2021
    risk 0.28cvss 5.3epss 0.01

    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 vendor does not agree this is a…