Lucene search
+L

9703 matches found

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

PYSEC-2026-3215 TensorFlow vulnerable to `CHECK` failure in `AvgPoolOp`

Impact The AvgPoolOp function takes an argument ksize that must be positive but is not checked. A negative ksize can trigger a CHECK failure and crash the program. python import tensorflow as tf import numpy as np value = np.ones1, 1, 1, 1 ksize = 1, 1e20, 1, 1 strides = 1, 1, 1, 1 padding = 'SAM...

5.9CVSS6.9AI score0.00721EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/13 2:19 p.m.12 views

PYSEC-2026-3128 TensorFlow segfault TFLite converter on per-channel quantized transposed convolutions

Impact When converting transposed convolutions using per-channel weight quantization the converter segfaults and crashes the Python process. python import tensorflow as tf class QuantConv2DTransposedtf.keras.layers.Layer: def buildself, inputshape: self.kernel = self.addweight"kernel", 3, 3,...

5.9CVSS6.1AI score0.00765EPSS
SaveExploits1References8
PyPA
PyPA
added 2026/07/13 2:19 p.m.20 views

TensorFlow segfault TFLite converter on per-channel quantized transposed convolutions

ImpactWhen converting transposed convolutions using per-channel weight quantization the converter segfaults and crashes the Python process.pythonimport tensorflow as tfclass QuantConv2DTransposedtf.keras.layers.Layer: def buildself, inputshape: self.kernel = self.addweight"kernel", 3, 3,...

7.5CVSS6.9AI score0.00765EPSS
SaveExploits1References8Affected Software1
Positive Technologies
Positive Technologies
added 2026/07/13 12:00 a.m.9 views

PT-2026-59907

Impact TFversion 2.11.0 //tensorflow/core/ops/array ops.cc:1067 const Tensor hypothesis shape t = c-input tensor2; std::vector dimshypothesis shape t-NumElements - 1; for int i = 0; i MakeDimstd::maxh valuesi, t valuesi; if hypothesis shape t is empty, hypothesis shape t-NumElements - 1 will be...

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

PT-2026-59897

Impact When ctx-step containter is a null ptr, the Lookup function will be executed with a null pointer. python import tensorflow as tf tf.raw ops.TensorArrayConcatV2handle='a', 'b', flow in = 0.1, dtype=tf.int32, element shape except0=1 Patches We have patched the issue in GitHub commit...

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

PT-2026-59734

Impact When ctx-step containter is a null ptr, the Lookup function will be executed with a null pointer. python import tensorflow as tf tf.raw ops.TensorArrayConcatV2handle='a', 'b', flow in = 0.1, dtype=tf.int32, element shape except0=1 Patches We have patched the issue in GitHub commit...

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

PT-2026-59793

Impact Integer overflow occurs when 2^31 = num frames height width channels 2^32, for example Full HD screencast of at least 346 frames. python import urllib.request dat =...

7.5CVSS6.7AI score0.00308EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/07/13 12:00 a.m.13 views

PT-2026-59806

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

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

PT-2026-59901

Impact Out of bounds read in GRUBlockCellGrad python func = tf.raw ops.GRUBlockCellGrad para = 'x': 21.1, 156.2, 83.3, 115.4, 'h prev': array136.5, 136.6, 'w ru': array26.7, 0.8, 47.9, 26.1, 26.2, 26.3, 'w c': array 0.4, 31.5, 0.6, 'b ru': array0.1, 0.2 , dtype=float32, 'b c': 0x41414141, 'r':...

7.5CVSS6.9AI score0.00387EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/07/13 12:00 a.m.15 views

PT-2026-59738

Impact Out of bounds read in GRUBlockCellGrad python func = tf.raw ops.GRUBlockCellGrad para = 'x': 21.1, 156.2, 83.3, 115.4, 'h prev': array136.5, 136.6, 'w ru': array26.7, 0.8, 47.9, 26.1, 26.2, 26.3, 'w c': array 0.4, 31.5, 0.6, 'b ru': array0.1, 0.2 , dtype=float32, 'b c': 0x41414141, 'r':...

7.5CVSS6.9AI score0.00387EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2026/07/13 12:00 a.m.16 views

PT-2026-59980

Impact If the stride and window size are not positive for tf.raw ops.AvgPoolGrad, it can give an FPE. python import tensorflow as tf import numpy as np @tf.functionjit compile=True def test: y = tf.raw ops.AvgPoolGradorig input shape=1,0,0,0, grad=0.39117979, ksize=1,0,0,0, strides=1,0,0,0,...

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

