22 matches found
PYSEC-2020-255
In affected versions of TensorFlow 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...
4.4CVSS6AI score0.00209EPSS
SaveExploits1References2
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.00209EPSS
SaveExploits1References7
20