QID 981551
QID 981551: Python (pip) Security Update for tensorflow-gpu (GHSA-3hxh-8cp2-g4hg)
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.
When running shape functions, some functions (such as `MutableHashTableShape`) produce extra output information in the form of a `ShapeAndType` struct. The shapes embedded in this struct are owned by an inference context that is cleaned up almost immediately; if the upstream code attempts to access this shape information, it can trigger a segfault.
`ShapeRefiner` is mitigating this for normal output shapes by cloning them (and thus putting the newly created shape under ownership of an inference context that will not die), but we were not doing the same for shapes and types. This commit fixes that by doing similar logic on output shapes and types.
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-3hxh-8cp2-g4hg -
github.com/advisories/GHSA-3hxh-8cp2-g4hg
CVEs related to QID 981551
| Advisory ID | Software | Component | Link |
|---|---|---|---|
| GHSA-3hxh-8cp2-g4hg | tensorflow |
|
|
| GHSA-3hxh-8cp2-g4hg | tensorflow-cpu |
|
|
| GHSA-3hxh-8cp2-g4hg | tensorflow-gpu |
|