QID 982438
QID 982438: Python (pip) Security Update for tensorflow-gpu (GHSA-xqfj-cr6q-pc8w)
Security update has been released for tensorflow,tensorflow-cpu,tensorflow-gpu to fix the vulnerability.
Note: The preceding description block is extracted directly from the security advisory. Using automation, we have attempted to clean and format it as much as possible without introducing additional issues.
Passing a complex argument to `tf.transpose` at the same time as passing `conjugate=True` argument results in a crash:
```python
import tensorflow as tf
tf.transpose(conjugate=True, a=complex(1))
```
Solution
We have received a patch for the issue in GitHub commit [1dc6a7ce6e0b3e27a7ae650bfc05b195ca793f88](https://github.com/tensorflow/tensorflow/commit/1dc6a7ce6e0b3e27a7ae650bfc05b195ca793f88).
The fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.
The fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.
Vendor References
- GHSA-xqfj-cr6q-pc8w -
github.com/advisories/GHSA-xqfj-cr6q-pc8w
CVEs related to QID 982438
Software Advisories
| Advisory ID | Software | Component | Link |
|---|---|---|---|
| GHSA-xqfj-cr6q-pc8w | tensorflow |
|
|
| GHSA-xqfj-cr6q-pc8w | tensorflow-cpu |
|
|
| GHSA-xqfj-cr6q-pc8w | tensorflow-gpu |
|