Lucene search
+L

567 matches found

RedHat Linux
RedHat Linux
added 2022/12/07 8:28 p.m.45 views

Moderate: Red Hat Security Advisory: Red Hat OpenStack Platform 16.1.9 (numpy) security update

An update for numpy is now available for Red Hat OpenStack Platform 16.1.9 Train for Red Hat Enterprise Linux RHEL 8.2. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity...

5.3CVSS6.7AI score0.01154EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2022/12/07 7:19 p.m.34 views

Moderate: Red Hat Security Advisory: Red Hat OpenStack Platform 16.2.4 (numpy) security update

An update for numpy is now available for Red Hat OpenStack Platform 16.2.4 Train for Red Hat Enterprise Linux RHEL 8.4. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity...

5.3CVSS6.7AI score0.01154EPSS
SaveExploits1References2
RedHat Linux
RedHat Linux
added 2022/12/07 7:19 p.m.15 views

numpy: NULL pointer dereference in numpy.sort in in the PyArray_DescrNew() due to missing return-value validation

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

5.3CVSS7.3AI score0.01154EPSS
SaveExploits1References4
OSV
OSV
added 2022/12/07 5:1 a.m.9 views

USN-5763-1 numpy vulnerabilities

It was discovered that NumPy did not properly manage memory when specifying arrays of large dimensions. If a user were tricked into running malicious Python file, an attacker could cause a denial of service. This issue only affected Ubuntu 20.04 LTS. CVE-2021-33430 It was discovered that NumPy di...

5.5CVSS6.4AI score0.01561EPSS
SaveExploits4References5
Ubuntu
Ubuntu
added 2022/12/07 5:1 a.m.60 views

USN-5763-1: NumPy vulnerabilities

It was discovered that NumPy did not properly manage memory when specifying arrays of large dimensions. If a user were tricked into running malicious Python file, an attacker could cause a denial of service. This issue only affected Ubuntu 20.04 LTS. CVE-2021-33430 It was discovered that NumPy di...

5.5CVSS6.6AI score0.01561EPSS
SaveExploits4
Tenable Nessus
Tenable Nessus
added 2022/12/07 12:0 a.m.26 views

Ubuntu 20.04 LTS / 22.04 LTS : NumPy vulnerabilities (USN-5763-1)

The remote Ubuntu 20.04 LTS / 22.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-5763-1 advisory. It was discovered that NumPy did not properly manage memory when specifying arrays of large dimensions. If a user were tricked into running...

5.5CVSS6.7AI score0.01561EPSS
SaveExploits4References5
CNVD
CNVD
added 2022/11/23 12:0 a.m.60 views

Google TensorFlow has an unspecified vulnerability (CNVD-2022-81226)

Google TensorFlow is an end-to-end open source platform for machine learning from Google, Inc. A security vulnerability exists in Google TensorFlow, which stems from an error that can be raised if a numpy array is created with the shape of one element being zero and the sum of the other elements...

7.5CVSS2.2AI score0.0033EPSS
SaveExploits1References1
OSV
OSV
added 2022/11/21 8:42 p.m.4 views

GHSA-H246-CGH4-7475 `CHECK` fail in `BCast` overflow

Impact If BCast::ToShape is given input larger than an int32, it will crash, despite being supposed to handle up to an int64. An example can be seen in tf.experimental.numpy.outer by passing in large input to the input b. python import tensorflow as tf value = tf.constantshape=2, 1024, 1024, 1024...

4.8CVSS6.9AI score0.00439EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2022/11/21 8:39 p.m.34 views

Seg fault in `ndarray_tensor_bridge` due to zero and large inputs

Impact If a numpy array is created with a shape such that one element is zero and the others sum to a large number, an error will be raised. E.g. the following raises an error: python np.ones0, 231, 231 An example of a proof of concept: python import numpy as np import tensorflow as tf inputval =...

7.5CVSS7.5AI score0.0033EPSS
SaveExploits1References4Affected Software3
Snyk
Snyk
added 2022/11/20 9:8 a.m.3 views

Always-Incorrect Control Flow Implementation

Overview Affected versions of this package are vulnerable to Always-Incorrect Control Flow Implementation when a numpy array is created with a shape such that one element is zero and the sum of others is a large number. Remediation Upgrade tensorflow-lite to version 2.12.0 or higher. References -...

7.5CVSS6.9AI score0.0033EPSS
SaveExploits1References2
NVD
NVD
added 2022/11/18 10:15 p.m.25 views

CVE-2022-41884

