Lucene search
+L

53 matches found

PyPA
PyPA
•added 2026/07/13 2:19 p.m.•18 views

`CHECK` fail via inputs in `SparseFillEmptyRowsGrad`

ImpactIf SparseFillEmptyRowsGrad is given empty inputs, TensorFlow will crash.pythonimport tensorflow as tftf.rawops.SparseFillEmptyRowsGrad reverseindexmap=, gradvalues=, name=None PatchesWe have patched the issue in GitHub commit af4a6a3c8b95022c351edae94560acc61253a1b8.The fix will be included...

7.5CVSS6.9AI score0.00474EPSS
SaveExploits1References7Affected Software1
PyPA
PyPA
•added 2026/07/13 2:19 p.m.•19 views

`CHECK` fail via inputs in `SparseFillEmptyRowsGrad`

ImpactIf SparseFillEmptyRowsGrad is given empty inputs, TensorFlow will crash.pythonimport tensorflow as tftf.rawops.SparseFillEmptyRowsGrad reverseindexmap=, gradvalues=, name=None PatchesWe have patched the issue in GitHub commit af4a6a3c8b95022c351edae94560acc61253a1b8.The fix will be included...

7.5CVSS6.9AI score0.00474EPSS
SaveExploits1References7Affected Software1
PyPA
PyPA
•added 2026/07/13 2:19 p.m.•22 views

`FractionalMaxPoolGrad` Heap out of bounds read

ImpactIf FractionMaxPoolGrad is given outsize inputs rowpoolingsequence and colpoolingsequence, TensorFlow will crash.pythonimport tensorflow as tftf.rawops.FractionMaxPoolGrad originput = 1, 1, 1, 1, 1, origoutput = 1, 1, 1, outbackprop = 3, 3, 6, rowpoolingsequence = -0x4000000, 1, 1,...

7.5CVSS6.9AI score0.00474EPSS
SaveExploits1References7Affected Software1
PyPA
PyPA
•added 2026/07/13 2:19 p.m.•20 views

`FractionalMaxPoolGrad` Heap out of bounds read

ImpactIf FractionMaxPoolGrad is given outsize inputs rowpoolingsequence and colpoolingsequence, TensorFlow will crash.pythonimport tensorflow as tftf.rawops.FractionMaxPoolGrad originput = 1, 1, 1, 1, 1, origoutput = 1, 1, 1, outbackprop = 3, 3, 6, rowpoolingsequence = -0x4000000, 1, 1,...

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

PYSEC-2026-3165 `FractionalMaxPoolGrad` Heap out of bounds read

Impact If FractionMaxPoolGrad is given outsize inputs rowpoolingsequence and colpoolingsequence, TensorFlow will crash. python import tensorflow as tf tf.rawops.FractionMaxPoolGrad originput = 1, 1, 1, 1, 1, origoutput = 1, 1, 1, outbackprop = 3, 3, 6, rowpoolingsequence = -0x4000000, 1, 1,...

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

PYSEC-2026-3369 `tf.raw_ops.Mfcc` crashes

Impact If ThreadUnsafeUnigramCandidateSampler is given input filterbankchannelcount greater than the allowed max size, TensorFlow will crash. python import tensorflow as tf tf.rawops.Mfcc spectrogram = 1.38, 6.32, 5.75, 9.51, samplerate = 2, upperfrequencylimit = 5.0, lowerfrequencylimit = 1.0,...

4.8CVSS6.9AI score0.00474EPSS
SaveExploits1References7
PyPA
PyPA
•added 2026/07/13 2:19 p.m.•22 views

Overflow in `tf.keras.losses.poisson`

Impacttf.keras.losses.poisson receives a ypred and ytrue that are passed through functor::mul in BinaryOp. If the resulting dimensions overflow an int32, TensorFlow will crash due to a size mismatch during broadcast assignment.pythonimport numpy as npimport tensorflow as tftruevalue =...

7.5CVSS7AI score0.00474EPSS
SaveExploits1References8Affected Software1
Positive Technologies
Positive Technologies
•added 2026/07/13 12:00 a.m.•15 views

PT-2026-59753

Impact tf.keras.losses.poisson receives a y pred and y true that are passed through functor::mul in BinaryOp. If the resulting dimensions overflow an int32, TensorFlow will crash due to a size mismatch during broadcast assignment. python import numpy as np import tensorflow as tf true value =...

