Lucene search
+L

9269 matches found

Github Security Blog
Github Security Blog
added 2023/03/24 9:54 p.m.32 views

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.5CVSS7.3AI score0.00394EPSS
SaveExploits0References4Affected Software3
OSV
OSV
added 2023/03/24 9:54 p.m.30 views

GHSA-GF97-Q72M-7579 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
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2023/03/24 9:54 p.m.34 views

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.5CVSS7.3AI score0.00394EPSS
SaveExploits0References4Affected Software3
OSV
OSV
added 2023/03/24 9:54 p.m.15 views

GHSA-7X4V-9GXG-9HWJ 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.5CVSS5.8AI score0.00394EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2023/03/24 9:54 p.m.40 views

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.5CVSS7.2AI score0.00394EPSS
SaveExploits0References4Affected Software3
Github Security Blog
Github Security Blog
added 2023/03/24 9:54 p.m.36 views

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.5CVSS7.2AI score0.00394EPSS
SaveExploits0References4Affected Software3
OSV
OSV
added 2023/03/24 9:54 p.m.16 views

GHSA-6WFH-89Q8-44JQ 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
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2023/03/24 9:53 p.m.39 views

TensorFlow has double free in Fractional(Max/Avg)Pool

Impact nnops.fractionalavgpoolv2 and nnops.fractionalmaxpoolv2 require the first and fourth elements of their parameter poolingratio to be equal to 1.0, as pooling on batch and channel dimensions is not supported. python import tensorflow as tf import os import numpy as np from...

8CVSS7.3AI score0.0015EPSS
SaveExploits0References4Affected Software3
OSV
OSV
added 2023/03/24 9:53 p.m.27 views

GHSA-F49C-87JH-G47Q TensorFlow has double free in Fractional(Max/Avg)Pool

Impact nnops.fractionalavgpoolv2 and nnops.fractionalmaxpoolv2 require the first and fourth elements of their parameter poolingratio to be equal to 1.0, as pooling on batch and channel dimensions is not supported. python import tensorflow as tf import os import numpy as np from...

8CVSS6.7AI score0.0015EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2023/03/24 9:53 p.m.43 views

TensorFlow has Floating Point Exception in TFLite in conv kernel

Impact Constructing a tflite model with a paramater filterinputchannel of less than 1 gives a FPE. Patches We have patched the issue in GitHub commit 34f8368c535253f5c9cb3a303297743b62442aaa. The fix will be included in TensorFlow 2.12. We will also cherrypick this commit on TensorFlow 2.11.1. Fo...

7.5CVSS7.2AI score0.00394EPSS
SaveExploits0References4Affected Software3
OSV
OSV
added 2023/03/24 9:53 p.m.19 views

GHSA-5W96-866F-6RM8 TensorFlow has Floating Point Exception in TFLite in conv kernel

Impact Constructing a tflite model with a paramater filterinputchannel of less than 1 gives a FPE. Patches We have patched the issue in GitHub commit 34f8368c535253f5c9cb3a303297743b62442aaa. The fix will be included in TensorFlow 2.12. We will also cherrypick this commit on TensorFlow 2.11.1. Fo...

7.5CVSS5.9AI score0.00394EPSS
SaveExploits0References4
OSV
OSV
added 2023/03/24 9:53 p.m.7 views

GHSA-68V3-G9CM-RMM6 TensorFlow vulnerable to Out-of-Bounds Read in GRUBlockCellGrad

Impact Out of bounds read in GRUBlockCellGrad python func = tf.rawops.GRUBlockCellGrad para = 'x': 21.1, 156.2, 83.3, 115.4, 'hprev': array136.5, 136.6, 'wru': array26.7, 0.8, 47.9, 26.1, 26.2, 26.3, 'wc': array 0.4, 31.5, 0.6, 'bru': array0.1, 0.2 , dtype=float32, 'bc': 0x41414141, 'r': array0.3...

7.5CVSS7AI score0.00387EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2023/03/24 9:53 p.m.26 views

