Lucene search
+L

19 matches found

OSV
OSV
added 2026/07/13 2:19 p.m.8 views

PYSEC-2026-3115 TensorFlow has Floating Point Exception in TensorListSplit with XLA

Impact FPE in TensorListSplit with XLA python import tensorflow as tf func = tf.rawops.TensorListSplit para = 'tensor': 1, 'elementshape': -1, 'lengths': 0 @tf.functionjitcompile=True def fuzzjit: y = funcpara return y printfuzzjit Patches We have patched the issue in GitHub commit...

7.5CVSS6.6AI score0.00391EPSS
SaveExploits0References6
PyPA
PyPA
added 2026/07/13 2:19 p.m.19 views

`CHECK_EQ` fail in `tf.raw_ops.TensorListResize`

ImpactIf tf.rawops.TensorListResize is given a nonscalar value for input size, it results CHECK fail which can be used to trigger a denial of service attack.pythonimport numpy as npimport tensorflow as tfa = datastructures.tftensorlistnewelements = tf.constantvalue=3, 4, 5b = np.zeros0, 2, 3,...

7.5CVSS6.9AI score0.00439EPSS
SaveExploits1References7Affected Software1
OSV
OSV
added 2026/07/13 2:19 p.m.7 views

PYSEC-2026-3283 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.8CVSS6.1AI score0.0043EPSS
SaveExploits1References7
OSV
OSV
added 2026/07/13 2:19 p.m.8 views

PYSEC-2026-3284 `CHECK_EQ` fail in `tf.raw_ops.TensorListResize`

Impact If tf.rawops.TensorListResize is given a nonscalar value for input size, it results CHECK fail which can be used to trigger a denial of service attack. python import numpy as np import tensorflow as tf a = datastructures.tftensorlistnewelements = tf.constantvalue=3, 4, 5 b = np.zeros0, 2, ...

4.8CVSS6.9AI score0.00439EPSS
SaveExploits1References7
OSV
OSV
added 2026/07/13 2:19 p.m.11 views

PYSEC-2026-3243 TensorFlow vulnerable to `CHECK` failure in `TensorListReserve` via missing validation

Impact In core/kernels/listkernels.cc's TensorListReserve, numelements is assumed to be a tensor of size 1. When a numelements of more than 1 element is provided, then tf.rawops.TensorListReserve fails the CHECKEQ in CheckIsAlignedAndSingleElement. python import tensorflow as tf...

5.9CVSS6.9AI score0.00567EPSS
SaveExploits0References8
PyPA
PyPA
added 2026/07/07 10:17 a.m.13 views

`CHECK_EQ` fail in `tf.raw_ops.TensorListResize`

ImpactIf tf.rawops.TensorListResize is given a nonscalar value for input size, it results CHECK fail which can be used to trigger a denial of service attack.pythonimport numpy as npimport tensorflow as tfa = datastructures.tftensorlistnewelements = tf.constantvalue=3, 4, 5b = np.zeros0, 2, 3,...

7.5CVSS7AI score0.00439EPSS
SaveExploits1References7Affected Software1
OSV
OSV
added 2026/07/07 10:17 a.m.7 views

PYSEC-2026-958 `CHECK_EQ` fail in `tf.raw_ops.TensorListResize`

Impact If tf.rawops.TensorListResize is given a nonscalar value for input size, it results CHECK fail which can be used to trigger a denial of service attack. python import numpy as np import tensorflow as tf a = datastructures.tftensorlistnewelements = tf.constantvalue=3, 4, 5 b = np.zeros0, 2, ...

4.8CVSS5.9AI score0.00439EPSS
SaveExploits1References7
RedhatCVE
RedhatCVE
added 2025/05/22 8:54 p.m.13 views

CVE-2021-37644

TensorFlow is an end-to-end open source platform for machine learning. In affected versions providing a negative element to numelements list argument of tf.rawops.TensorListReserve causes the runtime to abort the process due to reallocating a std::vector to have a negative number of elements. The...

5.5CVSS5.9AI score0.00152EPSS
SaveExploits0References1
Snyk
Snyk
added 2023/03/26 8:28 a.m.4 views

Denial of Service (DoS)

Overview Affected versions of this package are vulnerable to Denial of Service DoS due to a floating point exception in TensorListSplit with XLA. PoC import tensorflow as tf func = tf.rawops.TensorListSplit para = 'tensor': 1, 'elementshape': -1, 'lengths': 0 @tf.functionjitcompile=True def...

