Lucene search
+L

12107 matches found

OSV
OSV
added 2022/11/21 10:17 p.m.9 views

GHSA-RJX6-V474-2CH9 Segfault in `CompositeTensorVariantToComponents`

Impact An input encoded that is not a valid CompositeTensorVariant tensor will trigger a segfault in tf.rawops.CompositeTensorVariantToComponents. python import tensorflow as tf encode = tf.rawops.EmptyTensorListelementdtype=tf.int32, elementshape=10, 15, maxnumelements=2 meta= ""...

4.8CVSS7AI score0.0049EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2022/11/21 8:42 p.m.45 views

Segfault in `tf.raw_ops.TensorListConcat`

Impact If tf.rawops.TensorListConcat is given elementshape=, it results segmentation fault which can be used to trigger a denial of service attack. python import tensorflow as tf tf.rawops.TensorListConcat inputhandle=tf.data.experimental.tovarianttf.data.Dataset.fromtensorslices1, 2, 3,...

7.5CVSS7.4AI score0.0043EPSS
SaveExploits1References5Affected Software3
OSV
OSV
added 2022/11/21 8:42 p.m.5 views

GHSA-66VQ-54FQ-6JVV Segfault in `tf.raw_ops.TensorListConcat`

Impact If tf.rawops.TensorListConcat is given elementshape=, it results segmentation fault which can be used to trigger a denial of service attack. python import tensorflow as tf tf.rawops.TensorListConcat inputhandle=tf.data.experimental.tovarianttf.data.Dataset.fromtensorslices1, 2, 3,...

4.8CVSS7AI score0.0043EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2022/11/21 8:39 p.m.35 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
Github Security Blog
Github Security Blog
added 2022/11/21 8:39 p.m.36 views

Out of bounds segmentation fault due to unequal op inputs in Tensorflow

Impact tf.rawops.DynamicStitch specifies input sizes when it is registered. cpp REGISTEROP"DynamicStitch" .Input"indices: N int32" .Input"data: N T" .Output"merged: T" .Attr"N : int = 1" .Attr"T : type" .SetShapeFnDynamicStitchShapeFunction; When it receives a differing number of inputs, such as...

7.5CVSS7.5AI score0.0035EPSS
SaveExploits1References6Affected Software3
Veracode
Veracode
added 2022/11/20 11:05 p.m.42 views

Denial Of Service (DoS)

grub2 is vulnerable to Denial Of Service DoS. The vulnerability exists in grub2 package because of the unicode sequences not properly validate which may lead to a segmentation fault and an application crash...

7.1CVSS7.5AI score0.00872EPSS
SaveExploits0References3Affected Software2
Tenable Nessus
Tenable Nessus
added 2022/11/19 12:00 a.m.32 views

AlmaLinux 9 : fribidi (ALSA-2022:8011)

The remote AlmaLinux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2022:8011 advisory. - A stack-based buffer overflow flaw was found in the Fribidi package. This flaw allows an attacker to pass a specially crafted file to the Fribidi...

7.8CVSS6.7AI score0.00519EPSS
SaveExploits3References4
Tenable Nessus
Tenable Nessus
added 2022/11/19 12:00 a.m.60 views

AlmaLinux 9 : freetype (ALSA-2022:8340)

The remote AlmaLinux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2022:8340 advisory. - FreeType commit 1e2eb65048f75c64b68708efed6ce904c31f3b2f was discovered to contain a heap buffer overflow via the function sfntinitface. CVE-2022-27404 ...

9.8CVSS7.6AI score0.03419EPSS
SaveExploits2References4
Tenable Nessus
Tenable Nessus
added 2022/11/19 12:00 a.m.14 views

AlmaLinux 9 : e2fsprogs (ALSA-2022:8361)

The remote AlmaLinux 9 host has packages installed that are affected by a vulnerability as referenced in the ALSA-2022:8361 advisory. - An out-of-bounds read/write vulnerability was found in e2fsprogs 1.46.5. This issue leads to a segmentation fault and possibly arbitrary code execution via a...

7.8CVSS7.4AI score0.01382EPSS
SaveExploits0References2
NVD
NVD
added 2022/11/18 10:15 p.m.26 views

CVE-2022-41891

TensorFlow is an open source platform for machine learning. If tf.rawops.TensorListConcat is given elementshape=, it results segmentation fault which can be used to trigger a denial of service attack. We have patched the issue in GitHub commit fc33f3dc4c14051a83eec6535b608abe1d355fde. The fix wil...

7.5CVSS0.0043EPSS
SaveExploits1References3
OSV
OSV
added 2022/11/18 10:15 p.m.15 views

AZL-11530 CVE-2022-41891 affecting package tensorflow for versions less than 2.11.0-1

TensorFlow is an open source platform for machine learning. If tf.rawops.TensorListConcat is given elementshape=, it results segmentation fault which can be used to trigger a denial of service attack. We have patched the issue in GitHub commit fc33f3dc4c14051a83eec6535b608abe1d355fde. The fix wil...

7.5CVSS7.2AI score0.0043EPSS
SaveExploits1References1
Vulnrichment
Vulnrichment
added 2022/11/18 12:00 a.m.8 views

CVE-2022-41889 Segfault via invalid attributes in `pywrap_tfe_src.cc` in Tensorflow

TensorFlow is an open source platform for machine learning. If a list of quantized tensors is assigned to an attribute, the pywrap code fails to parse the tensor and returns a nullptr, which is not caught. An example can be seen in tf.compat.v1.extractvolumepatches by passing in quantized tensors...

5.5CVSS7.2AI score0.00404EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2022/11/18 12:00 a.m.10 views

CVE-2022-41891 Segfault in `tf.raw_ops.TensorListConcat` in Tensorflow

TensorFlow is an open source platform for machine learning. If tf.rawops.TensorListConcat is given elementshape=, it results segmentation fault which can be used to trigger a denial of service attack. We have patched the issue in GitHub commit fc33f3dc4c14051a83eec6535b608abe1d355fde. The fix wil...

4.8CVSS7AI score0.0043EPSS
SaveExploits1References3
CNNVD
CNNVD
added 2022/11/18 12:00 a.m.10 views

Google TensorFlow 安全漏洞

Google TensorFlow is an end-to-end open source platform for machine learning from Google, Inc. A denial of service vulnerability exists in Google TensorFlow versions prior to 2.8.4, 2.9.0 and later, 2.9.3 and later, 2.10.0 and later, and 2.10.1. TensorListConcat" is given "elementshape=", resulti...

7.5CVSS6.4AI score0.0043EPSS
SaveExploits1References4
CVE
CVE
added 2022/11/18 12:00 a.m.114 views

CVE-2022-41891

CVE-2022-41891 (TensorFlow) : A segmentation fault occurs in tf.raw_ops.TensorListConcat when element_shape is []; this can trigger a denial-of-service. A patch was committed (fc33f3dc4c14051a83eec6535b608abe1d355fde) and will be included in TensorFlow 2.11. TensorFlow 2.10.1, 2.9.3, and 2.8.4 wi...

7.5CVSS6AI score0.0043EPSS
SaveExploits1References3Affected Software1
Debian CVE
Debian CVE
added 2022/11/18 12:00 a.m.8 views

CVE-2022-41891

TensorFlow is an open source platform for machine learning. If tf.rawops.TensorListConcat is given elementshape=, it results segmentation fault which can be used to trigger a denial of service attack. We have patched the issue in GitHub commit fc33f3dc4c14051a83eec6535b608abe1d355fde. The fix wil...

7.5CVSS6.8AI score0.0043EPSS
SaveExploits1
Positive Technologies
Positive Technologies
added 2022/11/18 12:00 a.m.9 views

PT-2022-26122

Name of the Vulnerable Software and Affected Versions TensorFlow versions prior to 2.11 TensorFlow versions 2.10.1 and earlier TensorFlow versions 2.9.3 and earlier TensorFlow versions 2.8.4 and earlier Description The issue results in a segmentation fault when tf.raw ops.TensorListConcat is give...

7.5CVSS7.1AI score0.0043EPSS
SaveExploits1References17
Cvelist
Cvelist
added 2022/11/18 12:00 a.m.53 views

CVE-2022-41883 Out of bounds segmentation fault due to unequal op inputs in Tensorflow

TensorFlow is an open source platform for machine learning. When ops that have specified input sizes receive a differing number of inputs, the executor will crash. We have patched the issue in GitHub commit f5381e0e10b5a61344109c1b7c174c68110f7629. The fix will be included in TensorFlow 2.11. We...

6.8CVSS7.8AI score0.0035EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2022/11/17 12:00 a.m.40 views

Rocky Linux 8 : freetype (RLSA-2022:7745)

The remote Rocky Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2022:7745 advisory. - FreeType commit 1e2eb65048f75c64b68708efed6ce904c31f3b2f was discovered to contain a heap buffer overflow via the function sfntinitface. CVE-2022-2740...

9.8CVSS7.6AI score0.03419EPSS
SaveExploits2References7
Tenable Nessus
Tenable Nessus
added 2022/11/16 12:00 a.m.30 views

Oracle Linux 8 : fribidi (ELSA-2022-7514)

The remote Oracle Linux 8 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2022-7514 advisory. - Fix security issues CVE-2022-25308, CVE-2022-25309, CVE-2022-25310. Resolves: rhbz2050085, rhbz2050068, rhbz2050062 Tenable has extracted the precedi...

7.8CVSS6.6AI score0.00519EPSS
SaveExploits3References4
Rows per page
Query Builder