QID 981535
QID 981535: Python (pip) Security Update for tensorflow-gpu (GHSA-w4xf-2pqw-5mq7)
Security update has been released for tensorflow-gpu,tensorflow,tensorflow-cpu 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.
An attacker can cause undefined behavior via binding a reference to null pointer in `tf.raw_ops.RaggedTensorToVariant`:
```python
import tensorflow as tf
tf.raw_ops.RaggedTensorToVariant(
rt_nested_splits=[],
rt_dense_values=[1,2,3],
batched_input=True)
```
The [implementation](https://github.com/tensorflow/tensorflow/blob/460e000de3a83278fb00b61a16d161b1964f15f4/tensorflow/core/kernels/ragged_tensor_to_variant_op.cc#L129) has an incomplete validation of the splits values, missing the case when the argument would be empty.
The fix will be included in TensorFlow 2.6.0. We will also cherrypick this commit on TensorFlow 2.5.1, TensorFlow 2.4.3, and TensorFlow 2.3.4, as these are also affected and still in supported range.
- GHSA-w4xf-2pqw-5mq7 -
github.com/advisories/GHSA-w4xf-2pqw-5mq7
CVEs related to QID 981535
| Advisory ID | Software | Component | Link |
|---|---|---|---|
| GHSA-w4xf-2pqw-5mq7 | tensorflow |
|
|
| GHSA-w4xf-2pqw-5mq7 | tensorflow-cpu |
|
|
| GHSA-w4xf-2pqw-5mq7 | tensorflow-gpu |
|