Lucene search
+L

25 matches found

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

PYSEC-2026-3189 TensorFlow has Null Pointer Error in RandomShuffle with XLA enable

Impact NPE in RandomShuffle with XLA enable python import tensorflow as tf func = tf.rawops.RandomShuffle para = 'value': 1e+20, 'seed': -4294967297, 'seed2': -2147483649 @tf.functionjitcompile=True def test: y = funcpara return y test Patches We have patched the issue in GitHub commit...

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

TensorFlow has Null Pointer Error in RandomShuffle with XLA enable

ImpactNPE in RandomShuffle with XLA enable pythonimport tensorflow as tffunc = tf.rawops.RandomShufflepara = 'value': 1e+20, 'seed': -4294967297, 'seed2': [email protected]=Truedef test: y = funcpara return ytest PatchesWe have patched the issue in GitHub commit...

7.5CVSS6.6AI score0.00394EPSS
SaveExploits0References6Affected Software1
PyPA
PyPA
•added 2026/07/13 2:19 p.m.•18 views

TensorFlow has null dereference on ParallelConcat with XLA

ImpactWhen running with XLA, tf.rawops.ParallelConcat segfaults with a nullptr dereference when given a parameter shape with rank that is not greater than zero.pythonimport tensorflow as tffunc = tf.rawops.ParallelConcatpara = 'shape': 0, 'values': [email protected]=Truedef test: y = funcpa...

7.5CVSS6.6AI score0.00394EPSS
SaveExploits0References6Affected Software1
OSV
OSV
•added 2026/07/13 2:19 p.m.•12 views

PYSEC-2026-3287 TensorFlow has null dereference on ParallelConcat with XLA

Impact When running with XLA, tf.rawops.ParallelConcat segfaults with a nullptr dereference when given a parameter shape with rank that is not greater than zero. python import tensorflow as tf func = tf.rawops.ParallelConcat para = 'shape': 0, 'values': 1 @tf.functionjitcompile=True def test: y =...

7.5CVSS6.6AI score0.00394EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
•added 2026/07/13 12:00 a.m.•25 views

PT-2026-59896

Impact FPE in TensorListSplit with XLA python import tensorflow as tf func = tf.raw ops.TensorListSplit para = 'tensor': 1, 'element shape': -1, 'lengths': 0 @tf.functionjit compile=True def fuzz jit: y = funcpara return y printfuzz jit Patches We have patched the issue in GitHub commit...

7.5CVSS6.6AI score0.00394EPSS
SaveExploits0References7
PyPA
PyPA
•added 2026/07/07 11:45 a.m.•18 views

TensorFlow has Floating Point Exception in AvgPoolGrad with XLA

ImpactIf the stride and window size are not positive for tf.rawops.AvgPoolGrad, it can give an FPE.pythonimport tensorflow as tfimport numpy as [email protected]=Truedef test: y = tf.rawops.AvgPoolGradoriginputshape=1,0,0,0, grad=0.39117979, ksize=1,0,0,0, strides=1,0,0,0, padding="SAME",...

7.5CVSS6.6AI score0.00394EPSS
SaveExploits0References6Affected Software1
PyPA
PyPA
•added 2026/07/07 10:17 a.m.•19 views

TensorFlow has Floating Point Exception in TensorListSplit with XLA

ImpactFPE in TensorListSplit with XLA pythonimport tensorflow as tffunc = tf.rawops.TensorListSplitpara = 'tensor': 1, 'elementshape': -1, 'lengths': [email protected]=Truedef fuzzjit: y = funcpara return yprintfuzzjit PatchesWe have patched the issue in GitHub commit...

7.5CVSS6.6AI score0.00394EPSS
SaveExploits0References6Affected Software1
OSV
OSV
•added 2026/07/07 10:17 a.m.•13 views

PYSEC-2026-967 TensorFlow has Segfault in Bincount with XLA

Impact When running with XLA, tf.rawops.Bincount segfaults when given a parameter weights that is neither the same shape as parameter arr nor a length-0 tensor. python import tensorflow as tf func = tf.rawops.Bincount para='arr': 6, 'size': 804, 'weights': 52, 351 @tf.functionjitcompile=True def...

7.5CVSS6.9AI score0.00394EPSS
SaveExploits0References6
Microsoft CVE
Microsoft CVE
•added 2024/06/30 2:00 p.m.•13 views

TensorFlow has Null Pointer Error in RandomShuffle with XLA enable

...

7.5CVSS6.3AI score0.00394EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2024/06/30 2:00 p.m.•16 views

TensorFlow has Segfault in Bincount with XLA

...

7.5CVSS6.3AI score0.00394EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2024/06/30 2:00 p.m.•15 views

TensorFlow has null dereference on ParallelConcat with XLA

...

7.5CVSS6.3AI score0.00394EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2024/06/30 2:00 p.m.•14 views

TensorFlow has Floating Point Exception in AvgPoolGrad with XLA

...

7.5CVSS6.3AI score0.00394EPSS
SaveExploits0
Microsoft CVE
Microsoft CVE
•added 2024/06/30 2:00 p.m.•16 views

TensorFlow has Floating Point Exception in TensorListSplit with XLA

...

7.5CVSS6.3AI score0.00394EPSS
SaveExploits0
Snyk
Snyk
•added 2023/03/26 8:28 a.m.•9 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.00394EPSS
SaveExploits0References2
OSV
OSV
•added 2023/03/25 12:15 a.m.•17 views

AZL-35321 CVE-2023-25676 affecting package tensorflow for versions less than 2.11.1-1

TensorFlow is an open source machine learning platform. When running versions prior to 2.12.0 and 2.11.1 with XLA, tf.rawops.ParallelConcat segfaults with a nullptr dereference when given a parameter shape with rank that is not greater than zero. A fix is available in TensorFlow 2.12.0 and 2.11.1...

7.5CVSS6.6AI score0.00394EPSS
SaveExploits0References1
OSV
OSV
•added 2023/03/25 12:15 a.m.•19 views

AZL-35318 CVE-2023-25673 affecting package tensorflow for versions less than 2.11.1-1

TensorFlow is an open source platform for machine learning. Versions prior to 2.12.0 and 2.11.1 have a Floating Point Exception in TensorListSplit with XLA. A fix is included in TensorFlow version 2.12.0 and version 2.11.1...

7.5CVSS6.7AI score0.00394EPSS
SaveExploits0References1
OSV
OSV
•added 2023/03/25 12:15 a.m.•14 views

AZL-31213 CVE-2023-25673 affecting package tensorflow for versions less than 2.11.1-1

TensorFlow is an open source platform for machine learning. Versions prior to 2.12.0 and 2.11.1 have a Floating Point Exception in TensorListSplit with XLA. A fix is included in TensorFlow version 2.12.0 and version 2.11.1...

7.5CVSS6.7AI score0.00394EPSS
SaveExploits0References1
Debian CVE
Debian CVE
•added 2023/03/24 11:30 p.m.•16 views

CVE-2023-25673

TensorFlow is an open source platform for machine learning. Versions prior to 2.12.0 and 2.11.1 have a Floating Point Exception in TensorListSplit with XLA. A fix is included in TensorFlow version 2.12.0 and version 2.11.1...

7.5CVSS6.9AI score0.00394EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2023/03/24 11:13 p.m.•16 views

CVE-2023-25674

TensorFlow is an open source machine learning platform. Versions prior to 2.12.0 and 2.11.1 have a null pointer error in RandomShuffle with XLA enabled. A fix is included in TensorFlow 2.12.0 and 2.11.1...

7.5CVSS6.9AI score0.00394EPSS
SaveExploits0
Debian CVE
Debian CVE
•added 2023/03/24 11:10 p.m.•16 views

CVE-2023-25676

TensorFlow is an open source machine learning platform. When running versions prior to 2.12.0 and 2.11.1 with XLA, tf.rawops.ParallelConcat segfaults with a nullptr dereference when given a parameter shape with rank that is not greater than zero. A fix is available in TensorFlow 2.12.0 and 2.11.1...

7.5CVSS6.8AI score0.00394EPSS
SaveExploits0
Rows per page
Query Builder