TensorFlow vulnerable to Out-of-Bounds Read in GRUBlockCellGrad

Impact Out of bounds read in GRUBlockCellGrad python func = tf.rawops.GRUBlockCellGrad para = 'x': 21.1, 156.2, 83.3, 115.4, 'hprev': array136.5, 136.6, 'wru': array26.7, 0.8, 47.9, 26.1, 26.2, 26.3, 'wc': array 0.4, 31.5, 0.6, 'bru': array0.1, 0.2 , dtype=float32, 'bc': 0x41414141, 'r': array0.3...

7.5CVSS7.2AI score0.00387EPSS
SaveExploits0References4Affected Software3
Positive Technologies
Positive Technologies
added 2023/03/24 12:00 a.m.12 views

PT-2023-20238

Name of the Vulnerable Software and Affected Versions TensorFlow versions prior to 2.12.0 TensorFlow versions prior to 2.11.1 Description The issue occurs when running TensorFlow with XLA, where tf.raw ops.ParallelConcat segfaults with a nullptr dereference when given a parameter shape with rank...

7.5CVSS6.7AI score0.00394EPSS
SaveExploits0References19
Positive Technologies
Positive Technologies
added 2023/03/24 12:00 a.m.18 views

PT-2023-20225

Name of the Vulnerable Software and Affected Versions TensorFlow versions prior to 2.12.0 and 2.11.1 Description There is a heap buffer overflow in TAvgPoolGrad. The issue can be exploited by using the tf.raw ops.AvgPoolGrad function with specific parameters, such as ksize, strides, padding, data...

9.8CVSS6.1AI score0.00415EPSS
SaveExploits0References16
Positive Technologies
Positive Technologies
added 2023/03/24 12:00 a.m.11 views

PT-2023-20218

Name of the Vulnerable Software and Affected Versions TensorFlow versions prior to 2.12.0 and 2.11.1 Description TensorFlow, an open source platform for machine learning, has an issue where an out of bounds read occurs in GRUBlockCellGrad. The function tf.raw ops.GRUBlockCellGrad is affected, wit...

7.5CVSS7AI score0.00387EPSS
SaveExploits0References18
Positive Technologies
Positive Technologies
added 2023/03/24 12:00 a.m.14 views

PT-2023-20237

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 machine learning platform. When running with XLA, tf.raw ops.Bincount segfaults when given a parameter weights that is neither the...

7.5CVSS6.7AI score0.00394EPSS
SaveExploits0References19
Positive Technologies
Positive Technologies
added 2023/03/24 12:00 a.m.9 views

PT-2023-20236

Name of the Vulnerable Software and Affected Versions TensorFlow versions prior to 2.12.0 and 2.11.1 Description The issue is a null pointer error in RandomShuffle with XLA enabled. A fix is included in TensorFlow 2.12.0 and 2.11.1. The error can be triggered by using the tf.raw ops.RandomShuffle...

7.5CVSS6.7AI score0.00394EPSS
SaveExploits0References19
Positive Technologies
Positive Technologies
added 2023/03/24 12:00 a.m.11 views

PT-2023-20230

Name of the Vulnerable Software and Affected Versions TensorFlow versions prior to 2.12.0 and 2.11.1 Description The issue arises when the stride and window size are not positive for tf.raw ops.AvgPoolGrad, potentially causing a floating point exception. Recommendations For versions prior to...

7.5CVSS6AI score0.00394EPSS
SaveExploits0References19
Positive Technologies
Positive Technologies
added 2023/03/24 12:00 a.m.9 views

PT-2023-20221

Name of the Vulnerable Software and Affected Versions TensorFlow versions prior to 2.12.0 TensorFlow versions prior to 2.11.1 Description The issue occurs when the parameter summarize of tf.raw ops.Print is zero, causing the new method SummarizeArray to reference a nullptr, leading to a seg fault...

7.5CVSS6AI score0.00394EPSS
SaveExploits0References18
Rows per page
Query Builder