CVE-2022-41896Medium· 4.8▾ Sunlit`tf.raw_ops.Mfcc` crashes
▾ Sunlit zone — Low / medium · no exploitation signal
impact 26.4 · 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.5%
If ThreadUnsafeUnigramCandidateSampler is given input filterbank_channel_count greater than the allowed max size, TensorFlow will crash.
import tensorflow as tf
tf.raw_ops.Mfcc(
spectrogram = [[[1.38, 6.32, 5.75, 9.51]]],
sample_rate = 2,
upper_frequency_limit = 5.0,
lower_frequency_limit = 1.0,
filterbank_channel_count = 2**31 - 1,
dct_coefficient_count = 1
)
We have patched the issue in GitHub commit 39ec7eaf1428e90c37787e5b3fbd68ebd3c48860.
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 Vul AI.
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-41895Medium· 4.8`MirrorPadGrad` heap out of bounds read
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