7.5CVSS7AI score0.00391EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2023/03/24 12:0 a.m.4 views

PT-2023-20235

Name of the Vulnerable Software and Affected Versions TensorFlow versions prior to 2.12.0 TensorFlow versions prior to 2.11.1 Description TensorFlow is an open source platform for machine learning. The issue is related to a Floating Point Exception in TensorListSplit with XLA. A fix is included i...

7.5CVSS6.7AI score0.00391EPSS
SaveExploits0References20
Microsoft CVE
Microsoft CVE
added 2022/12/02 8:0 a.m.6 views

`CHECK_EQ` fail in `tf.raw_ops.TensorListResize` in Tensorflow

...

7.5CVSS7.6AI score0.00439EPSS
SaveExploits1
OSV
OSV
added 2022/11/21 11:51 p.m.19 views

GHSA-XF83-Q765-XM6M `CHECK` fail in `TensorListScatter` and `TensorListScatterV2` in eager mode

Impact Another instance of CVE-2022-35991, where TensorListScatter and TensorListScatterV2 crash via non scalar inputs inelementshape, was found in eager mode and fixed. python import tensorflow as tf arg0=tf.random.uniformshape=2, 2, 2, dtype=tf.float16, maxval=None arg1=tf.random.uniformshape=2...

6.8AI score
SaveExploits0References2
Snyk
Snyk
added 2022/11/20 9:8 a.m.3 views

Reachable Assertion

Overview Affected versions of this package are vulnerable to Reachable Assertion when tf.rawops.TensorListResize is given a nonscalar value for input size. It will results in a CHECK fail which can be used to trigger a denial of service attack. Remediation Upgrade tensorflow-lite to version 2.12....

7.5CVSS6.8AI score0.00439EPSS
SaveExploits1References3
OSV
OSV
added 2022/11/18 10:15 p.m.9 views

AZL-11531 CVE-2022-41893 affecting package tensorflow for versions less than 2.11.0-1

TensorFlow is an open source platform for machine learning. If tf.rawops.TensorListResize is given a nonscalar value for input size, it results CHECK fail which can be used to trigger a denial of service attack. We have patched the issue in GitHub commit 888e34b49009a4e734c27ab0c43b0b5102682c56...

7.5CVSS7.2AI score0.00439EPSS
SaveExploits1References1
CNNVD
CNNVD
added 2022/11/18 12:0 a.m.9 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
OSV
OSV
added 2022/09/16 10:15 p.m.7 views

GHSA-VM7X-4QHJ-RRCQ TensorFlow vulnerable to `CHECK` fail in `TensorListScatter` and `TensorListScatterV2`

Impact When TensorListScatter and TensorListScatterV2 receive an elementshape of a rank greater than one, they give a CHECK fail that can trigger a denial of service attack. python import tensorflow as tf arg0=tf.random.uniformshape=2, 2, 2, dtype=tf.float16, maxval=None...

5.9CVSS6.9AI score0.00457EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2022/09/16 12:0 a.m.7 views

PT-2022-23096

Name of the Vulnerable Software and Affected Versions TensorFlow versions prior to 2.10.0 TensorFlow versions 2.9.1 and earlier TensorFlow versions 2.8.1 and earlier TensorFlow versions 2.7.2 and earlier Description The issue arises when EmptyTensorList receives an input element shape with more...

7.5CVSS7.1AI score0.0042EPSS
SaveExploits0References12
OSV
OSV
added 2021/08/25 2:43 p.m.25 views

GHSA-27J5-4P9V-PP67 `std::abort` raised from `TensorListReserve`

Impact Providing a negative element to numelements list argument of tf.rawops.TensorListReserve causes the runtime to abort the process due to reallocating a std::vector to have a negative number of elements: python import tensorflow as tf tf.rawops.TensorListReserve elementshape = tf.constant1,...

5.7CVSS5.8AI score0.00152EPSS
SaveExploits0References7
PyPA
PyPA
added 2021/08/12 9:15 p.m.10 views

PYSEC-2021-557

TensorFlow is an end-to-end open source platform for machine learning. In affected versions providing a negative element to numelements list argument of tf.rawops.TensorListReserve causes the runtime to abort the process due to reallocating a std::vector to have a negative number of elements. The...

5.5CVSS6.9AI score0.00152EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder