TensorFlow 2.3.2 released

TensorFlow 2.3.2 is released, the main updates include:

  • Fixed the unified memory access in Eigen code ( CVE-2020-26266 )
  • Repair due tf.raw_ops.DataFormatVecPermuteand tf.raw_ops.DataFormatDimMapsecurity vulnerabilities caused by the lack of verification. ( CVE-2020-26267 )
  • Fixed a tf.raw_ops.ImmutableConstvulnerability caused by trying to write to an immutable memory area in ( CVE-2020-26268)
  • Fixed the -failCHECK problem with zero input length in LSTM ( CVE-2020-26270 )
  • Fixed a security vulnerability SavedModelcaused by accessing out-of-range heap data when loading a specially crafted one. ( CVE-2020-26271 )
  • Update libjpeg-turboto 2.0.5handle CVE-2020-13790 .
  • Update junitto 4.13.1handle CVE-2020-15250 .

Check the update details: https://github.com/tensorflow/tensorflow/releases/tag/v2.3.2

Guess you like

Origin www.oschina.net/news/126255/tensorflow-2-3-2