PT-2026-59990

Impact tf.raw ops.DynamicStitch specifies input sizes when it is registered. cpp REGISTER OP"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 a...

7.5CVSS6.9AI score0.00376EPSS
SaveExploits1References9
Positive Technologies
Positive Technologies
added 2026/07/13 12:00 a.m.16 views

PT-2026-59735

Impact If tf.raw ops.TensorListConcat is given element shape=, it results segmentation fault which can be used to trigger a denial of service attack. python import tensorflow as tf tf.raw ops.TensorListConcat input handle=tf.data.experimental.to varianttf.data.Dataset.from tensor slices1, 2, 3,...

7.5CVSS6.9AI score0.00463EPSS
SaveExploits1References8
Positive Technologies
Positive Technologies
added 2026/07/13 12:00 a.m.17 views

PT-2026-59982

Impact An input encoded that is not a valid CompositeTensorVariant tensor will trigger a segfault in tf.raw ops.CompositeTensorVariantToComponents. python import tensorflow as tf encode = tf.raw ops.EmptyTensorListelement dtype=tf.int32, element shape=10, 15, max num elements=2 meta= ""...

7.5CVSS6.9AI score0.00527EPSS
SaveExploits1References9
Positive Technologies
Positive Technologies
added 2026/07/13 12:00 a.m.15 views

PT-2026-59743

Impact When tf.raw ops.FusedResizeAndPadConv2D is given a large tensor shape, it overflows. python import tensorflow as tf mode = "REFLECT" strides = 1, 1, 1, 1 padding = "SAME" resize align corners = False input = tf.constant147, shape=3,3,1,1, dtype=tf.float16 size =...

7.5CVSS6.9AI score0.00463EPSS
SaveExploits1References8
Positive Technologies
Positive Technologies
added 2026/07/13 12:00 a.m.15 views

PT-2026-59782

Impact If FractionMaxPoolGrad is given outsize inputs row pooling sequence and col pooling sequence, TensorFlow will crash. python import tensorflow as tf tf.raw ops.FractionMaxPoolGrad orig input = 1, 1, 1, 1, 1, orig output = 1, 1, 1, out backprop = 3, 3, 6, row pooling sequence = -0x4000000, 1...

7.5CVSS6.9AI score0.00474EPSS
SaveExploits1References8
Positive Technologies
Positive Technologies
added 2026/07/13 12:00 a.m.13 views

PT-2026-59883

Impact When tf.raw ops.ResizeNearestNeighborGrad is given a large size input, it overflows. import tensorflow as tf align corners = True half pixel centers = False grads = tf.constant1, shape=1,8,16,3, dtype=tf.float16 size = tf.constant1879048192,1879048192, shape=2, dtype=tf.int32 tf.raw...

7.5CVSS6.9AI score0.00474EPSS
SaveExploits1References8
Positive Technologies
Positive Technologies
added 2026/07/13 12:00 a.m.16 views

PT-2026-59876

Impact An input pooling ratio that is smaller than 1 will trigger a heap OOB in tf.raw ops.FractionalMaxPool and tf.raw ops.FractionalAvgPool. Patches We have patched the issue in GitHub commit 216525144ee7c910296f5b05d214ca1327c9ce48. The fix will be included in TensorFlow 2.11.0. We will also...

9.8CVSS7AI score0.00631EPSS
SaveExploits1References7
Positive Technologies
Positive Technologies
added 2026/07/13 12:00 a.m.18 views

PT-2026-59954

Impact If SparseFillEmptyRowsGrad is given empty inputs, TensorFlow will crash. python import tensorflow as tf tf.raw ops.SparseFillEmptyRowsGrad reverse index map=, grad values=, name=None Patches We have patched the issue in GitHub commit af4a6a3c8b95022c351edae94560acc61253a1b8. The fix will b...

7.5CVSS6.9AI score0.00474EPSS
SaveExploits1References8
Positive Technologies
Positive Technologies
added 2026/07/13 12:00 a.m.19 views

PT-2026-59855

Impact If ThreadUnsafeUnigramCandidateSampler is given input filterbank channel count greater than the allowed max size, TensorFlow will crash. python import tensorflow as tf tf.raw ops.Mfcc spectrogram = 1.38, 6.32, 5.75, 9.51, sample rate = 2, upper frequency limit = 5.0, lower frequency limit ...

7.5CVSS6.9AI score0.00474EPSS
SaveExploits1References8
Rows per page
Query Builder