Lucene search
+L

43 matches found

OSV
OSV
added 2026/07/13 2:19 p.m.2 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.0044EPSS
SaveExploits1References7
OSV
OSV
added 2026/07/13 2:19 p.m.2 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.0044EPSS
SaveExploits1References7
OSV
OSV
added 2026/07/09 4:49 p.m.2 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.00316EPSS
SaveExploits1References12
OSV
OSV
added 2026/07/09 4:49 p.m.4 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.00314EPSS
SaveExploits1References13
OSV
OSV
added 2026/07/07 10:17 a.m.4 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.0044EPSS
SaveExploits1References7
OSV
OSV
added 2026/07/07 10:17 a.m.3 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.0044EPSS
SaveExploits1References7
EUVD
EUVD
added 2025/10/07 12:30 a.m.6 views

EUVD-2021-0423

Malware in sbrugna...

5.5CVSS5.4AI score0.0023EPSS
SaveExploits1References10
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2021-0359

Malware in sbrugna...

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

EUVD-2019-0140

Malware in sbrugna...

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

EUVD-2020-0215

Malware in sbrugna...

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

EUVD-2021-0421

Malware in sbrugna...

5.5CVSS5.3AI score0.0023EPSS
SaveExploits1References10
EUVD
EUVD
added 2025/10/03 8:7 p.m.37 views

EUVD-2022-6864

Malicious code in bioql PyPI...

7.5CVSS7.7AI score0.00567EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/03 8:7 p.m.27 views

EUVD-2022-7320

Malicious code in bioql PyPI...

7.5CVSS7.7AI score0.0044EPSS
SaveExploits1References5
EUVD
EUVD
added 2025/10/03 8:7 p.m.8 views

EUVD-2022-6936

Malicious code in bioql PyPI...

7.5CVSS7.7AI score0.00567EPSS
SaveExploits0References7
EUVD
EUVD
added 2025/10/03 8:7 p.m.5 views

EUVD-2022-7428

Malicious code in bioql PyPI...

7.5CVSS7.7AI score0.0044EPSS
SaveExploits1References5
RedhatCVE
RedhatCVE
added 2025/05/23 1:14 a.m.7 views

CVE-2022-41883

TensorFlow is an open source platform for machine learning. When ops that have specified input sizes receive a differing number of inputs, the executor will crash. We have patched the issue in GitHub commit f5381e0e10b5a61344109c1b7c174c68110f7629. The fix will be included in TensorFlow 2.11. We...

7.5CVSS6.7AI score0.0035EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 11:42 p.m.12 views

CVE-2022-41890

TensorFlow is an open source platform for machine learning. If BCast::ToShape is given input larger than an int32, it will crash, despite being supposed to handle up to an int64. An example can be seen in tf.experimental.numpy.outer by passing in large input to the input b. We have patched the...

7.5CVSS6.7AI score0.00439EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 11:41 p.m.6 views

CVE-2022-41897

TensorFlow is an open source platform for machine learning. If FractionMaxPoolGrad is given outsize inputs rowpoolingsequence and colpoolingsequence, TensorFlow will crash. We have patched the issue in GitHub commit d71090c3e5ca325bdf4b02eb236cfb3ee823e927. The fix will be included in TensorFlow...

7.5CVSS6.8AI score0.0044EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/22 11:10 p.m.7 views

CVE-2022-36015

TensorFlow is an open source platform for machine learning. When RangeSize receives values that do not fit into an int64t, it crashes. We have patched the issue in GitHub commit 37e64539cd29fcfb814c4451152a60f5d107b0f0. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this...

7.5CVSS6.7AI score0.00567EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2025/05/22 11:4 p.m.9 views

CVE-2022-41896

TensorFlow is an open source platform for machine learning. If ThreadUnsafeUnigramCandidateSampler is given input filterbankchannelcount greater than the allowed max size, TensorFlow will crash. We have patched the issue in GitHub commit 39ec7eaf1428e90c37787e5b3fbd68ebd3c48860. The fix will be...

7.5CVSS6.7AI score0.0044EPSS
SaveExploits1References1
Rows per page
Query Builder