First published: Fri Nov 18 2022(Updated: )
TensorFlow is an open source platform for machine learning. Inputs `dense_features` or `example_state_data` not of rank 2 will trigger a `CHECK` fail in `SdcaOptimizer`. We have patched the issue in GitHub commit 80ff197d03db2a70c6a111f97dcdacad1b0babfa. The fix will be included in TensorFlow 2.11. We will also cherrypick this commit on TensorFlow 2.10.1, 2.9.3, and TensorFlow 2.8.4, as these are also affected and still in supported range.
Credit: security-advisories@github.com
Affected Software | Affected Version | How to fix |
---|---|---|
Google TensorFlow | <2.8.4 | |
Google TensorFlow | >=2.9.0<2.9.3 | |
Google TensorFlow | =2.10.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-41899 is a vulnerability in TensorFlow, an open source platform for machine learning, that triggers a CHECK failure in SdcaOptimizer when inputs dense_features or example_state_data are not of rank 2.
The severity of CVE-2022-41899 is high, with a severity value of 7.5.
To fix CVE-2022-41899, you can update TensorFlow to version 2.11 or apply the patch provided in GitHub commit 80ff197d03db2a70c6a111f97dcdacad1b0babfa.
Versions up to and including 2.8.4, 2.9.0 to 2.9.3, and 2.10.0 of TensorFlow are affected by CVE-2022-41899.
The CWE IDs associated with CVE-2022-41899 are CWE-617 (Reachable Assertion) and CWE-20 (Improper Input Validation).