Lucene search
+L

136 matches found

Positive Technologies
Positive Technologies
added 2021/05/14 12:00 a.m.8 views

PT-2021-18265 · Google · Tensorflow

Name of the Vulnerable Software and Affected Versions: TensorFlow versions prior to 2.5.0 TensorFlow version 2.4.2 TensorFlow version 2.3.3 Description: The issue arises when the splits argument of RaggedBincount does not specify a valid SparseTensor. This can trigger a heap buffer overflow,...

7.8CVSS7.5AI score0.00211EPSS
SaveExploits1References13
Positive Technologies
Positive Technologies
added 2021/05/14 12:00 a.m.7 views

PT-2021-18316 · Google · Tensorflow

Name of the Vulnerable Software and Affected Versions: TensorFlow versions prior to 2.5.0 TensorFlow versions 2.4.2 and earlier TensorFlow versions 2.3.3 and earlier TensorFlow versions 2.2.3 and earlier TensorFlow versions 2.1.4 and earlier Description: An attacker can trigger a null pointer...

5.5CVSS5.2AI score0.00189EPSS
SaveExploits1References13
CNNVD
CNNVD
added 2021/05/14 12:00 a.m.8 views

Google TensorFlow 安全漏洞

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. A security vulnerability exists in Google TensorFlow versions 2.4.2, 2.3.3, 2.2.3, and 2.1.4, which stems from a lack of validation in tf.rawops.RaggedTensorToTensor, and can be exploited by an...

7.8CVSS5.6AI score0.00234EPSS
SaveExploits1References5
Positive Technologies
Positive Technologies
added 2021/05/14 12:00 a.m.8 views

PT-2021-18338 · Google · Tensorflow

Name of the Vulnerable Software and Affected Versions: TensorFlow versions prior to 2.5.0 TensorFlow versions 2.4.2 and earlier TensorFlow versions 2.3.3 and earlier TensorFlow versions 2.2.3 and earlier TensorFlow versions 2.1.4 and earlier Description: The Prepare step of the SpaceToDepth TFLit...

7.8CVSS7.4AI score0.00201EPSS
SaveExploits1References15
PyPA
PyPA
added 2020/12/10 11:15 p.m.13 views

PYSEC-2020-332

In affected versions of TensorFlow under certain cases a saved model can trigger use of uninitialized values during code execution. This is caused by having tensor buffers be filled with the default value of the type but forgetting to default initialize the quantized floating point types in Eigen...

5.3CVSS7.5AI score0.00261EPSS
SaveExploits1References2Affected Software1
Github Security Blog
Github Security Blog
added 2020/12/10 7:07 p.m.64 views

Heap out of bounds access in MakeEdge in TensorFlow

Impact Under certain cases, loading a saved model can result in accessing uninitialized memory while building the computation graph. The MakeEdge function creates an edge between one output tensor of the src node given by outputindex and the input slot of the dst node given by inputindex. This is...

4.4CVSS0.3AI score0.00216EPSS
SaveExploits1References7Affected Software3
Github Security Blog
Github Security Blog
added 2020/12/10 7:07 p.m.128 views

Write to immutable memory region in TensorFlow

Impact The tf.rawops.ImmutableConst operation returns a constant tensor created from a memory mapped file which is assumed immutable. However, if the type of the tensor is not an integral type, the operation crashes the Python interpreter as it tries to write to the memory area: python import...

4.4CVSS0.9AI score0.00212EPSS
SaveExploits1References7Affected Software3
OSV
OSV
added 2020/12/10 7:07 p.m.14 views

GHSA-HHVC-G5HV-48C6 Write to immutable memory region in TensorFlow

Impact The tf.rawops.ImmutableConst operation returns a constant tensor created from a memory mapped file which is assumed immutable. However, if the type of the tensor is not an integral type, the operation crashes the Python interpreter as it tries to write to the memory area: python import...

4.8CVSS5.9AI score0.00212EPSS
SaveExploits1References7
Github Security Blog
Github Security Blog
added 2020/12/10 7:07 p.m.140 views

Uninitialized memory access in TensorFlow

Impact Under certain cases, a saved model can trigger use of uninitialized values during code execution. This is caused by having tensor buffers be filled with the default value of the type but forgetting to default initialize the quantized floating point types in Eigen: cc struct QUInt8 QUInt8 /...

5.3CVSS3.4AI score0.00261EPSS
SaveExploits1References7Affected Software3
Positive Technologies
Positive Technologies
added 2020/10/21 12:00 a.m.12 views

PT-2020-14325 · Google · Tensorflow

Name of the Vulnerable Software and Affected Versions: TensorFlow versions prior to 2.4.0 Description: The issue allows an attacker to pass an invalid axis value to tf.quantization.quantize and dequantize, resulting in accessing a dimension outside the rank of the input tensor in the C++ kernel...

7.5CVSS7.2AI score0.00908EPSS
SaveExploits1References14
PyPA
PyPA
added 2020/09/25 7:15 p.m.15 views

PYSEC-2020-284

In eager mode, TensorFlow before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1 does not set the session state. Hence, calling tf.rawops.GetSessionHandle or tf.rawops.GetSessionHandleV2 results in a null pointer dereference In linked snippet, in eager mode, ctx-sessionstate returns nullptr. Since...

5.3CVSS7.1AI score0.00903EPSS
SaveExploits1References4Affected Software1
PyPA
PyPA
added 2020/09/25 7:15 p.m.9 views

PYSEC-2020-286

In Tensorflow before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, changing the TensorFlow's SavedModel protocol buffer and altering the name of required keys results in segfaults and data corruption while loading the model. This can cause a denial of service in products using tensorflow-servin...

9CVSS7AI score0.00956EPSS
SaveExploits1References4Affected Software1
Debian CVE
Debian CVE
added 2020/09/25 6:46 p.m.12 views

CVE-2020-15204

In eager mode, TensorFlow before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1 does not set the session state. Hence, calling tf.rawops.GetSessionHandle or tf.rawops.GetSessionHandleV2 results in a null pointer dereference In linked snippet, in eager mode, ctx-sessionstate returns nullptr. Since...

5.3CVSS7.1AI score0.00903EPSS
SaveExploits1
Cvelist
Cvelist
added 2020/09/25 6:40 p.m.39 views

CVE-2020-15193 Memory corruption in Tensorflow

In Tensorflow before versions 2.2.1 and 2.3.1, the implementation of dlpack.todlpack can be made to use uninitialized memory resulting in further memory corruption. This is because the pybind11 glue code assumes that the argument is a tensor. However, there is nothing stopping users from passing ...

7.1CVSS6.9AI score0.0083EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2020/01/28 12:00 a.m.7 views

PT-2020-18311 · Google · Tensorflow

Name of the Vulnerable Software and Affected Versions: TensorFlow versions prior to 1.15.1 TensorFlow versions prior to 2.0.1 Description: Converting a string to a tf.float16 value results in a segmentation fault in eager mode, as format checks for this use case are only in graph mode. This issue...

7.5CVSS6.8AI score0.00588EPSS
SaveExploits1References17
PyPA
PyPA
added 2019/04/23 9:29 p.m.10 views

PYSEC-2019-231

Google TensorFlow 1.6.x and earlier is affected by: Null Pointer Dereference. The type of exploitation is: context-dependent...

6.5CVSS6.9AI score0.00457EPSS
SaveExploits0References2Affected Software1
Rows per page
Query Builder