TensorFlow is an open source platform for machine learning. If a numpy array is created with a shape such that one element is zero and the others sum to a large number, an error will be raised. We have patched the issue in GitHub commit 2b56169c16e375c521a3bc8ea658811cc0793784. The fix will be...

7.5CVSS0.0033EPSS
SaveExploits1References2
Prion
Prion
added 2022/11/18 10:15 p.m.28 views

Stack overflow

TensorFlow is an open source platform for machine learning. If a numpy array is created with a shape such that one element is zero and the others sum to a large number, an error will be raised. We have patched the issue in GitHub commit 2b56169c16e375c521a3bc8ea658811cc0793784. The fix will be...

5CVSS7.9AI score0.0033EPSS
SaveExploits1References2Affected Software1
CNNVD
CNNVD
added 2022/11/18 12:0 a.m.12 views

Google TensorFlow 安全漏洞

Google TensorFlow is an end-to-end open source platform for machine learning from Google, Inc. A security vulnerability exists in Google TensorFlow, which stems from an error that can be raised if a numpy array is created with the shape of one element being zero and the sum of the other elements...

7.5CVSS6.7AI score0.0033EPSS
SaveExploits1References3
CVE
CVE
added 2022/11/18 12:0 a.m.92 views

CVE-2022-41884

CVE-2022-41884 affects TensorFlow. A numpy array has a shape where one element is zero and the others sum to a large number, triggering an error. The issue has been fixed in commit 2b56169c16e375c521a3bc8ea658811cc0793784 and will be included in TensorFlow 2.11; the fix will also be cherry-picked...

7.5CVSS6.1AI score0.0033EPSS
SaveExploits1References2Affected Software1
OSV
OSV
added 2022/11/18 12:0 a.m.27 views

CVE-2022-41884 Seg fault in `ndarray_tensor_bridge` due to zero and large inputs in Tensorflow

TensorFlow is an open source platform for machine learning. If a numpy array is created with a shape such that one element is zero and the others sum to a large number, an error will be raised. We have patched the issue in GitHub commit 2b56169c16e375c521a3bc8ea658811cc0793784. The fix will be...

4.8CVSS7.7AI score0.0033EPSS
SaveExploits1References4
Debian CVE
Debian CVE
added 2022/11/18 12:0 a.m.5 views

CVE-2022-41884

TensorFlow is an open source platform for machine learning. If a numpy array is created with a shape such that one element is zero and the others sum to a large number, an error will be raised. We have patched the issue in GitHub commit 2b56169c16e375c521a3bc8ea658811cc0793784. The fix will be...

7.5CVSS6.9AI score0.0033EPSS
SaveExploits1
BDU FSTEC
BDU FSTEC
added 2022/11/14 12:0 a.m.9 views

The vulnerability of the _convert_from_str() function in the numpy.core module of the NumPy library allows a hacker to initiate data copying.

The vulnerability of the convertfromstr function in the numpy.core module of the NumPy library for Python is related to incorrect string comparisons. Exploiting this vulnerability could allow a malicious actor to initiate data copying through specially created objects...

5.3CVSS6.6AI score0.01561EPSS
SaveExploits1References5Affected Software3
OpenVAS
OpenVAS
added 2022/11/14 12:0 a.m.20 views

SUSE: Security Advisory (SUSE-SU-2022:3954-1)

The remote host is missing an update for the SPDX-FileCopyrightText: 2022 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5CVSS7.7AI score0.02681EPSS
SaveExploits1References5
Tenable Nessus
Tenable Nessus
added 2022/11/13 12:0 a.m.36 views

SUSE SLES12 Security Update : python-numpy (SUSE-SU-2022:3954-1)

The remote SUSE Linux SLES12 / SLESSAP12 host has packages installed that are affected by a vulnerability as referenced in the SUSE-SU-2022:3954-1 advisory. - CVE-2017-12852: Fixed missing input validation leading to infinite loops bsc1053963. Bugfixes: - Use update-alternatives for /usr/bin/f2py...

7.5CVSS6.9AI score0.02681EPSS
SaveExploits1References5
OSV
OSV
added 2022/11/11 11:3 a.m.7 views

SUSE-SU-2022:3954-1 Security update for python-numpy

This update for python-numpy fixes the following issues: - CVE-2017-12852: Fixed missing input validation leading to infinite loops bsc1053963. Bugfixes: - Use update-alternatives for /usr/bin/f2py bsc1199500...

7.5CVSS7.6AI score0.02681EPSS
SaveExploits1References4
Rows per page
Query Builder