Lucene search
+L

9743 matches found

OSV
OSV
•added 2022/05/24 10:11 p.m.•18 views

GHSA-JJM6-4VF7-CJH4 Integer overflow in `SpaceToBatchND`

Impact The implementation of tf.rawops.SpaceToBatchND in all backends such as XLA and handwritten kernels is vulnerable to an integer overflow: python import tensorflow as tf input = tf.constant-3.5e+35, shape=10,19,22, dtype=tf.float32 blockshape = tf.constant-1879048192, shape=2, dtype=tf.int64...

5.5CVSS5.8AI score0.00335EPSS
SaveExploits1References9
Github Security Blog
Github Security Blog
•added 2022/05/24 10:11 p.m.•51 views

Integer overflow in `SpaceToBatchND`

Impact The implementation of tf.rawops.SpaceToBatchND in all backends such as XLA and handwritten kernels is vulnerable to an integer overflow: python import tensorflow as tf input = tf.constant-3.5e+35, shape=10,19,22, dtype=tf.float32 blockshape = tf.constant-1879048192, shape=2, dtype=tf.int64...

5.5CVSS6.3AI score0.00335EPSS
SaveExploits1References9Affected Software3
Github Security Blog
Github Security Blog
•added 2022/05/24 10:10 p.m.•38 views

Denial of service in `tf.ragged.constant` due to lack of validation

Impact The implementation of tf.ragged.constant does not fully validate the input arguments. This results in a denial of service by consuming all available memory: python import tensorflow as tf tf.ragged.constantpylist=,raggedrank=8968073515812833920 Patches We have patched the issue in GitHub...

5.5CVSS6.1AI score0.00319EPSS
SaveExploits1References10Affected Software3
OSV
OSV
•added 2022/05/24 10:10 p.m.•13 views

GHSA-CWPM-F78V-7M5C Denial of service in `tf.ragged.constant` due to lack of validation

Impact The implementation of tf.ragged.constant does not fully validate the input arguments. This results in a denial of service by consuming all available memory: python import tensorflow as tf tf.ragged.constantpylist=,raggedrank=8968073515812833920 Patches We have patched the issue in GitHub...

5.5CVSS5.8AI score0.00319EPSS
SaveExploits1References10
Github Security Blog
Github Security Blog
•added 2022/05/24 10:10 p.m.•46 views

Missing validation results in undefined behavior in `QuantizedConv2D`

Impact The implementation of tf.rawops.QuantizedConv2D does not fully validate the input arguments: python import tensorflow as tf input = tf.constant1, shape=1, 2, 3, 3, dtype=tf.quint8 filter = tf.constant1, shape=1, 2, 3, 3, dtype=tf.quint8 bad args mininput = tf.constant, shape=0,...

5.5CVSS5.9AI score0.00335EPSS
SaveExploits1References9Affected Software3
OSV
OSV
•added 2022/05/24 10:10 p.m.•21 views

GHSA-PQHM-4WVF-2JG8 Missing validation results in undefined behavior in `QuantizedConv2D`

Impact The implementation of tf.rawops.QuantizedConv2D does not fully validate the input arguments: python import tensorflow as tf input = tf.constant1, shape=1, 2, 3, 3, dtype=tf.quint8 filter = tf.constant1, shape=1, 2, 3, 3, dtype=tf.quint8 bad args mininput = tf.constant, shape=0,...

5.5CVSS5.8AI score0.00335EPSS
SaveExploits1References9
Github Security Blog
Github Security Blog
•added 2022/05/24 10:10 p.m.•36 views

Missing validation causes denial of service via `LSTMBlockCell`

Impact The implementation of tf.rawops.LSTMBlockCell does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack: python import tensorflow as tf tf.rawops.LSTMBlockCell x=tf.constant0.837607, shape=28,29, dtype=tf.float32,...

5.5CVSS6AI score0.0032EPSS
SaveExploits1References9Affected Software3
OSV
OSV
•added 2022/05/24 10:10 p.m.•27 views

GHSA-2VV3-56QG-G2CF Missing validation causes denial of service via `LSTMBlockCell`

Impact The implementation of tf.rawops.LSTMBlockCell does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack: python import tensorflow as tf tf.rawops.LSTMBlockCell x=tf.constant0.837607, shape=28,29, dtype=tf.float32,...

5.5CVSS5.8AI score0.0032EPSS
SaveExploits1References9
OSV
OSV
•added 2022/05/24 10:09 p.m.•8 views

GHSA-P9RC-RMR5-529J Missing validation causes denial of service via `LoadAndRemapMatrix`

Impact The implementation of tf.rawops.LoadAndRemapMatrix does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack: python import tensorflow as tf ckptpath = tf.constant...

5.5CVSS5.8AI score0.0032EPSS
SaveExploits1References9
Github Security Blog
Github Security Blog
•added 2022/05/24 10:09 p.m.•33 views

Missing validation causes denial of service via `LoadAndRemapMatrix`

