pysec-2022-157
Vulnerability from pysec
Published
2022-02-04 23:15
Modified
2022-05-23 17:22
Details
Tensorflow is an Open Source Machine Learning Framework. The simplifyBroadcast
function in the MLIR-TFRT infrastructure in TensorFlow is vulnerable to a segfault (hence, denial of service), if called with scalar shapes. If all shapes are scalar, then maxRank
is 0, so we build an empty SmallVector
. The fix will be included in TensorFlow 2.8.0. This is the only affected version.
Aliases
{ "affected": [ { "package": { "ecosystem": "PyPI", "name": "tensorflow-gpu", "purl": "pkg:pypi/tensorflow-gpu" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "35f0fabb4c178253a964d7aabdbb15c6a398b69a" } ], "repo": "https://github.com/tensorflow/tensorflow", "type": "GIT" }, { "events": [ { "introduced": "2.7.0" }, { "fixed": "2.8.0" } ], "type": "ECOSYSTEM" } ], "versions": [ "2.7.0", "2.7.1", "2.8.0rc0", "2.8.0rc1", "2.7.2", "2.7.3" ] } ], "aliases": [ "CVE-2022-23593", "GHSA-gwcx-jrx4-92w2" ], "details": "Tensorflow is an Open Source Machine Learning Framework. The `simplifyBroadcast` function in the MLIR-TFRT infrastructure in TensorFlow is vulnerable to a segfault (hence, denial of service), if called with scalar shapes. If all shapes are scalar, then `maxRank` is 0, so we build an empty `SmallVector`. The fix will be included in TensorFlow 2.8.0. This is the only affected version.", "id": "PYSEC-2022-157", "modified": "2022-05-23T17:22:17.622844Z", "published": "2022-02-04T23:15:00Z", "references": [ { "type": "WEB", "url": "https://github.com/tensorflow/tensorflow/blob/274df9b02330b790aa8de1cee164b70f72b9b244/tensorflow/compiler/mlir/tfrt/jit/transforms/tf_cpurt_symbolic_shape_optimization.cc#L149-L205" }, { "type": "ADVISORY", "url": "https://github.com/tensorflow/tensorflow/security/advisories/GHSA-gwcx-jrx4-92w2" }, { "type": "FIX", "url": "https://github.com/tensorflow/tensorflow/commit/35f0fabb4c178253a964d7aabdbb15c6a398b69a" } ] }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.