Lucene search
K

7043 matches found

OSV
OSV
added 2021/08/12 11:15 p.m.17 views

PYSEC-2021-598

TensorFlow is an end-to-end open source platform for machine learning. In affected versions TFLite's expanddims.cc contains a vulnerability which allows reading one element outside of bounds of heap allocated data. If axis is a large negative value e.g., -100000, then after the first if it would...

5.5CVSS2.7AI score0.00172EPSS
Exploits0References2
OSV
OSV
added 2021/08/12 11:15 p.m.22 views

PYSEC-2021-581

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause denial of service in applications serving models using tf.rawops.UnravelIndex by triggering a division by 0. The implementation does not check that the tensor subsumed by dims is not...

5.5CVSS2.4AI score0.00154EPSS
Exploits0References2
OSV
OSV
added 2021/08/12 11:15 p.m.23 views

PYSEC-2021-578

TensorFlow is an end-to-end open source platform for machine learning. In affected versions due to incomplete validation in MKL implementation of requantization, an attacker can trigger undefined behavior via binding a reference to a null pointer or can access data outside the bounds of heap...

7.8CVSS3.1AI score0.00185EPSS
Exploits0References3
OSV
OSV
added 2021/08/12 11:15 p.m.19 views

PYSEC-2021-592

TensorFlow is an end-to-end open source platform for machine learning. In affected versions it is possible to nest a tf.mapfn within another tf.mapfn call. However, if the input tensor is a RaggedTensor and there is no function signature provided, code assumes the output is a fully specified tens...

7.8CVSS1.3AI score0.00181EPSS
Exploits0References2
OSV
OSV
added 2021/08/12 11:15 p.m.18 views

PYSEC-2021-596

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of division in TFLite is vulnerable to a division by 0 error. There is no check that the divisor tensor does not contain zero elements. We have patched the issue in GitHub commit...

5.5CVSS3.2AI score0.00154EPSS
Exploits0References2
OSV
OSV
added 2021/08/12 11:15 p.m.20 views

PYSEC-2021-583

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can read from outside of bounds of heap allocated data by sending specially crafted illegal arguments to tf.rawops.UpperBound. The implementation does not validate the rank of sortedinput...

5.5CVSS3.1AI score0.00169EPSS
Exploits0References2
OSV
OSV
added 2021/08/12 11:15 p.m.19 views

PYSEC-2021-600

TensorFlow is an end-to-end open source platform for machine learning. In affected versions TFLite's GatherNd implementation does not support negative indices but there are no checks for this situation. Hence, an attacker can read arbitrary data from the heap by carefully crafting a model with...

5.5CVSS2.2AI score0.00191EPSS
Exploits0References3
OSV
OSV
added 2021/08/12 11:15 p.m.20 views

PYSEC-2021-587

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can trigger a denial of service via a segmentation fault in tf.rawops.MaxPoolGrad caused by missing validation. The implementation misses some validation for the originput and origoutput tensor...

5.5CVSS5.4AI score0.00179EPSS
Exploits0References3
OSV
OSV
added 2021/08/12 11:15 p.m.18 views

PYSEC-2021-576

TensorFlow is an end-to-end open source platform for machine learning. In affected versions due to incomplete validation in tf.rawops.QuantizeV2, an attacker can trigger undefined behavior via binding a reference to a null pointer or can access data outside the bounds of heap allocated arrays. Th...

7.8CVSS2AI score0.00173EPSS
Exploits0References2
OSV
OSV
added 2021/08/12 11:15 p.m.35 views

PYSEC-2021-604

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can craft a TFLite model that would trigger a division by zero error in LSH implementation. We have patched the issue in GitHub commit 0575b640091680cfb70f4dd93e70658de43b94f9. The fix will be...

5.5CVSS3.5AI score0.00152EPSS
Exploits0References2
OSV
OSV
added 2021/08/12 11:15 p.m.16 views

PYSEC-2021-590

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the shape inference code for tf.rawops.Dequantize has a vulnerability that could trigger a denial of service via a segfault if an attacker provides invalid arguments. The shape inference implementation use...

5.5CVSS2.6AI score0.00148EPSS
Exploits0References2
CVE
CVE
added 2021/08/12 11:10 p.m.124 views

CVE-2021-37690

CVE-2021-37690 concerns a denial-of-service/segfault risk in TensorFlow’s shape inference, arising when shape information in a ShapeAndType struct is accessed after an inference context is cleaned up. The core issue was that shapes and types were not cloned under ownership like other outputs, lea...

6.6CVSS6.7AI score0.00163EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2021/08/12 11:10 p.m.15 views

CVE-2021-37690 Use after free and segfault in shape inference functions in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions when running shape functions, some functions such as MutableHashTableShape produce extra output information in the form of a ShapeAndType struct. The shapes embedded in this struct are owned by an inferenc...

6.6CVSS7AI score0.00163EPSS
Exploits0References2
CVE
CVE
added 2021/08/12 11:5 p.m.143 views

CVE-2021-37678

CVE-2021-37678 affects TensorFlow (and Keras) where deserializing a Keras model from YAML can lead to arbitrary code execution due to use of yaml.unsafe_load. The issue is fixed in TensorFlow 2.6.0 and will be cherry-picked to 2.5.1, 2.4.3, and 2.3.4; patch deployment in affected releases is expe...

9.3CVSS8.9AI score0.00451EPSS
Exploits1References2Affected Software1
CVE
CVE
added 2021/08/12 11:0 p.m.102 views

CVE-2021-37692

CVE-2021-37692 affects TensorFlow and centers on a segfault in string tensor deallocation during garbage collection when the encoding of a string tensor fails (e.g., mismatched dimensions). The root cause is an assumption that encoding succeeded, leading to use of the finalizer of the tensor with...

5.5CVSS5.7AI score0.00172EPSS
Exploits0References3Affected Software1
Cvelist
Cvelist
added 2021/08/12 11:0 p.m.28 views

CVE-2021-37692 Segfault on strings tensors with mistmatched dimensions in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions under certain conditions, Go code can trigger a segfault in string deallocation. For string tensors, C.TFTStringDealloc is called during garbage collection within a finalizer function. However, tensor...

5.5CVSS6.1AI score0.00172EPSS
Exploits0References3
CVE
CVE
added 2021/08/12 10:55 p.m.111 views

CVE-2021-37673

TensorFlow maps-stage DoS (CVE-2021-37673). The issue arises from tf.raw_ops.MapStage not validating non-empty key tensors, enabling a local attacker to trigger a denial-of-service via a CHECK-fail. Patches were committed and the fix is expected in TensorFlow 2.6.0, with backports to 2.5.1, 2.4.3...

5.5CVSS5.5AI score0.00154EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2021/08/12 10:45 p.m.99 views

CVE-2021-37663

CVE-2021-37663 arises from incomplete validation in tf.raw_ops.QuantizeV2 in TensorFlow. Affected: TensorFlow versions before 2.6.0 (patch committed 6da6620...). The issue can trigger undefined behavior via binding a null pointer or out-of-bounds access; if axis is provided, min_range/max_range l...

7.8CVSS7.8AI score0.00173EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2021/08/12 10:45 p.m.84 views

CVE-2021-37682

CVE-2021-37682 concerns TensorFlow/TFLite quantization paths where quantization.params may be used without validating quantization.type, allowing potential use of uninitialized values in affected TFLite operations. Connected sources confirm the root cause (missing checks in depthwise conv quantiz...

7.1CVSS5.7AI score0.0018EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2021/08/12 10:45 p.m.22 views

CVE-2021-37682 Use of unitialized value in TensorFlow Lite

TensorFlow is an end-to-end open source platform for machine learning. In affected versions all TFLite operations that use quantization can be made to use unitialized values. For example. The issue stems from the fact that quantization.params is only valid if quantization.type is different that...

4.4CVSS7.4AI score0.0018EPSS
Exploits0References4
Rows per page
Query Builder