Impact The implementation of tf.rawops.LoadAndRemapMatrix does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack: python import tensorflow as tf ckptpath = tf.constant...

5.5CVSS6.3AI score0.0032EPSS
SaveExploits1References9Affected Software3
Github Security Blog
Github Security Blog
•added 2022/05/24 10:08 p.m.•65 views

Missing validation causes denial of service via `SparseTensorToCSRSparseMatrix`

Impact The implementation of tf.rawops.SparseTensorToCSRSparseMatrix does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack: python import tensorflow as tf indices = tf.constant53, shape=3, dtype=tf.int64 values =...

5.5CVSS6.3AI score0.0032EPSS
SaveExploits1References9Affected Software3
OSV
OSV
•added 2022/05/24 10:08 p.m.•22 views

GHSA-MG66-QVC5-RM93 Missing validation causes denial of service via `SparseTensorToCSRSparseMatrix`

Impact The implementation of tf.rawops.SparseTensorToCSRSparseMatrix does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack: python import tensorflow as tf indices = tf.constant53, shape=3, dtype=tf.int64 values =...

5.5CVSS5.8AI score0.0032EPSS
SaveExploits1References9
OSV
OSV
•added 2022/05/24 10:08 p.m.•21 views

GHSA-HRG5-737C-2P56 Missing validation causes denial of service via `UnsortedSegmentJoin`

Impact The implementation of tf.rawops.UnsortedSegmentJoin does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack: python import tensorflow as tf tf.rawops.UnsortedSegmentJoin inputs=tf.constant"this", shape=12,...

5.5CVSS6AI score0.0032EPSS
SaveExploits1References9
Github Security Blog
Github Security Blog
•added 2022/05/24 10:08 p.m.•49 views

Missing validation causes denial of service via `UnsortedSegmentJoin`

Impact The implementation of tf.rawops.UnsortedSegmentJoin does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack: python import tensorflow as tf tf.rawops.UnsortedSegmentJoin inputs=tf.constant"this", shape=12,...

5.5CVSS6.3AI score0.0032EPSS
SaveExploits1References9Affected Software3
Github Security Blog
Github Security Blog
•added 2022/05/24 10:07 p.m.•63 views

Missing validation causes denial of service via `Conv3DBackpropFilterV2`

Impact The implementation of tf.rawops.Conv3DBackpropFilterV2 does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack: python import tensorflow as tf tf.rawops.Conv3DBackpropFilterV2 input=tf.constant.5053710941,...

5.5CVSS6.3AI score0.0032EPSS
SaveExploits1References9Affected Software3
OSV
OSV
•added 2022/05/24 10:07 p.m.•31 views

GHSA-H48F-Q7RW-HVR7 Missing validation causes denial of service via `StagePeek`

Impact The implementation of tf.rawops.StagePeek does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack: python import tensorflow as tf index = tf.constant, shape=0, dtype=tf.int32 tf.rawops.StagePeekindex=index,...

5.5CVSS6AI score0.0032EPSS
SaveExploits1References9
Github Security Blog
Github Security Blog
•added 2022/05/24 10:07 p.m.•56 views

Missing validation causes denial of service via `StagePeek`

Impact The implementation of tf.rawops.StagePeek does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack: python import tensorflow as tf index = tf.constant, shape=0, dtype=tf.int32 tf.rawops.StagePeekindex=index,...

5.5CVSS6.3AI score0.0032EPSS
SaveExploits1References9Affected Software3
OSV
OSV
•added 2022/05/24 10:06 p.m.•16 views

GHSA-H5G4-PPWX-48Q2 Missing validation causes denial of service via `DeleteSessionTensor`

Impact The implementation of tf.rawops.DeleteSessionTensor does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack: python import tensorflow as tf handle = tf.constant"", shape=0, dtype=tf.string...

5.5CVSS5.8AI score0.00328EPSS
SaveExploits1References9
Github Security Blog
Github Security Blog
•added 2022/05/24 10:06 p.m.•58 views

Missing validation causes denial of service via `DeleteSessionTensor`

Impact The implementation of tf.rawops.DeleteSessionTensor does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack: python import tensorflow as tf handle = tf.constant"", shape=0, dtype=tf.string...

5.5CVSS6AI score0.00328EPSS
SaveExploits1References9Affected Software3
OSV
OSV
•added 2022/05/24 10:06 p.m.•13 views

GHSA-H2WQ-PRV9-2F56 Missing validation crashes `QuantizeAndDequantizeV4Grad`

Impact The implementation of tf.rawops.QuantizeAndDequantizeV4Grad does not fully validate the input arguments. This results in a CHECK-failure which can be used to trigger a denial of service attack: python import tensorflow as tf tf.rawops.QuantizeAndDequantizeV4Grad gradients=tf.constant1,...

5.5CVSS5.8AI score0.00343EPSS
SaveExploits1References9
Rows per page
Query Builder