7.5CVSS7AI score0.00474EPSS
SaveExploits1References9
Positive Technologies
Positive Technologies
•added 2026/07/13 12:00 a.m.•12 views

PT-2026-59832

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...

7.5CVSS6.9AI score0.00721EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
•added 2026/07/13 12:00 a.m.•18 views

PT-2026-59983

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
OSV
OSV
•added 2026/07/09 4:49 p.m.•12 views

PYSEC-2026-3299 Core dump when loading TFLite models with quantization in TensorFlow

Impact Certain TFLite models that were created using TFLite model converter would crash when loaded in the TFLite interpreter. The culprit is that during quantization the scale of values could be greater than 1 but code was always assuming sub-unit scaling. Thus, since code was calling...

5.5CVSS6.2AI score0.00319EPSS
SaveExploits1References12
OSV
OSV
•added 2026/07/09 4:49 p.m.•13 views

PYSEC-2026-3382 Segfault if `tf.histogram_fixed_width` is called with NaN values in TensorFlow

Impact The implementation of tf.histogramfixedwidth is vulnerable to a crash when the values array contain NaN elements: python import tensorflow as tf import numpy as np tf.histogramfixedwidthvalues=np.nan, valuerange=1,2 The implementation assumes that all floating point operations are defined...

5.5CVSS6.2AI score0.00316EPSS
SaveExploits1References13
PyPA
PyPA
•added 2026/07/07 10:17 a.m.•21 views

`CHECK` fail via inputs in `SparseFillEmptyRowsGrad`

ImpactIf SparseFillEmptyRowsGrad is given empty inputs, TensorFlow will crash.pythonimport tensorflow as tftf.rawops.SparseFillEmptyRowsGrad reverseindexmap=, gradvalues=, name=None PatchesWe have patched the issue in GitHub commit af4a6a3c8b95022c351edae94560acc61253a1b8.The fix will be included...

7.5CVSS7AI score0.00474EPSS
SaveExploits1References7Affected Software1
OSV
OSV
•added 2026/07/07 10:17 a.m.•14 views

PYSEC-2026-1008 `CHECK` fail via inputs in `SparseFillEmptyRowsGrad`

Impact If SparseFillEmptyRowsGrad is given empty inputs, TensorFlow will crash. python import tensorflow as tf tf.rawops.SparseFillEmptyRowsGrad reverseindexmap=, gradvalues=, name=None Patches We have patched the issue in GitHub commit af4a6a3c8b95022c351edae94560acc61253a1b8. The fix will be...

4.8CVSS6.9AI score0.00474EPSS
SaveExploits1References7
OSV
OSV
•added 2026/07/07 10:17 a.m.•16 views

PYSEC-2026-984 `FractionalMaxPoolGrad` Heap out of bounds read

Impact If FractionMaxPoolGrad is given outsize inputs rowpoolingsequence and colpoolingsequence, TensorFlow will crash. python import tensorflow as tf tf.rawops.FractionMaxPoolGrad originput = 1, 1, 1, 1, 1, origoutput = 1, 1, 1, outbackprop = 3, 3, 6, rowpoolingsequence = -0x4000000, 1, 1,...

4.8CVSS6.9AI score0.00474EPSS
SaveExploits1References7
EUVD
EUVD
•added 2025/10/07 12:30 a.m.•17 views

EUVD-2021-0421

Malware in sbrugna...

5.5CVSS5.3AI score0.00238EPSS
SaveExploits1References10
EUVD
EUVD
•added 2025/10/07 12:30 a.m.•22 views

EUVD-2021-0359

Malware in sbrugna...

5.5CVSS5.3AI score0.0023EPSS
SaveExploits1References11
EUVD
EUVD
•added 2025/10/07 12:30 a.m.•21 views

EUVD-2020-0215

Malware in sbrugna...

4.4CVSS4.6AI score0.00212EPSS
SaveExploits1References9
EUVD
EUVD
•added 2025/10/07 12:30 a.m.•15 views

EUVD-2019-0140

Malware in sbrugna...

8.1CVSS7.9AI score0.00517EPSS
SaveExploits0References9
EUVD
EUVD
•added 2025/10/07 12:30 a.m.•14 views

EUVD-2021-0423

Malware in sbrugna...

5.5CVSS5.4AI score0.00238EPSS
SaveExploits1References10
Rows per page
Query Builder