Lucene search
+L

268 matches found

OSV
OSV
added 2026/07/09 4:49 p.m.6 views

PYSEC-2026-3211 Type confusion leading to segfault in Tensorflow

Impact The implementation of shape inference for ConcatV2 can be used to trigger a denial of service attack via a segfault caused by a type confusion: python import tensorflow as tf @tf.function def test: y = tf.rawops.ConcatV2 values=1,2,3,4,5,6, axis = 0xb500005b return y test The axis argument...

7.1CVSS6.6AI score0.00845EPSS
SaveExploits1References10
OSV
OSV
added 2026/07/09 4:49 p.m.4 views

PYSEC-2026-3241 Crash when type cannot be specialized in Tensorflow

Impact Under certain scenarios, TensorFlow can fail to specialize a type during shape inference: cc void InferenceContext::PreInputInit const OpDef& opdef, const std::vector& inputtensors, const std::vector& inputtensorsasshapes const auto ret = fulltype::SpecializeTypeattrs, opdef;...

7.1CVSS6.7AI score0.00992EPSS
SaveExploits1References9
OSV
OSV
added 2026/07/09 4:49 p.m.3 views

PYSEC-2026-3121 Out of bounds read in Tensorflow

Impact The implementation of shape inference for ReverseSequence does not fully validate the value of batchdim and can result in a heap OOB read: python import tensorflow as tf @tf.function def test: y = tf.rawops.ReverseSequence input = 'aaa','bbb', seqlengths = 1,1,1, seqdim = -10, batchdim = -...

8.1CVSS6.9AI score0.01125EPSS
SaveExploits1References10
OSV
OSV
added 2026/07/09 4:49 p.m.5 views

PYSEC-2026-3113 Abort caused by allocating a vector that is too large in Tensorflow

Impact During shape inference, TensorFlow can allocate a large vector based on a value from a tensor controlled by the user: cc const auto numdims = Valueshapedim; std::vector dims; dims.reservenumdims; Patches We have patched the issue in GitHub commit 1361fb7e29449629e1df94d44e0427ebec8c83c7. T...

6.5CVSS6.7AI score0.00821EPSS
SaveExploits1References9
OSV
OSV
added 2026/07/09 4:49 p.m.3 views

PYSEC-2026-3159 Integer overflow in Tensorflow

Impact The implementation of shape inference for Dequantize is vulnerable to an integer overflow weakness: python import tensorflow as tf input = tf.constant1,1,dtype=tf.qint32 @tf.function def test: y = tf.rawops.Dequantize input=input, minrange=1.0, maxrange=10.0, mode='MINCOMBINED',...

7.6CVSS7AI score0.00659EPSS
SaveExploits1References9
CVE
CVE
added 2026/07/04 7:0 p.m.54 views

CVE-2026-14647

ONNX Runtime (onnxruntime) up to 1.21.x is affected by CVE-2026-14647 due to a weakness in convPoolShapeInference_opset19 in ONNX’s old.cc (onnx/defs/nn). The root cause is an out-of-bounds read introduced in this path, enabling remote exploitation. Public exploits exist per the description. Reme...

5.3CVSS5.5AI score0.00253EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/04 7:0 p.m.8 views

CVE-2026-14647 onnx onnxruntime old.cc convPoolShapeInference_opset19 out-of-bounds

A weakness has been identified in onnx up to 1.21.x. This vulnerability affects the function convPoolShapeInferenceopset19 of the file onnx/defs/nn/old.cc of the component onnxruntime. This manipulation causes out-of-bounds read. It is possible to initiate the attack remotely. The exploit has bee...

5.3CVSS5.4AI score0.00253EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2026/01/09 9:21 a.m.13 views

CVE-2021-41216

TensorFlow is an open source platform for machine learning. In affected versions the shape inference function for Transpose is vulnerable to a heap buffer overflow. This occurs whenever perm contains negative elements. The shape inference function does not validate that the indices in perm are al...

7.8CVSS6.9AI score0.00156EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/01/09 9:21 a.m.14 views

CVE-2021-41218

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for AllToAll can be made to execute a division by 0. This occurs whenever the splitcount argument is 0. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on...

5.5CVSS7AI score0.00128EPSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added 2026/01/09 9:21 a.m.8 views

CVE-2021-41215

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for DeserializeSparse can trigger a null pointer dereference. This is because the shape inference function assumes that the serializesparse tensor is a tensor with positive rank and having 3 ...

5.5CVSS7.1AI score0.00181EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/01/09 9:15 a.m.14 views

CVE-2022-23572

Tensorflow is an Open Source Machine Learning Framework. Under certain scenarios, TensorFlow can fail to specialize a type during shape inference. This case is covered by the DCHECK function however, DCHECK is a no-op in production builds and an assertion failure in debug builds. In the first cas...

6.5CVSS6.7AI score0.00992EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/01/09 8:54 a.m.9 views

CVE-2021-41214

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for tf.ragged.cross has an undefined behavior due to binding a reference to nullptr. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1,...

7.8CVSS6.8AI score0.0021EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/01/09 8:54 a.m.13 views

CVE-2021-41205

TensorFlow is an open source platform for machine learning. In affected versions the shape inference functions for the QuantizeAndDequantizeV operations can trigger a read outside of bounds of heap allocated array. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit ...

7.1CVSS6.7AI score0.00148EPSS
SaveExploits0References1
EUVD
EUVD
added 2025/10/07 12:30 a.m.13 views

EUVD-2021-0438

Malware in sbrugna...

7.8CVSS7.5AI score0.00156EPSS
SaveExploits0References10
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2021-0434

Malware in sbrugna...

7.1CVSS6.8AI score0.00201EPSS
SaveExploits1References9
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2021-0403

Malware in sbrugna...

5.5CVSS5AI score0.00148EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/07 12:30 a.m.7 views

EUVD-2021-0443

Malware in sbrugna...

7.8CVSS7.5AI score0.00214EPSS
SaveExploits1References9
EUVD
EUVD
added 2025/10/07 12:30 a.m.8 views

EUVD-2021-0428

Malware in sbrugna...

7.1CVSS6.7AI score0.00148EPSS
SaveExploits0References9
EUVD
EUVD
added 2025/10/07 12:30 a.m.7 views

EUVD-2021-0433

Malware in sbrugna...

7.1CVSS6.7AI score0.00201EPSS
SaveExploits1References9
EUVD
EUVD
added 2025/10/07 12:30 a.m.22 views

EUVD-2021-0440

Malware in sbrugna...

5.5CVSS5.3AI score0.00128EPSS
SaveExploits0References9
Rows per page
Query Builder