Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2021-41219— Undefined behavior via `nullptr` reference binding in sparse matrix multiplication

CVSS 7.8 · High EPSS 0.02% · P5
Get alerts for future matching vulnerabilitiesLog in to subscribe

I. Basic Information for CVE-2021-41219

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Undefined behavior via `nullptr` reference binding in sparse matrix multiplication
Source: NVD (National Vulnerability Database)
Vulnerability Description
TensorFlow is an open source platform for machine learning. In affected versions the code for sparse matrix multiplication is vulnerable to undefined behavior via binding a reference to `nullptr`. This occurs whenever the dimensions of `a` or `b` are 0 or less. In the case on one of these is 0, an empty output tensor should be allocated (to conserve the invariant that output tensors are always allocated when the operation is successful) but nothing should be written to it (that is, we should return early from the kernel implementation). Otherwise, attempts to write to this empty tensor would result in heap OOB access. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1, TensorFlow 2.5.2, and TensorFlow 2.4.4, as these are also affected and still in supported range.
Source: NVD (National Vulnerability Database)
CVSS Information
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Source: NVD (National Vulnerability Database)
Vulnerability Type
使用未经初始化的指针
Source: NVD (National Vulnerability Database)
Vulnerability Title
Google TensorFlow 缓冲区错误漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
Google TensorFlow是美国谷歌(Google)公司的一套用于机器学习的端到端开源平台。 Google TensorFlow 存在缓冲区错误漏洞,该漏洞源于在受影响的版本中,稀疏矩阵乘法的代码通过绑定对“nullptr”的引用而容易受到未定义行为的影响。
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

VendorProductAffected VersionsCPESubscribe
tensorflowtensorflow >= 2.6.0, < 2.6.1 -

II. Public POCs for CVE-2021-41219

#POC DescriptionSource LinkShenlong Link
AI-Generated POCPremium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2021-41219

登录查看更多情报信息。

Same Patch Batch · tensorflow · 2021-11-05 · 34 CVEs total

CVE-2021-412088.8 HIGHIncomplete validation in boosted trees code
CVE-2021-412037.8 HIGHMissing validation during checkpoint loading
CVE-2021-412207.8 HIGHUse after free in `CollectiveReduceV2`
CVE-2021-412217.8 HIGHAccess to invalid memory during shape inference in `Cudnn*` ops
CVE-2021-412017.8 HIGHUnitialized access in `EinsumHelper::ParseEquation`
CVE-2021-412147.8 HIGHReference binding to `nullptr` in `tf.ragged.cross`
CVE-2021-412287.5 HIGHCode injection in `saved_model_cli`
CVE-2021-412127.1 HIGHHeap OOB read in `tf.ragged.cross`
CVE-2021-412057.1 HIGHHeap OOB read in all `tf.raw_ops.QuantizeAndDequantizeV*` ops
CVE-2021-412107.1 HIGHHeap OOB read in `tf.raw_ops.SparseCountSparseOutput`
CVE-2021-412117.1 HIGHHeap OOB read in shape inference for `QuantizeV2`
CVE-2021-412267.1 HIGHHeap OOB read in `SparseBinCount`
CVE-2021-412237.1 HIGHHeap OOB read in `FusedBatchNorm` kernels
CVE-2021-412247.1 HIGH`SparseFillEmptyRows` heap OOB read
CVE-2021-412067.0 HIGHIncomplete validation of shapes in multiple TF ops
CVE-2021-412276.6 MEDIUMArbitrary memory read in `ImmutableConst`
CVE-2021-412005.5 MEDIUMIncomplete validation in `tf.summary.create_file_writer`
CVE-2021-412175.5 MEDIUMNull pointer exception when `Exit` node is not preceded by `Enter` op
CVE-2021-411975.5 MEDIUMCrashes due to overflow and `CHECK`-fail in ops with large tensor shapes
CVE-2021-411985.5 MEDIUMOverflow/crash in `tf.tile` when tiling tensor is large

Showing top 20 of 34 CVEs. View all on vendor page &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2021-41219

No comments yet


Leave a comment