CVE-2022-41889Medium· 5.5▾ SunlitSegfault via invalid attributes in `pywrap_tfe_src.cc`
▾ Sunlit zone — Low / medium · no exploitation signal
impact 30.3 · likelihood 0.1 · exploitation 0
Need a working PoC? Pro members can cast a request and our team develops one — it lands right here.
Exploit-prediction probability, daily snapshots since Jul 8.
Disclosure to exploitation, from the record and what we observed since indexing it.
Disclosed via OSV
Last analysed / modified upstream
0.4%
0.4% → 0.4%
If a list of quantized tensors is assigned to an attribute, the pywrap code fails to parse the tensor and returns a nullptr, which is not caught. An example can be seen in tf.compat.v1.extract_volume_patches by passing in quantized tensors as input ksizes.
import numpy as np
import tensorflow as tf
a_input = np.array([1, -1], dtype= np.int32)
a_ksizes = a_strides = tf.constant(dtype=tf.dtypes.qint16, value=[[1, 4], [5, 2]])
tf.compat.v1.extract_volume_patches(input=a_input,ksizes=a_ksizes,strides=a_strides,padding='VALID')
We have patched the issue in GitHub commit e9e95553e5411834d215e6770c81a83a3d0866ce.
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.
Please consult our security guide for more information regarding the security model and how to contact us with issues and questions.
This vulnerability has been reported by Pattarakrit Rattankul.
tensorflow < 2.8.4tensorflow >= 2.9.0, < 2.9.3tensorflow >= 2.10.0, < 2.10.1tensorflow-cpu < 2.8.4tensorflow-gpu < 2.8.4tensorflow-cpu >= 2.9.0, < 2.9.3tensorflow-gpu >= 2.9.0, < 2.9.3tensorflow-cpu >= 2.10.0, < 2.10.1tensorflow-gpu >= 2.10.0, < 2.10.1Upgrade to a patched release:
tensorflow 2.8.4tensorflow 2.9.3tensorflow 2.10.1tensorflow-cpu 2.8.4tensorflow-gpu 2.8.4tensorflow-cpu 2.9.3tensorflow-gpu 2.9.3tensorflow-cpu 2.10.1tensorflow-gpu 2.10.1Connected by shared product, vendor, weakness, or advisory.
CVE-2022-41888Medium· 4.8FPE in `tf.image.generate_bounding_box_proposals`
CVE-2021-29541Low· 2.5Null pointer dereference in `StringNGrams`
CVE-2021-29525Low· 2.5Division by 0 in `Conv2DBackpropInput`
CVE-2021-29527Low· 2.5Division by 0 in `QuantizedConv2D`
CVE-2021-29524Low· 2.5Division by 0 in `Conv2DBackpropFilter`
CVE-2020-15207High· 8.7Segfault and data corruption in tensorflow-lite