Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:pypi/tensorflow-cpu@2.6.0
purl pkg:pypi/tensorflow-cpu@2.6.0
Next non-vulnerable version 2.8.1
Latest non-vulnerable version 2.12.1
Risk 4.5
Vulnerabilities affecting this package (90)
Vulnerability Summary Fixed by
VCID-11qd-d7c7-sbdm
Aliases:
BIT-tensorflow-2022-21731
CVE-2022-21731
GHSA-m4hf-j54p-p353
PYSEC-2022-110
PYSEC-2022-55
Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for `ConcatV2` can be used to trigger a denial of service attack via a segfault caused by a type confusion. The `axis` argument is translated into `concat_dim` in the `ConcatShapeHelper` helper function. Then, a value for `min_rank` is computed based on `concat_dim`. This is then used to validate that the `values` tensor has at least the required rank. However, `WithRankAtLeast` receives the lower bound as a 64-bits value and then compares it against the maximum 32-bits integer value that could be represented. Due to the fact that `min_rank` is a 32-bits value and the value of `axis`, the `rank` argument is a negative value, so the error check is bypassed. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-145d-k5w3-tfgz
Aliases:
BIT-tensorflow-2022-23567
CVE-2022-23567
GHSA-rrx2-r989-2c43
PYSEC-2022-131
PYSEC-2022-76
Tensorflow is an Open Source Machine Learning Framework. The implementations of `Sparse*Cwise*` ops are vulnerable to integer overflows. These can be used to trigger large allocations (so, OOM based denial of service) or `CHECK`-fails when building new `TensorShape` objects (so, assert failures based denial of service). We are missing some validation on the shapes of the input tensors as well as directly constructing a large `TensorShape` with user-provided dimensions. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-15nt-6tff-k7gb
Aliases:
BIT-tensorflow-2022-23587
CVE-2022-23587
GHSA-8jj7-5vxc-pg2q
PYSEC-2022-151
PYSEC-2022-96
Tensorflow is an Open Source Machine Learning Framework. Under certain scenarios, Grappler component of TensorFlow is vulnerable to an integer overflow during cost estimation for crop and resize. Since the cropping parameters are user controlled, a malicious person can trigger undefined behavior. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-1ah5-hm7a-ykep
Aliases:
BIT-tensorflow-2022-21730
CVE-2022-21730
GHSA-vjg4-v33c-ggc4
PYSEC-2022-109
PYSEC-2022-54
Tensorflow is an Open Source Machine Learning Framework. The implementation of `FractionalAvgPoolGrad` does not consider cases where the input tensors are invalid allowing an attacker to read from outside of bounds of heap. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-1sr1-happ-6ugc
Aliases:
BIT-tensorflow-2021-41221
CVE-2021-41221
GHSA-cqv6-3phm-hcwx
PYSEC-2021-413
PYSEC-2021-630
PYSEC-2021-828
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-2cw7-2xzs-abfz
Aliases:
BIT-tensorflow-2021-41217
CVE-2021-41217
GHSA-5crj-c72x-m7gq
PYSEC-2021-409
PYSEC-2021-626
PYSEC-2021-824
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-2hqc-3d51-4yf5
Aliases:
BIT-tensorflow-2021-41198
CVE-2021-41198
GHSA-2p25-55c9-h58q
PYSEC-2021-391
PYSEC-2021-608
PYSEC-2021-806
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-39ck-bm9t-kqhs
Aliases:
BIT-tensorflow-2022-23557
CVE-2022-23557
GHSA-gf2j-f278-xh4v
PYSEC-2022-121
PYSEC-2022-66
Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would trigger a division by zero in `BiasAndClamp` implementation. There is no check that the `bias_size` is non zero. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-3czq-3twf-skcg
Aliases:
BIT-tensorflow-2022-23573
CVE-2022-23573
GHSA-q85f-69q7-55h2
PYSEC-2022-137
PYSEC-2022-82
Tensorflow is an Open Source Machine Learning Framework. The implementation of `AssignOp` can result in copying uninitialized data to a new tensor. This later results in undefined behavior. The implementation has a check that the left hand side of the assignment is initialized (to minimize number of allocations), but does not check that the right hand side is also initialized. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-3g5a-5csn-h3d9
Aliases:
BIT-tensorflow-2022-23588
CVE-2022-23588
GHSA-fx5c-h9f6-rv7c
PYSEC-2022-152
PYSEC-2022-97
Tensorflow is an Open Source Machine Learning Framework. A malicious user can cause a denial of service by altering a `SavedModel` such that Grappler optimizer would attempt to build a tensor using a reference `dtype`. This would result in a crash due to a `CHECK`-fail in the `Tensor` constructor as reference types are not allowed. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-466y-e26r-rka4
Aliases:
BIT-tensorflow-2022-23595
CVE-2022-23595
GHSA-fpcp-9h7m-ffpx
PYSEC-2022-103
PYSEC-2022-158
Tensorflow is an Open Source Machine Learning Framework. When building an XLA compilation cache, if default settings are used, TensorFlow triggers a null pointer dereference. In the default scenario, all devices are allowed, so `flr->config_proto` is `nullptr`. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-5d73-819a-xbeg
Aliases:
BIT-tensorflow-2021-41209
CVE-2021-41209
GHSA-6hpv-v2rx-c5g6
PYSEC-2021-401
PYSEC-2021-618
PYSEC-2021-816
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-5tpp-sf62-zycs
Aliases:
BIT-tensorflow-2022-23563
CVE-2022-23563
GHSA-wc4g-r73w-x8mm
PYSEC-2022-127
PYSEC-2022-72
Tensorflow is an Open Source Machine Learning Framework. In multiple places, TensorFlow uses `tempfile.mktemp` to create temporary files. While this is acceptable in testing, in utilities and libraries it is dangerous as a different process can create the file between the check for the filename in `mktemp` and the actual creation of the file by a subsequent operation (a TOC/TOU type of weakness). In several instances, TensorFlow was supposed to actually create a temporary directory instead of a file. This logic bug is hidden away by the `mktemp` function usage. We have patched the issue in several commits, replacing `mktemp` with the safer `mkstemp`/`mkdtemp` functions, according to the usage pattern. Users are advised to upgrade as soon as possible.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-5ty2-z944-mbht
Aliases:
BIT-tensorflow-2021-41214
CVE-2021-41214
GHSA-vwhq-49r4-gj9v
PYSEC-2021-406
PYSEC-2021-623
PYSEC-2021-821
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-5xgg-h9wh-3uh7
Aliases:
BIT-tensorflow-2021-41226
CVE-2021-41226
GHSA-374m-jm66-3vj8
PYSEC-2021-418
PYSEC-2021-635
PYSEC-2021-833
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-6888-uhtp-8ub6
Aliases:
BIT-tensorflow-2022-21737
CVE-2022-21737
GHSA-f2vv-v9cg-qhh7
PYSEC-2022-116
PYSEC-2022-61
Tensorflow is an Open Source Machine Learning Framework. The implementation of `*Bincount` operations allows malicious users to cause denial of service by passing in arguments which would trigger a `CHECK`-fail. There are several conditions that the input arguments must satisfy. Some are not caught during shape inference and others are not caught during kernel implementation. This results in `CHECK` failures later when the output tensors get allocated. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-688g-g33x-67g9
Aliases:
BIT-tensorflow-2021-41223
CVE-2021-41223
GHSA-f54p-f6jp-4rhr
PYSEC-2021-415
PYSEC-2021-632
PYSEC-2021-830
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-6gnj-az99-h7b4
Aliases:
BIT-tensorflow-2022-21735
CVE-2022-21735
GHSA-87v6-crgm-2gfj
PYSEC-2022-114
PYSEC-2022-59
Tensorflow is an Open Source Machine Learning Framework. The implementation of `FractionalMaxPool` can be made to crash a TensorFlow process via a division by 0. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-83pe-ztey-dbf4
Aliases:
BIT-tensorflow-2022-23569
CVE-2022-23569
GHSA-qj5r-f9mv-rffh
PYSEC-2022-133
PYSEC-2022-78
Tensorflow is an Open Source Machine Learning Framework. Multiple operations in TensorFlow can be used to trigger a denial of service via `CHECK`-fails (i.e., assertion failures). This is similar to TFSA-2021-198 and has similar fixes. We have patched the reported issues in multiple GitHub commits. It is possible that other similar instances exist in TensorFlow, we will issue fixes as these are discovered. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-97cs-4kx3-37gm
Aliases:
BIT-tensorflow-2022-21733
CVE-2022-21733
GHSA-98j8-c9q4-r38g
PYSEC-2022-112
PYSEC-2022-57
Tensorflow is an Open Source Machine Learning Framework. The implementation of `StringNGrams` can be used to trigger a denial of service attack by causing an out of memory condition after an integer overflow. We are missing a validation on `pad_witdh` and that result in computing a negative value for `ngram_width` which is later used to allocate parts of the output. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-9arh-a8wj-wka6
Aliases:
BIT-tensorflow-2022-21734
CVE-2022-21734
GHSA-gcvh-66ff-4mwm
PYSEC-2022-113
PYSEC-2022-58
Tensorflow is an Open Source Machine Learning Framework. The implementation of `MapStage` is vulnerable a `CHECK`-fail if the key tensor is not a scalar. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-9dhc-1f13-5qht
Aliases:
BIT-tensorflow-2021-41219
CVE-2021-41219
GHSA-4f99-p9c2-3j8x
PYSEC-2021-411
PYSEC-2021-628
PYSEC-2021-826
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-9gde-ga9q-pqb4
Aliases:
BIT-tensorflow-2021-41207
CVE-2021-41207
GHSA-7v94-64hj-m82h
PYSEC-2021-399
PYSEC-2021-616
PYSEC-2021-814
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-9snf-qxka-83hd
Aliases:
BIT-tensorflow-2021-41204
CVE-2021-41204
GHSA-786j-5qwq-r36x
PYSEC-2021-397
PYSEC-2021-614
PYSEC-2021-812
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-aad5-dg9x-53cz
Aliases:
BIT-tensorflow-2021-41199
CVE-2021-41199
GHSA-5hx2-qx8j-qjqm
PYSEC-2021-392
PYSEC-2021-609
PYSEC-2021-807
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-akmu-fas1-33h6
Aliases:
BIT-tensorflow-2022-21741
CVE-2022-21741
GHSA-428x-9xc2-m8mj
PYSEC-2022-120
PYSEC-2022-65
Tensorflow is an Open Source Machine Learning Framework. ### Impact An attacker can craft a TFLite model that would trigger a division by zero in the implementation of depthwise convolutions. The parameters of the convolution can be user controlled and are also used within a division operation to determine the size of the padding that needs to be added before applying the convolution. There is no check before this division that the divisor is strictly positive. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-axj7-aq9m-rqdu
Aliases:
BIT-tensorflow-2022-23571
CVE-2022-23571
GHSA-j3mj-fhpq-qqjj
PYSEC-2022-135
PYSEC-2022-80
Tensorflow is an Open Source Machine Learning Framework. When decoding a tensor from protobuf, a TensorFlow process can encounter cases where a `CHECK` assertion is invalidated based on user controlled arguments, if the tensors have an invalid `dtype` and 0 elements or an invalid shape. This allows attackers to cause denial of services in TensorFlow processes. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-b8sr-erwh-5yh8
Aliases:
BIT-tensorflow-2021-41228
CVE-2021-41228
GHSA-3rcw-9p9x-582v
PYSEC-2021-420
PYSEC-2021-637
PYSEC-2021-835
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-bm3u-2ych-eqac
Aliases:
BIT-tensorflow-2021-41227
CVE-2021-41227
GHSA-j8c8-67vp-6mx7
PYSEC-2021-419
PYSEC-2021-636
PYSEC-2021-834
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-ccv1-pgda-r7ba
Aliases:
BIT-tensorflow-2022-23566
CVE-2022-23566
GHSA-5qw5-89mw-wcg2
PYSEC-2022-130
PYSEC-2022-75
Tensorflow is an Open Source Machine Learning Framework. TensorFlow is vulnerable to a heap OOB write in `Grappler`. The `set_output` function writes to an array at the specified index. Hence, this gives a malicious user a write primitive. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-cu5c-pmqv-xkdz
Aliases:
BIT-tensorflow-2021-41200
CVE-2021-41200
GHSA-gh8h-7j2j-qv4f
PYSEC-2021-393
PYSEC-2021-610
PYSEC-2021-808
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-cwvm-wntu-tfck
Aliases:
BIT-tensorflow-2022-23579
CVE-2022-23579
GHSA-5f2r-qp73-37mr
PYSEC-2022-143
PYSEC-2022-88
Tensorflow is an Open Source Machine Learning Framework. The Grappler optimizer in TensorFlow can be used to cause a denial of service by altering a `SavedModel` such that `SafeToRemoveIdentity` would trigger `CHECK` failures. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-d3dc-su6w-s3ag
Aliases:
BIT-tensorflow-2022-21726
CVE-2022-21726
GHSA-23hm-7w47-xw72
PYSEC-2022-105
PYSEC-2022-50
Tensorflow is an Open Source Machine Learning Framework. The implementation of `Dequantize` does not fully validate the value of `axis` and can result in heap OOB accesses. The `axis` argument can be `-1` (the default value for the optional argument) or any other positive value at most the number of dimensions of the input. Unfortunately, the upper bound is not checked and this results in reading past the end of the array containing the dimensions of the input tensor. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-dj7v-yppg-ckdp
Aliases:
BIT-tensorflow-2021-41211
CVE-2021-41211
GHSA-cvgx-3v3q-m36c
PYSEC-2021-403
PYSEC-2021-620
PYSEC-2021-818
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-egc6-6pwr-fyej
Aliases:
BIT-tensorflow-2022-23577
CVE-2022-23577
GHSA-8cxv-76p7-jxwr
PYSEC-2022-141
PYSEC-2022-86
Tensorflow is an Open Source Machine Learning Framework. The implementation of `GetInitOp` is vulnerable to a crash caused by dereferencing a null pointer. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-en5f-xtha-cyhp
Aliases:
BIT-tensorflow-2022-23586
CVE-2022-23586
GHSA-43jf-985q-588j
PYSEC-2022-150
PYSEC-2022-95
Tensorflow is an Open Source Machine Learning Framework. A malicious user can cause a denial of service by altering a `SavedModel` such that assertions in `function.cc` would be falsified and crash the Python interpreter. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-ev23-kazv-nkas
Aliases:
BIT-tensorflow-2022-23575
CVE-2022-23575
GHSA-c94w-c95p-phf8
PYSEC-2022-139
PYSEC-2022-84
Tensorflow is an Open Source Machine Learning Framework. The implementation of `OpLevelCostEstimator::CalculateTensorSize` is vulnerable to an integer overflow if an attacker can create an operation which would involve a tensor with large enough number of elements. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-ev84-gxjn-6bf1
Aliases:
BIT-tensorflow-2022-21727
CVE-2022-21727
GHSA-c6fh-56w7-fvjw
PYSEC-2022-106
PYSEC-2022-51
Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for `Dequantize` is vulnerable to an integer overflow weakness. The `axis` argument can be `-1` (the default value for the optional argument) or any other positive value at most the number of dimensions of the input. Unfortunately, the upper bound is not checked, and, since the code computes `axis + 1`, an attacker can trigger an integer overflow. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-exm3-hpp6-g7hg
Aliases:
BIT-tensorflow-2021-41205
CVE-2021-41205
GHSA-49rx-x2rw-pc6f
PYSEC-2021-398
PYSEC-2021-615
PYSEC-2021-813
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-eyqx-7k24-zfhq
Aliases:
BIT-tensorflow-2022-21738
CVE-2022-21738
GHSA-x4qx-4fjv-hmw6
PYSEC-2022-117
PYSEC-2022-62
Tensorflow is an Open Source Machine Learning Framework. The implementation of `SparseCountSparseOutput` can be made to crash a TensorFlow process by an integer overflow whose result is then used in a memory allocation. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-f25m-udat-n3fd
Aliases:
BIT-tensorflow-2022-23562
CVE-2022-23562
GHSA-qx3f-p745-w4hr
PYSEC-2022-126
PYSEC-2022-71
Tensorflow is an Open Source Machine Learning Framework. The implementation of `Range` suffers from integer overflows. These can trigger undefined behavior or, in some scenarios, extremely large allocations. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-f3cx-k63z-7qde
Aliases:
BIT-tensorflow-2022-23559
CVE-2022-23559
GHSA-98p5-x8x4-c9m5
PYSEC-2022-123
PYSEC-2022-68
Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would cause an integer overflow in embedding lookup operations. Both `embedding_size` and `lookup_size` are products of values provided by the user. Hence, a malicious user could trigger overflows in the multiplication. In certain scenarios, this can then result in heap OOB read/write. Users are advised to upgrade to a patched version.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-fa9v-1a1j-5ydf
Aliases:
BIT-tensorflow-2021-41220
CVE-2021-41220
GHSA-gpfh-jvf9-7wg5
PYSEC-2021-412
PYSEC-2021-629
PYSEC-2021-827
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-fggx-3rzd-8kf5
Aliases:
BIT-tensorflow-2022-23585
CVE-2022-23585
GHSA-fq6p-6334-8gr4
PYSEC-2022-149
PYSEC-2022-94
Tensorflow is an Open Source Machine Learning Framework. When decoding PNG images TensorFlow can produce a memory leak if the image is invalid. After calling `png::CommonInitDecode(..., &decode)`, the `decode` value contains allocated buffers which can only be freed by calling `png::CommonFreeDecode(&decode)`. However, several error case in the function implementation invoke the `OP_REQUIRES` macro which immediately terminates the execution of the function, without allowing for the memory free to occur. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-g144-4yvx-xybr
Aliases:
BIT-tensorflow-2021-41202
CVE-2021-41202
GHSA-xrqm-fpgr-6hhx
PYSEC-2021-395
PYSEC-2021-612
PYSEC-2021-810
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-g423-bnfj-kybz
Aliases:
BIT-tensorflow-2021-41224
CVE-2021-41224
GHSA-rg3m-hqc5-344v
PYSEC-2021-416
PYSEC-2021-633
PYSEC-2021-831
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-g8er-52ns-j7b1
Aliases:
BIT-tensorflow-2022-21728
CVE-2022-21728
GHSA-6gmv-pjp9-p8w8
PYSEC-2022-107
PYSEC-2022-52
Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for `ReverseSequence` does not fully validate the value of `batch_dim` and can result in a heap OOB read. There is a check to make sure the value of `batch_dim` does not go over the rank of the input, but there is no check for negative values. Negative dimensions are allowed in some cases to mimic Python's negative indexing (i.e., indexing from the end of the array), however if the value is too negative then the implementation of `Dim` would access elements before the start of an array. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-g8ts-ghhv-33e3
Aliases:
BIT-tensorflow-2022-23580
CVE-2022-23580
GHSA-627q-g293-49q7
PYSEC-2022-144
PYSEC-2022-89
Tensorflow is an Open Source Machine Learning Framework. During shape inference, TensorFlow can allocate a large vector based on a value from a tensor controlled by the user. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-gbft-tx74-wkhf
Aliases:
BIT-tensorflow-2021-41210
CVE-2021-41210
GHSA-m342-ff57-4jcc
PYSEC-2021-402
PYSEC-2021-619
PYSEC-2021-817
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-gg98-zkw8-5ben
Aliases:
BIT-tensorflow-2022-21725
CVE-2022-21725
GHSA-v3f7-j968-4h5f
PYSEC-2022-104
PYSEC-2022-49
Tensorflow is an Open Source Machine Learning Framework. The estimator for the cost of some convolution operations can be made to execute a division by 0. The function fails to check that the stride argument is strictly positive. Hence, the fix is to add a check for the stride argument to ensure it is valid. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-hujj-6vv2-u3c2
Aliases:
BIT-tensorflow-2022-23583
CVE-2022-23583
GHSA-gjqc-q9g6-q2j3
PYSEC-2022-147
PYSEC-2022-92
Tensorflow is an Open Source Machine Learning Framework. A malicious user can cause a denial of service by altering a `SavedModel` such that any binary op would trigger `CHECK` failures. This occurs when the protobuf part corresponding to the tensor arguments is modified such that the `dtype` no longer matches the `dtype` expected by the op. In that case, calling the templated binary operator for the binary op would receive corrupted data, due to the type confusion involved. If `Tin` and `Tout` don't match the type of data in `out` and `input_*` tensors then `flat<*>` would interpret it wrongly. In most cases, this would be a silent failure, but we have noticed scenarios where this results in a `CHECK` crash, hence a denial of service. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-jdud-ufqp-4yg5
Aliases:
BIT-tensorflow-2022-23591
CVE-2022-23591
GHSA-247x-2f9f-5wp7
PYSEC-2022-100
PYSEC-2022-155
Tensorflow is an Open Source Machine Learning Framework. The `GraphDef` format in TensorFlow does not allow self recursive functions. The runtime assumes that this invariant is satisfied. However, a `GraphDef` containing a fragment such as the following can be consumed when loading a `SavedModel`. This would result in a stack overflow during execution as resolving each `NodeDef` means resolving the function itself and its nodes. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-kupu-frrt-pqen
Aliases:
BIT-tensorflow-2021-41216
CVE-2021-41216
GHSA-3ff2-r28g-w7h9
PYSEC-2021-408
PYSEC-2021-625
PYSEC-2021-823
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-ky4u-eny7-33fy
Aliases:
BIT-tensorflow-2022-21729
CVE-2022-21729
GHSA-34f9-hjfq-rr8j
PYSEC-2022-108
PYSEC-2022-53
Tensorflow is an Open Source Machine Learning Framework. The implementation of `UnravelIndex` is vulnerable to a division by zero caused by an integer overflow bug. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-m4na-tgrp-d7fk
Aliases:
BIT-tensorflow-2022-23576
CVE-2022-23576
GHSA-wm93-f238-7v37
PYSEC-2022-140
PYSEC-2022-85
Tensorflow is an Open Source Machine Learning Framework. The implementation of `OpLevelCostEstimator::CalculateOutputSize` is vulnerable to an integer overflow if an attacker can create an operation which would involve tensors with large enough number of elements. We can have a large enough number of dimensions in `output_shape.dim()` or just a small number of dimensions being large enough to cause an overflow in the multiplication. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-mtqg-yga8-eqeu
Aliases:
BIT-tensorflow-2022-23581
CVE-2022-23581
GHSA-fq86-3f29-px2c
PYSEC-2022-145
PYSEC-2022-90
Tensorflow is an Open Source Machine Learning Framework. The Grappler optimizer in TensorFlow can be used to cause a denial of service by altering a `SavedModel` such that `IsSimplifiableReshape` would trigger `CHECK` failures. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-myjm-gbbc-qucg
Aliases:
BIT-tensorflow-2021-41203
CVE-2021-41203
GHSA-7pxj-m4jf-r6h2
PYSEC-2021-396
PYSEC-2021-613
PYSEC-2021-811
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-n62z-1akp-ebck
Aliases:
BIT-tensorflow-2022-23584
CVE-2022-23584
GHSA-24x4-6qmh-88qg
PYSEC-2022-148
PYSEC-2022-93
Tensorflow is an Open Source Machine Learning Framework. A malicious user can cause a use after free behavior when decoding PNG images. After `png::CommonFreeDecode(&decode)` gets called, the values of `decode.width` and `decode.height` are in an unspecified state. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-nfr9-fgdn-4kh8
Aliases:
BIT-tensorflow-2021-41222
CVE-2021-41222
GHSA-cpf4-wx82-gxp6
PYSEC-2021-414
PYSEC-2021-631
PYSEC-2021-829
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-ngkq-s26c-qkfj
Aliases:
BIT-tensorflow-2022-23589
CVE-2022-23589
GHSA-9px9-73fg-3fqp
PYSEC-2022-153
PYSEC-2022-98
Tensorflow is an Open Source Machine Learning Framework. Under certain scenarios, Grappler component of TensorFlow can trigger a null pointer dereference. There are 2 places where this can occur, for the same malicious alteration of a `SavedModel` file (fixing the first one would trigger the same dereference in the second place). First, during constant folding, the `GraphDef` might not have the required nodes for the binary operation. If a node is missing, the correposning `mul_*child` would be null, and the dereference in the subsequent line would be incorrect. We have a similar issue during `IsIdentityConsumingSwitch`. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-pe9p-a7nn-8bhj
Aliases:
BIT-tensorflow-2022-23582
CVE-2022-23582
GHSA-4j82-5ccr-4r8v
PYSEC-2022-146
PYSEC-2022-91
Tensorflow is an Open Source Machine Learning Framework. A malicious user can cause a denial of service by altering a `SavedModel` such that `TensorByteSize` would trigger `CHECK` failures. `TensorShape` constructor throws a `CHECK`-fail if shape is partial or has a number of elements that would overflow the size of an `int`. The `PartialTensorShape` constructor instead does not cause a `CHECK`-abort if the shape is partial, which is exactly what this function needs to be able to return `-1`. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-q4zv-syab-bbh8
Aliases:
BIT-tensorflow-2022-23558
CVE-2022-23558
GHSA-9gwq-6cwj-47h3
PYSEC-2022-122
PYSEC-2022-67
Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would cause an integer overflow in `TfLiteIntArrayCreate`. The `TfLiteIntArrayGetSizeInBytes` returns an `int` instead of a `size_t. An attacker can control model inputs such that `computed_size` overflows the size of `int` datatype. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-qdnt-cg25-5kdx
Aliases:
BIT-tensorflow-2021-41197
CVE-2021-41197
GHSA-prcg-wp5q-rv7p
PYSEC-2021-390
PYSEC-2021-607
PYSEC-2021-805
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-qgr6-bqrc-puhs
Aliases:
BIT-tensorflow-2022-23560
CVE-2022-23560
GHSA-4hvf-hxvg-f67v
PYSEC-2022-124
PYSEC-2022-69
Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would allow limited reads and writes outside of arrays in TFLite. This exploits missing validation in the conversion from sparse tensors to dense tensors. The fix is included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range. Users are advised to upgrade as soon as possible.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-qvnc-gzf6-y3f3
Aliases:
BIT-tensorflow-2021-41196
CVE-2021-41196
GHSA-m539-j985-hcr8
PYSEC-2021-389
PYSEC-2021-606
PYSEC-2021-804
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-qxqd-f1bw-y7h4
Aliases:
BIT-tensorflow-2022-21732
CVE-2022-21732
GHSA-c582-c96p-r5cq
PYSEC-2022-111
PYSEC-2022-56
Tensorflow is an Open Source Machine Learning Framework. The implementation of `ThreadPoolHandle` can be used to trigger a denial of service attack by allocating too much memory. This is because the `num_threads` argument is only checked to not be negative, but there is no upper bound on its value. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-rkx2-5nyj-bbhu
Aliases:
BIT-tensorflow-2021-41218
CVE-2021-41218
GHSA-9crf-c6qr-r273
PYSEC-2021-410
PYSEC-2021-627
PYSEC-2021-825
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-rr2a-8jrx-6ue8
Aliases:
BIT-tensorflow-2021-41213
CVE-2021-41213
GHSA-h67m-xg8f-fxcf
PYSEC-2021-405
PYSEC-2021-622
PYSEC-2021-820
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-rsau-jvcr-uudd
Aliases:
BIT-tensorflow-2022-21736
CVE-2022-21736
GHSA-pfjj-m3jj-9jc9
PYSEC-2022-115
PYSEC-2022-60
Tensorflow is an Open Source Machine Learning Framework. The implementation of `SparseTensorSliceDataset` has an undefined behavior: under certain condition it can be made to dereference a `nullptr` value. The 3 input arguments to `SparseTensorSliceDataset` represent a sparse tensor. However, there are some preconditions that these arguments must satisfy but these are not validated in the implementation. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-rt4b-xxm6-xubs
Aliases:
BIT-tensorflow-2022-23590
CVE-2022-23590
GHSA-pqrv-8r2f-7278
PYSEC-2022-154
PYSEC-2022-99
Tensorflow is an Open Source Machine Learning Framework. A `GraphDef` from a TensorFlow `SavedModel` can be maliciously altered to cause a TensorFlow process to crash due to encountering a `StatusOr` value that is an error and forcibly extracting the value from it. We have patched the issue in multiple GitHub commits and these will be included in TensorFlow 2.8.0 and TensorFlow 2.7.1, as both are affected.
2.7.1
Affected by 2 other vulnerabilities.
VCID-rujq-67w1-u3g7
Aliases:
BIT-tensorflow-2021-41225
CVE-2021-41225
GHSA-7r94-xv9v-63jw
PYSEC-2021-417
PYSEC-2021-634
PYSEC-2021-832
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-sb7m-pngm-5fbj
Aliases:
BIT-tensorflow-2021-41215
CVE-2021-41215
GHSA-x3v8-c8qx-3j3r
PYSEC-2021-407
PYSEC-2021-624
PYSEC-2021-822
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-sf59-u7jt-4bd5
Aliases:
BIT-tensorflow-2021-41206
CVE-2021-41206
GHSA-pgcq-h79j-2f69
PYSEC-2021-843
PYSEC-2021-845
PYSEC-2021-847
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
VCID-ugta-nt2s-27fk
Aliases:
BIT-tensorflow-2022-23572
CVE-2022-23572
GHSA-rww7-2gpw-fv6j
PYSEC-2022-136
PYSEC-2022-81
Tensorflow is an Open Source Machine Learning Framework. Under certain scenarios, TensorFlow can fail to specialize a type during shape inference. This case is covered by the `DCHECK` function however, `DCHECK` is a no-op in production builds and an assertion failure in debug builds. In the first case execution proceeds to the `ValueOrDie` line. This results in an assertion failure as `ret` contains an error `Status`, not a value. In the second case we also get a crash due to the assertion failure. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, and TensorFlow 2.6.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-v2nf-1526-nkbp
Aliases:
BIT-tensorflow-2022-23565
CVE-2022-23565
GHSA-4v5p-v5h9-6xjx
PYSEC-2022-129
PYSEC-2022-74
Tensorflow is an Open Source Machine Learning Framework. An attacker can trigger denial of service via assertion failure by altering a `SavedModel` on disk such that `AttrDef`s of some operation are duplicated. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-vfgz-fss4-wbgu
Aliases:
BIT-tensorflow-2022-23574
CVE-2022-23574
GHSA-77gp-3h4r-6428
PYSEC-2022-138
PYSEC-2022-83
Tensorflow is an Open Source Machine Learning Framework. There is a typo in TensorFlow's `SpecializeType` which results in heap OOB read/write. Due to a typo, `arg` is initialized to the `i`th mutable argument in a loop where the loop index is `j`. Hence it is possible to assign to `arg` from outside the vector of arguments. Since this is a mutable proto value, it allows both read and write to outside of bounds data. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, and TensorFlow 2.6.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-vgv7-xc3c-1fb3
Aliases:
BIT-tensorflow-2022-23564
CVE-2022-23564
GHSA-8rcj-c8pj-v3m3
PYSEC-2022-128
PYSEC-2022-73
Tensorflow is an Open Source Machine Learning Framework. When decoding a resource handle tensor from protobuf, a TensorFlow process can encounter cases where a `CHECK` assertion is invalidated based on user controlled arguments. This allows attackers to cause denial of services in TensorFlow processes. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-vnn5-y8ez-rub9
Aliases:
BIT-tensorflow-2022-23568
CVE-2022-23568
GHSA-6445-fm66-fvq2
PYSEC-2022-132
PYSEC-2022-77
Tensorflow is an Open Source Machine Learning Framework. The implementation of `AddManySparseToTensorsMap` is vulnerable to an integer overflow which results in a `CHECK`-fail when building new `TensorShape` objects (so, an assert failure based denial of service). We are missing some validation on the shapes of the input tensors as well as directly constructing a large `TensorShape` with user-provided dimensions. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-vpyd-he5n-b3a4
Aliases:
BIT-tensorflow-2022-21739
CVE-2022-21739
GHSA-3mw4-6rj6-74g5
PYSEC-2022-118
PYSEC-2022-63
Tensorflow is an Open Source Machine Learning Framework. The implementation of `QuantizedMaxPool` has an undefined behavior where user controlled inputs can trigger a reference binding to null pointer. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-vqxg-mnz4-13cg
Aliases:
BIT-tensorflow-2022-23570
CVE-2022-23570
GHSA-9p77-mmrw-69c7
PYSEC-2022-134
PYSEC-2022-79
Tensorflow is an Open Source Machine Learning Framework. When decoding a tensor from protobuf, TensorFlow might do a null-dereference if attributes of some mutable arguments to some operations are missing from the proto. This is guarded by a `DCHECK`. However, `DCHECK` is a no-op in production builds and an assertion failure in debug builds. In the first case execution proceeds to the dereferencing of the null pointer, whereas in the second case it results in a crash due to the assertion failure. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, and TensorFlow 2.6.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-w2ns-kqmv-xfan
Aliases:
BIT-tensorflow-2021-41208
CVE-2021-41208
GHSA-57wx-m983-2f88
PYSEC-2021-400
PYSEC-2021-617
PYSEC-2021-815
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-x2t2-4sa6-qygs
Aliases:
BIT-tensorflow-2022-23561
CVE-2022-23561
GHSA-9c78-vcq7-7vxq
PYSEC-2022-125
PYSEC-2022-70
Tensorflow is an Open Source Machine Learning Framework. An attacker can craft a TFLite model that would cause a write outside of bounds of an array in TFLite. In fact, the attacker can override the linked list used by the memory allocator. This can be leveraged for an arbitrary write primitive under certain conditions. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-x5x3-2cyz-xbhe
Aliases:
BIT-tensorflow-2022-23578
CVE-2022-23578
GHSA-8r7c-3cm2-3h8f
PYSEC-2022-142
PYSEC-2022-87
Tensorflow is an Open Source Machine Learning Framework. If a graph node is invalid, TensorFlow can leak memory in the implementation of `ImmutableExecutorState::Initialize`. Here, we set `item->kernel` to `nullptr` but it is a simple `OpKernel*` pointer so the memory that was previously allocated to it would leak. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-xbt8-r95u-sqbu
Aliases:
BIT-tensorflow-2021-41201
CVE-2021-41201
GHSA-j86v-p27c-73fm
PYSEC-2021-394
PYSEC-2021-611
PYSEC-2021-809
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-xn72-z6kg-q7bp
Aliases:
GHSA-wcv5-vrvr-3rx2
GMS-2022-50
GMS-2022-53
GMS-2022-56
Integer Overflow or Wraparound in TensorFlow ### Impact The Grappler component of TensorFlow is vulnerable to a denial of service via `CHECK`-failure in constant folding for ; // ... } ``` The `output_prop` tensor has a shape that is controlled by user input and this can result in triggering one of the `CHECK`s in the `PartialTensorShape` constructor. This is an instance of TFSA-2021-198 . ### Patches We have patched the issue in GitHub commit be7b286d40bc68cb0b56f702186cc4837d508058 fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range. ### For more information Please consult [our security guide] for more information regarding the security model and how to contact us with issues and questions.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-y7hx-h69v-wfcy
Aliases:
BIT-tensorflow-2021-41212
CVE-2021-41212
GHSA-fr77-rrx3-cp7g
PYSEC-2021-404
PYSEC-2021-621
PYSEC-2021-819
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
2.7.0
Affected by 82 other vulnerabilities.
VCID-y8ed-ynrx-37af
Aliases:
GHSA-43q8-3fv7-pr5x
GMS-2022-48
GMS-2022-51
GMS-2022-54
Improper Validation of Integrity Check Value in TensorFlow The implementation of `tf.sparse.split` does not fully validate the input arguments.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-yh43-ndzp-4ue9
Aliases:
BIT-tensorflow-2021-41195
CVE-2021-41195
GHSA-cq76-mxrc-vchh
PYSEC-2021-842
PYSEC-2021-844
PYSEC-2021-846
multiple issues
2.6.1
Affected by 53 other vulnerabilities.
VCID-yvag-32h1-yfc5
Aliases:
BIT-tensorflow-2022-21740
CVE-2022-21740
GHSA-44qp-9wwf-734r
PYSEC-2022-119
PYSEC-2022-64
Tensorflow is an Open Source Machine Learning Framework. The implementation of `SparseCountSparseOutput` is vulnerable to a heap overflow. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
VCID-yvef-kyv2-qbea
Aliases:
GHSA-h6gw-r52c-724r
GMS-2022-49
GMS-2022-52
GMS-2022-55
NULL Pointer Dereference and Access of Uninitialized Pointer in TensorFlow ### Impact The code for boosted trees in TensorFlow is still missing validation. This allows malicious users to read and write outside of bounds of heap allocated data as well as trigger denial of service (via dereferencing `nullptr`s or via `CHECK`-failures). This follows after CVE-2021-41208 where these APIs were still vulnerable to multiple security issues. **Note**: Given that the boosted trees implementation in TensorFlow is unmaintained, it is recommend to no longer use these APIs. Instead, please use the downstream [TensorFlow Decision Forests] project which is newer and supports more features. These APIs are now deprecated in TensorFlow 2.8. We will remove TensorFlow's boosted trees APIs in subsequent releases. ### Patches We have patched the known issues in multiple GitHub commits. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on TensorFlow 2.7.1, TensorFlow 2.6.3, and TensorFlow 2.5.3, as these are also affected and still in supported range. This should allow users to use existing boosted trees APIs for a while until they migrate to TensorFlow Decision Forests while guaranteeing that known vulnerabilities are fixed. ### For more information Please consult our security guide for more information regarding the security model and how to contact us with issues and questions. ### Attribution These vulnerabilities have been reported by Yu Tian of Qihoo 360 AIVul Team and Faysal Hossain Shezan from University of Virginia. Some of the issues have been discovered internally after a careful audit of the APIs.
2.6.3
Affected by 1 other vulnerability.
2.7.1
Affected by 2 other vulnerabilities.
Vulnerabilities fixed by this package (0)
Vulnerability Summary Aliases
This package is not known to fix vulnerabilities.

Date Actor Action Vulnerability Source VulnerableCode Version
2026-05-31T11:14:13.199502+00:00 GithubOSV Importer Affected by VCID-fa9v-1a1j-5ydf https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/11/GHSA-gpfh-jvf9-7wg5/GHSA-gpfh-jvf9-7wg5.json 38.6.0
2026-05-31T11:13:53.336424+00:00 GithubOSV Importer Affected by VCID-dj7v-yppg-ckdp https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/11/GHSA-cvgx-3v3q-m36c/GHSA-cvgx-3v3q-m36c.json 38.6.0
2026-05-31T09:44:02.350359+00:00 PyPI Importer Affected by VCID-466y-e26r-rka4 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:44:02.227547+00:00 PyPI Importer Affected by VCID-x2t2-4sa6-qygs https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:44:02.093647+00:00 PyPI Importer Affected by VCID-q4zv-syab-bbh8 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:44:01.965372+00:00 PyPI Importer Affected by VCID-g8ts-ghhv-33e3 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:44:01.833517+00:00 PyPI Importer Affected by VCID-5tpp-sf62-zycs https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:44:01.705999+00:00 PyPI Importer Affected by VCID-ngkq-s26c-qkfj https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:44:01.577519+00:00 PyPI Importer Affected by VCID-cwvm-wntu-tfck https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:44:01.461002+00:00 PyPI Importer Affected by VCID-vfgz-fss4-wbgu https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:44:01.010154+00:00 PyPI Importer Affected by VCID-f3cx-k63z-7qde https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:44:00.596119+00:00 PyPI Importer Affected by VCID-3g5a-5csn-h3d9 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:44:00.477565+00:00 PyPI Importer Affected by VCID-x5x3-2cyz-xbhe https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:58.790821+00:00 PyPI Importer Affected by VCID-pe9p-a7nn-8bhj https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:58.386793+00:00 PyPI Importer Affected by VCID-qgr6-bqrc-puhs https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:58.249750+00:00 PyPI Importer Affected by VCID-ccv1-pgda-r7ba https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:57.332193+00:00 PyPI Importer Affected by VCID-hujj-6vv2-u3c2 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:56.400000+00:00 PyPI Importer Affected by VCID-15nt-6tff-k7gb https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:56.287589+00:00 PyPI Importer Affected by VCID-f25m-udat-n3fd https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:55.839994+00:00 PyPI Importer Affected by VCID-v2nf-1526-nkbp https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:55.445423+00:00 PyPI Importer Affected by VCID-ugta-nt2s-27fk https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:55.321111+00:00 PyPI Importer Affected by VCID-vgv7-xc3c-1fb3 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:54.962512+00:00 PyPI Importer Affected by VCID-egc6-6pwr-fyej https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:54.277561+00:00 PyPI Importer Affected by VCID-n62z-1akp-ebck https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:53.129797+00:00 PyPI Importer Affected by VCID-jdud-ufqp-4yg5 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:52.691411+00:00 PyPI Importer Affected by VCID-mtqg-yga8-eqeu https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:52.304773+00:00 PyPI Importer Affected by VCID-39ck-bm9t-kqhs https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:52.180459+00:00 PyPI Importer Affected by VCID-3czq-3twf-skcg https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:50.987360+00:00 PyPI Importer Affected by VCID-fggx-3rzd-8kf5 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:50.900611+00:00 PyPI Importer Affected by VCID-rt4b-xxm6-xubs https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:50.766923+00:00 PyPI Importer Affected by VCID-vqxg-mnz4-13cg https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:50.342445+00:00 PyPI Importer Affected by VCID-en5f-xtha-cyhp https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:50.226939+00:00 PyPI Importer Affected by VCID-m4na-tgrp-d7fk https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:49.616091+00:00 PyPI Importer Affected by VCID-axj7-aq9m-rqdu https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:49.497655+00:00 PyPI Importer Affected by VCID-ev23-kazv-nkas https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:49.380942+00:00 PyPI Importer Affected by VCID-yvag-32h1-yfc5 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:48.721366+00:00 PyPI Importer Affected by VCID-akmu-fas1-33h6 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:48.086829+00:00 PyPI Importer Affected by VCID-eyqx-7k24-zfhq https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:47.724614+00:00 PyPI Importer Affected by VCID-6888-uhtp-8ub6 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:47.609916+00:00 PyPI Importer Affected by VCID-vpyd-he5n-b3a4 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:47.250586+00:00 PyPI Importer Affected by VCID-83pe-ztey-dbf4 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:47.131964+00:00 PyPI Importer Affected by VCID-gg98-zkw8-5ben https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:46.762399+00:00 PyPI Importer Affected by VCID-ky4u-eny7-33fy https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:46.644656+00:00 PyPI Importer Affected by VCID-6gnj-az99-h7b4 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:46.258046+00:00 PyPI Importer Affected by VCID-9arh-a8wj-wka6 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:45.650216+00:00 PyPI Importer Affected by VCID-vnn5-y8ez-rub9 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:45.025367+00:00 PyPI Importer Affected by VCID-rsau-jvcr-uudd https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:44.647202+00:00 PyPI Importer Affected by VCID-97cs-4kx3-37gm https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:43.759980+00:00 PyPI Importer Affected by VCID-145d-k5w3-tfgz https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:43.638919+00:00 PyPI Importer Affected by VCID-11qd-d7c7-sbdm https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:43.526887+00:00 PyPI Importer Affected by VCID-qxqd-f1bw-y7h4 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:43.398660+00:00 PyPI Importer Affected by VCID-1ah5-hm7a-ykep https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:43.008793+00:00 PyPI Importer Affected by VCID-d3dc-su6w-s3ag https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:42.622899+00:00 PyPI Importer Affected by VCID-g8er-52ns-j7b1 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:42.503000+00:00 PyPI Importer Affected by VCID-ev84-gxjn-6bf1 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:30.718106+00:00 PyPI Importer Affected by VCID-bm3u-2ych-eqac https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:30.008985+00:00 PyPI Importer Affected by VCID-1sr1-happ-6ugc https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:29.340259+00:00 PyPI Importer Affected by VCID-nfr9-fgdn-4kh8 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:29.136607+00:00 PyPI Importer Affected by VCID-rr2a-8jrx-6ue8 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:28.327216+00:00 PyPI Importer Affected by VCID-b8sr-erwh-5yh8 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:25.723604+00:00 PyPI Importer Affected by VCID-fa9v-1a1j-5ydf https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:23.940707+00:00 PyPI Importer Affected by VCID-rujq-67w1-u3g7 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:23.151927+00:00 PyPI Importer Affected by VCID-kupu-frrt-pqen https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:20.521017+00:00 PyPI Importer Affected by VCID-rkx2-5nyj-bbhu https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:19.254893+00:00 PyPI Importer Affected by VCID-9gde-ga9q-pqb4 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:19.063049+00:00 PyPI Importer Affected by VCID-g144-4yvx-xybr https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:18.471246+00:00 PyPI Importer Affected by VCID-sf59-u7jt-4bd5 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:18.276675+00:00 PyPI Importer Affected by VCID-w2ns-kqmv-xfan https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:18.089746+00:00 PyPI Importer Affected by VCID-5d73-819a-xbeg https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:14.905510+00:00 PyPI Importer Affected by VCID-5ty2-z944-mbht https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:13.182509+00:00 PyPI Importer Affected by VCID-myjm-gbbc-qucg https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:12.953366+00:00 PyPI Importer Affected by VCID-5xgg-h9wh-3uh7 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:12.774037+00:00 PyPI Importer Affected by VCID-688g-g33x-67g9 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:12.105613+00:00 PyPI Importer Affected by VCID-exm3-hpp6-g7hg https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:11.909934+00:00 PyPI Importer Affected by VCID-9dhc-1f13-5qht https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:09.209711+00:00 PyPI Importer Affected by VCID-dj7v-yppg-ckdp https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:05.782406+00:00 PyPI Importer Affected by VCID-g423-bnfj-kybz https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:04.072268+00:00 PyPI Importer Affected by VCID-sb7m-pngm-5fbj https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:03.844205+00:00 PyPI Importer Affected by VCID-y7hx-h69v-wfcy https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:01.734216+00:00 PyPI Importer Affected by VCID-2cw7-2xzs-abfz https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:01.528510+00:00 PyPI Importer Affected by VCID-9snf-qxka-83hd https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:01.333233+00:00 PyPI Importer Affected by VCID-gbft-tx74-wkhf https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:43:00.734422+00:00 PyPI Importer Affected by VCID-2hqc-3d51-4yf5 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:59.500957+00:00 PyPI Importer Affected by VCID-qvnc-gzf6-y3f3 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:58.178773+00:00 PyPI Importer Affected by VCID-qdnt-cg25-5kdx https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:57.465605+00:00 PyPI Importer Affected by VCID-xbt8-r95u-sqbu https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:55.434116+00:00 PyPI Importer Affected by VCID-cu5c-pmqv-xkdz https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:53.042687+00:00 PyPI Importer Affected by VCID-aad5-dg9x-53cz https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T09:42:51.688297+00:00 PyPI Importer Affected by VCID-yh43-ndzp-4ue9 https://osv-vulnerabilities.storage.googleapis.com/PyPI/all.zip 38.6.0
2026-05-31T00:55:09.422576+00:00 GHSA Importer Affected by VCID-hujj-6vv2-u3c2 https://github.com/advisories/GHSA-gjqc-q9g6-q2j3 38.6.0
2026-05-31T00:55:09.023007+00:00 GHSA Importer Affected by VCID-pe9p-a7nn-8bhj https://github.com/advisories/GHSA-4j82-5ccr-4r8v 38.6.0
2026-05-31T00:55:08.508559+00:00 GHSA Importer Affected by VCID-cwvm-wntu-tfck https://github.com/advisories/GHSA-5f2r-qp73-37mr 38.6.0
2026-05-31T00:55:08.094713+00:00 GHSA Importer Affected by VCID-x5x3-2cyz-xbhe https://github.com/advisories/GHSA-8r7c-3cm2-3h8f 38.6.0
2026-05-31T00:55:07.814615+00:00 GHSA Importer Affected by VCID-ev23-kazv-nkas https://github.com/advisories/GHSA-c94w-c95p-phf8 38.6.0
2026-05-31T00:55:07.284633+00:00 GHSA Importer Affected by VCID-m4na-tgrp-d7fk https://github.com/advisories/GHSA-wm93-f238-7v37 38.6.0
2026-05-31T00:55:07.063638+00:00 GHSA Importer Affected by VCID-egc6-6pwr-fyej https://github.com/advisories/GHSA-8cxv-76p7-jxwr 38.6.0
2026-05-31T00:55:05.977290+00:00 GHSA Importer Affected by VCID-6gnj-az99-h7b4 https://github.com/advisories/GHSA-87v6-crgm-2gfj 38.6.0
2026-05-31T00:55:05.878630+00:00 GHSA Importer Affected by VCID-9arh-a8wj-wka6 https://github.com/advisories/GHSA-gcvh-66ff-4mwm 38.6.0
2026-05-31T00:55:05.380837+00:00 GHSA Importer Affected by VCID-97cs-4kx3-37gm https://github.com/advisories/GHSA-98j8-c9q4-r38g 38.6.0
2026-05-31T00:55:04.623294+00:00 GHSA Importer Affected by VCID-qxqd-f1bw-y7h4 https://github.com/advisories/GHSA-c582-c96p-r5cq 38.6.0
2026-05-31T00:55:04.459180+00:00 GHSA Importer Affected by VCID-11qd-d7c7-sbdm https://github.com/advisories/GHSA-m4hf-j54p-p353 38.6.0
2026-05-31T00:55:03.999557+00:00 GHSA Importer Affected by VCID-ky4u-eny7-33fy https://github.com/advisories/GHSA-34f9-hjfq-rr8j 38.6.0
2026-05-31T00:55:03.674093+00:00 GHSA Importer Affected by VCID-gg98-zkw8-5ben https://github.com/advisories/GHSA-v3f7-j968-4h5f 38.6.0
2026-05-31T00:55:03.008157+00:00 GHSA Importer Affected by VCID-n62z-1akp-ebck https://github.com/advisories/GHSA-24x4-6qmh-88qg 38.6.0
2026-05-31T00:55:02.453891+00:00 GHSA Importer Affected by VCID-ccv1-pgda-r7ba https://github.com/advisories/GHSA-5qw5-89mw-wcg2 38.6.0
2026-05-31T00:55:02.189997+00:00 GHSA Importer Affected by VCID-vgv7-xc3c-1fb3 https://github.com/advisories/GHSA-8rcj-c8pj-v3m3 38.6.0
2026-05-31T00:55:01.725298+00:00 GHSA Importer Affected by VCID-5tpp-sf62-zycs https://github.com/advisories/GHSA-wc4g-r73w-x8mm 38.6.0
2026-05-31T00:55:01.342900+00:00 GHSA Importer Affected by VCID-f25m-udat-n3fd https://github.com/advisories/GHSA-qx3f-p745-w4hr 38.6.0
2026-05-31T00:55:00.916481+00:00 GHSA Importer Affected by VCID-x2t2-4sa6-qygs https://github.com/advisories/GHSA-9c78-vcq7-7vxq 38.6.0
2026-05-31T00:55:00.485461+00:00 GHSA Importer Affected by VCID-qgr6-bqrc-puhs https://github.com/advisories/GHSA-4hvf-hxvg-f67v 38.6.0
2026-05-31T00:55:00.031416+00:00 GHSA Importer Affected by VCID-f3cx-k63z-7qde https://github.com/advisories/GHSA-98p5-x8x4-c9m5 38.6.0
2026-05-31T00:54:59.680848+00:00 GHSA Importer Affected by VCID-q4zv-syab-bbh8 https://github.com/advisories/GHSA-9gwq-6cwj-47h3 38.6.0
2026-05-31T00:54:59.245038+00:00 GHSA Importer Affected by VCID-v2nf-1526-nkbp https://github.com/advisories/GHSA-4v5p-v5h9-6xjx 38.6.0
2026-05-31T00:54:58.740009+00:00 GHSA Importer Affected by VCID-39ck-bm9t-kqhs https://github.com/advisories/GHSA-gf2j-f278-xh4v 38.6.0
2026-05-31T00:54:58.276761+00:00 GHSA Importer Affected by VCID-akmu-fas1-33h6 https://github.com/advisories/GHSA-428x-9xc2-m8mj 38.6.0
2026-05-31T00:54:58.127735+00:00 GHSA Importer Affected by VCID-yvag-32h1-yfc5 https://github.com/advisories/GHSA-44qp-9wwf-734r 38.6.0
2026-05-31T00:54:57.502366+00:00 GHSA Importer Affected by VCID-vpyd-he5n-b3a4 https://github.com/advisories/GHSA-3mw4-6rj6-74g5 38.6.0
2026-05-31T00:54:57.066624+00:00 GHSA Importer Affected by VCID-eyqx-7k24-zfhq https://github.com/advisories/GHSA-x4qx-4fjv-hmw6 38.6.0
2026-05-31T00:54:56.863390+00:00 GHSA Importer Affected by VCID-6888-uhtp-8ub6 https://github.com/advisories/GHSA-f2vv-v9cg-qhh7 38.6.0
2026-05-31T00:54:56.564909+00:00 GHSA Importer Affected by VCID-rsau-jvcr-uudd https://github.com/advisories/GHSA-pfjj-m3jj-9jc9 38.6.0
2026-05-31T00:54:55.769150+00:00 GHSA Importer Affected by VCID-145d-k5w3-tfgz https://github.com/advisories/GHSA-rrx2-r989-2c43 38.6.0
2026-05-31T00:54:55.710280+00:00 GHSA Importer Affected by VCID-vnn5-y8ez-rub9 https://github.com/advisories/GHSA-6445-fm66-fvq2 38.6.0
2026-05-31T00:54:55.196036+00:00 GHSA Importer Affected by VCID-83pe-ztey-dbf4 https://github.com/advisories/GHSA-qj5r-f9mv-rffh 38.6.0
2026-05-31T00:54:54.824690+00:00 GHSA Importer Affected by VCID-yvef-kyv2-qbea https://github.com/advisories/GHSA-h6gw-r52c-724r 38.6.0
2026-05-31T00:54:54.397433+00:00 GHSA Importer Affected by VCID-y8ed-ynrx-37af https://github.com/advisories/GHSA-43q8-3fv7-pr5x 38.6.0
2026-05-31T00:54:54.051270+00:00 GHSA Importer Affected by VCID-xn72-z6kg-q7bp https://github.com/advisories/GHSA-wcv5-vrvr-3rx2 38.6.0
2026-05-31T00:54:53.822254+00:00 GHSA Importer Affected by VCID-vqxg-mnz4-13cg https://github.com/advisories/GHSA-9p77-mmrw-69c7 38.6.0
2026-05-31T00:54:53.181379+00:00 GHSA Importer Affected by VCID-466y-e26r-rka4 https://github.com/advisories/GHSA-fpcp-9h7m-ffpx 38.6.0
2026-05-31T00:54:52.435397+00:00 GHSA Importer Affected by VCID-jdud-ufqp-4yg5 https://github.com/advisories/GHSA-247x-2f9f-5wp7 38.6.0
2026-05-31T00:54:51.975571+00:00 GHSA Importer Affected by VCID-ngkq-s26c-qkfj https://github.com/advisories/GHSA-9px9-73fg-3fqp 38.6.0
2026-05-31T00:54:51.443204+00:00 GHSA Importer Affected by VCID-axj7-aq9m-rqdu https://github.com/advisories/GHSA-j3mj-fhpq-qqjj 38.6.0
2026-05-31T00:54:50.870104+00:00 GHSA Importer Affected by VCID-ugta-nt2s-27fk https://github.com/advisories/GHSA-rww7-2gpw-fv6j 38.6.0
2026-05-31T00:54:50.799070+00:00 GHSA Importer Affected by VCID-3g5a-5csn-h3d9 https://github.com/advisories/GHSA-fx5c-h9f6-rv7c 38.6.0
2026-05-31T00:54:50.097637+00:00 GHSA Importer Affected by VCID-15nt-6tff-k7gb https://github.com/advisories/GHSA-8jj7-5vxc-pg2q 38.6.0
2026-05-31T00:54:49.964535+00:00 GHSA Importer Affected by VCID-en5f-xtha-cyhp https://github.com/advisories/GHSA-43jf-985q-588j 38.6.0
2026-05-31T00:54:49.474811+00:00 GHSA Importer Affected by VCID-3czq-3twf-skcg https://github.com/advisories/GHSA-q85f-69q7-55h2 38.6.0
2026-05-31T00:54:48.931468+00:00 GHSA Importer Affected by VCID-fggx-3rzd-8kf5 https://github.com/advisories/GHSA-fq6p-6334-8gr4 38.6.0
2026-05-31T00:54:48.453991+00:00 GHSA Importer Affected by VCID-vfgz-fss4-wbgu https://github.com/advisories/GHSA-77gp-3h4r-6428 38.6.0
2026-05-31T00:54:42.866790+00:00 GHSA Importer Affected by VCID-1ah5-hm7a-ykep https://github.com/advisories/GHSA-vjg4-v33c-ggc4 38.6.0
2026-05-31T00:54:42.301710+00:00 GHSA Importer Affected by VCID-g8er-52ns-j7b1 https://github.com/advisories/GHSA-6gmv-pjp9-p8w8 38.6.0
2026-05-31T00:54:42.115321+00:00 GHSA Importer Affected by VCID-ev84-gxjn-6bf1 https://github.com/advisories/GHSA-c6fh-56w7-fvjw 38.6.0
2026-05-31T00:54:41.630834+00:00 GHSA Importer Affected by VCID-d3dc-su6w-s3ag https://github.com/advisories/GHSA-23hm-7w47-xw72 38.6.0
2026-05-31T00:54:39.105903+00:00 GHSA Importer Affected by VCID-g8ts-ghhv-33e3 https://github.com/advisories/GHSA-627q-g293-49q7 38.6.0
2026-05-31T00:54:38.808642+00:00 GHSA Importer Affected by VCID-mtqg-yga8-eqeu https://github.com/advisories/GHSA-fq86-3f29-px2c 38.6.0
2026-05-31T00:53:57.279220+00:00 GHSA Importer Affected by VCID-w2ns-kqmv-xfan https://github.com/advisories/GHSA-57wx-m983-2f88 38.6.0
2026-05-31T00:53:56.962972+00:00 GHSA Importer Affected by VCID-yh43-ndzp-4ue9 https://github.com/advisories/GHSA-cq76-mxrc-vchh 38.6.0
2026-05-30T20:57:07.161636+00:00 GitLab Importer Affected by VCID-pe9p-a7nn-8bhj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23582.yml 38.6.0
2026-05-30T20:57:07.095725+00:00 GitLab Importer Affected by VCID-x5x3-2cyz-xbhe https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23578.yml 38.6.0
2026-05-30T20:57:07.029035+00:00 GitLab Importer Affected by VCID-gg98-zkw8-5ben https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-21725.yml 38.6.0
2026-05-30T20:57:06.960065+00:00 GitLab Importer Affected by VCID-ky4u-eny7-33fy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-21729.yml 38.6.0
2026-05-30T20:57:06.724150+00:00 GitLab Importer Affected by VCID-cwvm-wntu-tfck https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23579.yml 38.6.0
2026-05-30T20:57:06.541251+00:00 GitLab Importer Affected by VCID-6gnj-az99-h7b4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-21735.yml 38.6.0
2026-05-30T20:57:06.306998+00:00 GitLab Importer Affected by VCID-qxqd-f1bw-y7h4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-21732.yml 38.6.0
2026-05-30T20:57:04.897722+00:00 GitLab Importer Affected by VCID-m4na-tgrp-d7fk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23576.yml 38.6.0
2026-05-30T20:57:04.823746+00:00 GitLab Importer Affected by VCID-egc6-6pwr-fyej https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23577.yml 38.6.0
2026-05-30T20:57:03.968481+00:00 GitLab Importer Affected by VCID-11qd-d7c7-sbdm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-21731.yml 38.6.0
2026-05-30T20:57:03.696086+00:00 GitLab Importer Affected by VCID-9arh-a8wj-wka6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-21734.yml 38.6.0
2026-05-30T20:57:03.618567+00:00 GitLab Importer Affected by VCID-97cs-4kx3-37gm https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-21733.yml 38.6.0
2026-05-30T20:57:03.490258+00:00 GitLab Importer Affected by VCID-hujj-6vv2-u3c2 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23583.yml 38.6.0
2026-05-30T20:57:02.592687+00:00 GitLab Importer Affected by VCID-ev23-kazv-nkas https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23575.yml 38.6.0
2026-05-30T20:57:02.441003+00:00 GitLab Importer Affected by VCID-x2t2-4sa6-qygs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23561.yml 38.6.0
2026-05-30T20:57:02.232945+00:00 GitLab Importer Affected by VCID-3g5a-5csn-h3d9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23588.yml 38.6.0
2026-05-30T20:57:02.157944+00:00 GitLab Importer Affected by VCID-3czq-3twf-skcg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23573.yml 38.6.0
2026-05-30T20:57:01.918686+00:00 GitLab Importer Affected by VCID-jdud-ufqp-4yg5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23591.yml 38.6.0
2026-05-30T20:57:01.849592+00:00 GitLab Importer Affected by VCID-vpyd-he5n-b3a4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-21739.yml 38.6.0
2026-05-30T20:57:01.477773+00:00 GitLab Importer Affected by VCID-vgv7-xc3c-1fb3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23564.yml 38.6.0
2026-05-30T20:57:00.970029+00:00 GitLab Importer Affected by VCID-xn72-z6kg-q7bp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/GMS-2022-53.yml 38.6.0
2026-05-30T20:57:00.496409+00:00 GitLab Importer Affected by VCID-en5f-xtha-cyhp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23586.yml 38.6.0
2026-05-30T20:57:00.424597+00:00 GitLab Importer Affected by VCID-yvag-32h1-yfc5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-21740.yml 38.6.0
2026-05-30T20:57:00.036421+00:00 GitLab Importer Affected by VCID-ev84-gxjn-6bf1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-21727.yml 38.6.0
2026-05-30T20:56:59.969824+00:00 GitLab Importer Affected by VCID-fggx-3rzd-8kf5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23585.yml 38.6.0
2026-05-30T20:56:59.579421+00:00 GitLab Importer Affected by VCID-39ck-bm9t-kqhs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23557.yml 38.6.0
2026-05-30T20:56:58.828926+00:00 GitLab Importer Affected by VCID-5tpp-sf62-zycs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23563.yml 38.6.0
2026-05-30T20:56:58.697395+00:00 GitLab Importer Affected by VCID-466y-e26r-rka4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23595.yml 38.6.0
2026-05-30T20:56:57.568808+00:00 GitLab Importer Affected by VCID-15nt-6tff-k7gb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23587.yml 38.6.0
2026-05-30T20:56:57.381724+00:00 GitLab Importer Affected by VCID-vnn5-y8ez-rub9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23568.yml 38.6.0
2026-05-30T20:56:57.307309+00:00 GitLab Importer Affected by VCID-f25m-udat-n3fd https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23562.yml 38.6.0
2026-05-30T20:56:57.117677+00:00 GitLab Importer Affected by VCID-rsau-jvcr-uudd https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-21736.yml 38.6.0
2026-05-30T20:56:56.771040+00:00 GitLab Importer Affected by VCID-y8ed-ynrx-37af https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/GMS-2022-51.yml 38.6.0
2026-05-30T20:56:56.625485+00:00 GitLab Importer Affected by VCID-6888-uhtp-8ub6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-21737.yml 38.6.0
2026-05-30T20:56:56.549512+00:00 GitLab Importer Affected by VCID-83pe-ztey-dbf4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23569.yml 38.6.0
2026-05-30T20:56:56.480770+00:00 GitLab Importer Affected by VCID-eyqx-7k24-zfhq https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-21738.yml 38.6.0
2026-05-30T20:56:56.138436+00:00 GitLab Importer Affected by VCID-f3cx-k63z-7qde https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23559.yml 38.6.0
2026-05-30T20:56:55.748904+00:00 GitLab Importer Affected by VCID-akmu-fas1-33h6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-21741.yml 38.6.0
2026-05-30T20:56:55.693151+00:00 GitLab Importer Affected by VCID-yvef-kyv2-qbea https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/GMS-2022-52.yml 38.6.0
2026-05-30T20:56:55.633752+00:00 GitLab Importer Affected by VCID-ccv1-pgda-r7ba https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23566.yml 38.6.0
2026-05-30T20:56:55.493947+00:00 GitLab Importer Affected by VCID-1ah5-hm7a-ykep https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-21730.yml 38.6.0
2026-05-30T20:56:54.831403+00:00 GitLab Importer Affected by VCID-axj7-aq9m-rqdu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23571.yml 38.6.0
2026-05-30T20:56:54.526960+00:00 GitLab Importer Affected by VCID-ugta-nt2s-27fk https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23572.yml 38.6.0
2026-05-30T20:56:54.291729+00:00 GitLab Importer Affected by VCID-n62z-1akp-ebck https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23584.yml 38.6.0
2026-05-30T20:56:54.053168+00:00 GitLab Importer Affected by VCID-ngkq-s26c-qkfj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23589.yml 38.6.0
2026-05-30T20:56:53.678299+00:00 GitLab Importer Affected by VCID-vfgz-fss4-wbgu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23574.yml 38.6.0
2026-05-30T20:56:53.250810+00:00 GitLab Importer Affected by VCID-q4zv-syab-bbh8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23558.yml 38.6.0
2026-05-30T20:56:53.132065+00:00 GitLab Importer Affected by VCID-vqxg-mnz4-13cg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23570.yml 38.6.0
2026-05-30T20:56:53.009246+00:00 GitLab Importer Affected by VCID-qgr6-bqrc-puhs https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23560.yml 38.6.0
2026-05-30T20:56:52.789232+00:00 GitLab Importer Affected by VCID-d3dc-su6w-s3ag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-21726.yml 38.6.0
2026-05-30T20:56:51.846662+00:00 GitLab Importer Affected by VCID-g8er-52ns-j7b1 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-21728.yml 38.6.0
2026-05-30T20:56:51.652195+00:00 GitLab Importer Affected by VCID-145d-k5w3-tfgz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23567.yml 38.6.0
2026-05-30T20:56:51.510544+00:00 GitLab Importer Affected by VCID-v2nf-1526-nkbp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23565.yml 38.6.0
2026-05-30T20:56:49.622316+00:00 GitLab Importer Affected by VCID-mtqg-yga8-eqeu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23581.yml 38.6.0
2026-05-30T20:56:49.366321+00:00 GitLab Importer Affected by VCID-g8ts-ghhv-33e3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2022-23580.yml 38.6.0
2026-05-30T20:56:15.731121+00:00 GitLab Importer Affected by VCID-w2ns-kqmv-xfan https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41208.yml 38.6.0
2026-05-30T20:56:15.484684+00:00 GitLab Importer Affected by VCID-kupu-frrt-pqen https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41216.yml 38.6.0
2026-05-30T20:56:15.362461+00:00 GitLab Importer Affected by VCID-5ty2-z944-mbht https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41214.yml 38.6.0
2026-05-30T20:56:15.303447+00:00 GitLab Importer Affected by VCID-2cw7-2xzs-abfz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41217.yml 38.6.0
2026-05-30T20:56:15.147854+00:00 GitLab Importer Affected by VCID-g144-4yvx-xybr https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41202.yml 38.6.0
2026-05-30T20:56:15.086653+00:00 GitLab Importer Affected by VCID-sf59-u7jt-4bd5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41206.yml 38.6.0
2026-05-30T20:56:14.930517+00:00 GitLab Importer Affected by VCID-fa9v-1a1j-5ydf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41220.yml 38.6.0
2026-05-30T20:56:14.871836+00:00 GitLab Importer Affected by VCID-cu5c-pmqv-xkdz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41200.yml 38.6.0
2026-05-30T20:56:14.722577+00:00 GitLab Importer Affected by VCID-rkx2-5nyj-bbhu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41218.yml 38.6.0
2026-05-30T20:56:14.465896+00:00 GitLab Importer Affected by VCID-xbt8-r95u-sqbu https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41201.yml 38.6.0
2026-05-30T20:56:14.281838+00:00 GitLab Importer Affected by VCID-688g-g33x-67g9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41223.yml 38.6.0
2026-05-30T20:56:14.081669+00:00 GitLab Importer Affected by VCID-2hqc-3d51-4yf5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41198.yml 38.6.0
2026-05-30T20:56:14.017238+00:00 GitLab Importer Affected by VCID-rr2a-8jrx-6ue8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41213.yml 38.6.0
2026-05-30T20:56:13.955273+00:00 GitLab Importer Affected by VCID-yh43-ndzp-4ue9 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41195.yml 38.6.0
2026-05-30T20:56:13.647769+00:00 GitLab Importer Affected by VCID-rujq-67w1-u3g7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41225.yml 38.6.0
2026-05-30T20:56:13.478950+00:00 GitLab Importer Affected by VCID-qvnc-gzf6-y3f3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41196.yml 38.6.0
2026-05-30T20:56:13.135984+00:00 GitLab Importer Affected by VCID-g423-bnfj-kybz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41224.yml 38.6.0
2026-05-30T20:56:12.926265+00:00 GitLab Importer Affected by VCID-9snf-qxka-83hd https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41204.yml 38.6.0
2026-05-30T20:56:12.802576+00:00 GitLab Importer Affected by VCID-gbft-tx74-wkhf https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41210.yml 38.6.0
2026-05-30T20:56:12.121775+00:00 GitLab Importer Affected by VCID-qdnt-cg25-5kdx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41197.yml 38.6.0
2026-05-30T20:56:11.823504+00:00 GitLab Importer Affected by VCID-nfr9-fgdn-4kh8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41222.yml 38.6.0
2026-05-30T20:56:11.765363+00:00 GitLab Importer Affected by VCID-sb7m-pngm-5fbj https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41215.yml 38.6.0
2026-05-30T20:56:11.460160+00:00 GitLab Importer Affected by VCID-1sr1-happ-6ugc https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41221.yml 38.6.0
2026-05-30T20:56:11.331969+00:00 GitLab Importer Affected by VCID-b8sr-erwh-5yh8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41228.yml 38.6.0
2026-05-30T20:56:11.209181+00:00 GitLab Importer Affected by VCID-y7hx-h69v-wfcy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41212.yml 38.6.0
2026-05-30T20:56:10.511615+00:00 GitLab Importer Affected by VCID-bm3u-2ych-eqac https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41227.yml 38.6.0
2026-05-30T20:56:10.381337+00:00 GitLab Importer Affected by VCID-aad5-dg9x-53cz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41199.yml 38.6.0
2026-05-30T20:56:10.242783+00:00 GitLab Importer Affected by VCID-exm3-hpp6-g7hg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41205.yml 38.6.0
2026-05-30T20:56:09.857130+00:00 GitLab Importer Affected by VCID-5xgg-h9wh-3uh7 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41226.yml 38.6.0
2026-05-30T20:56:09.635830+00:00 GitLab Importer Affected by VCID-9dhc-1f13-5qht https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41219.yml 38.6.0
2026-05-30T20:56:09.524786+00:00 GitLab Importer Affected by VCID-5d73-819a-xbeg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41209.yml 38.6.0
2026-05-30T20:56:09.472118+00:00 GitLab Importer Affected by VCID-dj7v-yppg-ckdp https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41211.yml 38.6.0
2026-05-30T20:56:09.414227+00:00 GitLab Importer Affected by VCID-9gde-ga9q-pqb4 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41207.yml 38.6.0
2026-05-30T20:56:09.329409+00:00 GitLab Importer Affected by VCID-myjm-gbbc-qucg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-cpu/CVE-2021-41203.yml 38.6.0
2026-05-30T20:29:59.219365+00:00 Pypa Importer Affected by VCID-n62z-1akp-ebck https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-93.yaml 38.6.0
2026-05-30T20:29:59.003083+00:00 Pypa Importer Affected by VCID-vqxg-mnz4-13cg https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-79.yaml 38.6.0
2026-05-30T20:29:58.787730+00:00 Pypa Importer Affected by VCID-39ck-bm9t-kqhs https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-66.yaml 38.6.0
2026-05-30T20:29:58.079386+00:00 Pypa Importer Affected by VCID-axj7-aq9m-rqdu https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-80.yaml 38.6.0
2026-05-30T20:29:57.858762+00:00 Pypa Importer Affected by VCID-vfgz-fss4-wbgu https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-83.yaml 38.6.0
2026-05-30T20:29:57.140681+00:00 Pypa Importer Affected by VCID-5tpp-sf62-zycs https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-72.yaml 38.6.0
2026-05-30T20:29:56.918465+00:00 Pypa Importer Affected by VCID-pe9p-a7nn-8bhj https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-91.yaml 38.6.0
2026-05-30T20:29:56.209255+00:00 Pypa Importer Affected by VCID-v2nf-1526-nkbp https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-74.yaml 38.6.0
2026-05-30T20:29:55.983178+00:00 Pypa Importer Affected by VCID-ugta-nt2s-27fk https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-81.yaml 38.6.0
2026-05-30T20:29:55.766909+00:00 Pypa Importer Affected by VCID-en5f-xtha-cyhp https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-95.yaml 38.6.0
2026-05-30T20:29:54.547745+00:00 Pypa Importer Affected by VCID-ngkq-s26c-qkfj https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-98.yaml 38.6.0
2026-05-30T20:29:53.854610+00:00 Pypa Importer Affected by VCID-cwvm-wntu-tfck https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-88.yaml 38.6.0
2026-05-30T20:29:53.629854+00:00 Pypa Importer Affected by VCID-15nt-6tff-k7gb https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-96.yaml 38.6.0
2026-05-30T20:29:51.095838+00:00 Pypa Importer Affected by VCID-ev23-kazv-nkas https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-84.yaml 38.6.0
2026-05-30T20:29:50.866685+00:00 Pypa Importer Affected by VCID-3g5a-5csn-h3d9 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-97.yaml 38.6.0
2026-05-30T20:29:50.707926+00:00 Pypa Importer Affected by VCID-rt4b-xxm6-xubs https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-99.yaml 38.6.0
2026-05-30T20:29:49.969913+00:00 Pypa Importer Affected by VCID-egc6-6pwr-fyej https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-86.yaml 38.6.0
2026-05-30T20:29:49.754399+00:00 Pypa Importer Affected by VCID-466y-e26r-rka4 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-103.yaml 38.6.0
2026-05-30T20:29:49.525964+00:00 Pypa Importer Affected by VCID-f3cx-k63z-7qde https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-68.yaml 38.6.0
2026-05-30T20:29:47.845883+00:00 Pypa Importer Affected by VCID-jdud-ufqp-4yg5 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-100.yaml 38.6.0
2026-05-30T20:29:47.634027+00:00 Pypa Importer Affected by VCID-x5x3-2cyz-xbhe https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-87.yaml 38.6.0
2026-05-30T20:29:45.431675+00:00 Pypa Importer Affected by VCID-vgv7-xc3c-1fb3 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-73.yaml 38.6.0
2026-05-30T20:29:44.742397+00:00 Pypa Importer Affected by VCID-x2t2-4sa6-qygs https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-70.yaml 38.6.0
2026-05-30T20:29:44.475947+00:00 Pypa Importer Affected by VCID-m4na-tgrp-d7fk https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-85.yaml 38.6.0
2026-05-30T20:29:44.256970+00:00 Pypa Importer Affected by VCID-qgr6-bqrc-puhs https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-69.yaml 38.6.0
2026-05-30T20:29:44.037600+00:00 Pypa Importer Affected by VCID-hujj-6vv2-u3c2 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-92.yaml 38.6.0
2026-05-30T20:29:42.776967+00:00 Pypa Importer Affected by VCID-f25m-udat-n3fd https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-71.yaml 38.6.0
2026-05-30T20:29:41.558164+00:00 Pypa Importer Affected by VCID-g8ts-ghhv-33e3 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-89.yaml 38.6.0
2026-05-30T20:29:41.337996+00:00 Pypa Importer Affected by VCID-fggx-3rzd-8kf5 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-94.yaml 38.6.0
2026-05-30T20:29:40.085724+00:00 Pypa Importer Affected by VCID-q4zv-syab-bbh8 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-67.yaml 38.6.0
2026-05-30T20:29:39.856630+00:00 Pypa Importer Affected by VCID-3czq-3twf-skcg https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-82.yaml 38.6.0
2026-05-30T20:29:39.619641+00:00 Pypa Importer Affected by VCID-mtqg-yga8-eqeu https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-90.yaml 38.6.0
2026-05-30T20:29:38.859498+00:00 Pypa Importer Affected by VCID-ccv1-pgda-r7ba https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-75.yaml 38.6.0
2026-05-30T20:29:36.207621+00:00 Pypa Importer Affected by VCID-yvag-32h1-yfc5 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-64.yaml 38.6.0
2026-05-30T20:29:35.983141+00:00 Pypa Importer Affected by VCID-akmu-fas1-33h6 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-65.yaml 38.6.0
2026-05-30T20:29:35.251638+00:00 Pypa Importer Affected by VCID-6888-uhtp-8ub6 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-61.yaml 38.6.0
2026-05-30T20:29:34.003612+00:00 Pypa Importer Affected by VCID-vpyd-he5n-b3a4 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-63.yaml 38.6.0
2026-05-30T20:29:33.276970+00:00 Pypa Importer Affected by VCID-eyqx-7k24-zfhq https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-62.yaml 38.6.0
2026-05-30T20:29:33.046710+00:00 Pypa Importer Affected by VCID-ky4u-eny7-33fy https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-53.yaml 38.6.0
2026-05-30T20:29:32.325588+00:00 Pypa Importer Affected by VCID-83pe-ztey-dbf4 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-78.yaml 38.6.0
2026-05-30T20:29:32.108395+00:00 Pypa Importer Affected by VCID-gg98-zkw8-5ben https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-49.yaml 38.6.0
2026-05-30T20:29:30.434985+00:00 Pypa Importer Affected by VCID-9arh-a8wj-wka6 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-58.yaml 38.6.0
2026-05-30T20:29:29.699855+00:00 Pypa Importer Affected by VCID-6gnj-az99-h7b4 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-59.yaml 38.6.0
2026-05-30T20:29:28.984885+00:00 Pypa Importer Affected by VCID-vnn5-y8ez-rub9 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-77.yaml 38.6.0
2026-05-30T20:29:28.264461+00:00 Pypa Importer Affected by VCID-97cs-4kx3-37gm https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-57.yaml 38.6.0
2026-05-30T20:29:27.576631+00:00 Pypa Importer Affected by VCID-rsau-jvcr-uudd https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-60.yaml 38.6.0
2026-05-30T20:29:27.360735+00:00 Pypa Importer Affected by VCID-qxqd-f1bw-y7h4 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-56.yaml 38.6.0
2026-05-30T20:29:27.126076+00:00 Pypa Importer Affected by VCID-11qd-d7c7-sbdm https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-55.yaml 38.6.0
2026-05-30T20:29:26.901507+00:00 Pypa Importer Affected by VCID-145d-k5w3-tfgz https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-76.yaml 38.6.0
2026-05-30T20:29:24.738050+00:00 Pypa Importer Affected by VCID-g8er-52ns-j7b1 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-52.yaml 38.6.0
2026-05-30T20:29:23.075402+00:00 Pypa Importer Affected by VCID-1ah5-hm7a-ykep https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-54.yaml 38.6.0
2026-05-30T20:29:22.858749+00:00 Pypa Importer Affected by VCID-d3dc-su6w-s3ag https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-50.yaml 38.6.0
2026-05-30T20:29:22.629692+00:00 Pypa Importer Affected by VCID-ev84-gxjn-6bf1 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2022-51.yaml 38.6.0
2026-05-30T20:29:00.807854+00:00 Pypa Importer Affected by VCID-fa9v-1a1j-5ydf https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-629.yaml 38.6.0
2026-05-30T20:28:59.696673+00:00 Pypa Importer Affected by VCID-bm3u-2ych-eqac https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-636.yaml 38.6.0
2026-05-30T20:28:58.290553+00:00 Pypa Importer Affected by VCID-nfr9-fgdn-4kh8 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-631.yaml 38.6.0
2026-05-30T20:28:55.237062+00:00 Pypa Importer Affected by VCID-rujq-67w1-u3g7 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-634.yaml 38.6.0
2026-05-30T20:28:52.771942+00:00 Pypa Importer Affected by VCID-rr2a-8jrx-6ue8 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-622.yaml 38.6.0
2026-05-30T20:28:52.416159+00:00 Pypa Importer Affected by VCID-1sr1-happ-6ugc https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-630.yaml 38.6.0
2026-05-30T20:28:49.313634+00:00 Pypa Importer Affected by VCID-kupu-frrt-pqen https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-625.yaml 38.6.0
2026-05-30T20:28:46.322175+00:00 Pypa Importer Affected by VCID-b8sr-erwh-5yh8 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-637.yaml 38.6.0
2026-05-30T20:28:44.126786+00:00 Pypa Importer Affected by VCID-w2ns-kqmv-xfan https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-617.yaml 38.6.0
2026-05-30T20:28:43.765204+00:00 Pypa Importer Affected by VCID-g144-4yvx-xybr https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-612.yaml 38.6.0
2026-05-30T20:28:42.392785+00:00 Pypa Importer Affected by VCID-9gde-ga9q-pqb4 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-616.yaml 38.6.0
2026-05-30T20:28:42.134684+00:00 Pypa Importer Affected by VCID-sf59-u7jt-4bd5 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-845.yaml 38.6.0
2026-05-30T20:28:40.897892+00:00 Pypa Importer Affected by VCID-rkx2-5nyj-bbhu https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-627.yaml 38.6.0
2026-05-30T20:28:36.152981+00:00 Pypa Importer Affected by VCID-5d73-819a-xbeg https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-618.yaml 38.6.0
2026-05-30T20:28:31.330582+00:00 Pypa Importer Affected by VCID-dj7v-yppg-ckdp https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-620.yaml 38.6.0
2026-05-30T20:28:29.262168+00:00 Pypa Importer Affected by VCID-5ty2-z944-mbht https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-623.yaml 38.6.0
2026-05-30T20:28:27.029388+00:00 Pypa Importer Affected by VCID-9snf-qxka-83hd https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-614.yaml 38.6.0
2026-05-30T20:28:23.125921+00:00 Pypa Importer Affected by VCID-9dhc-1f13-5qht https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-628.yaml 38.6.0
2026-05-30T20:28:21.687918+00:00 Pypa Importer Affected by VCID-g423-bnfj-kybz https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-633.yaml 38.6.0
2026-05-30T20:28:15.625617+00:00 Pypa Importer Affected by VCID-688g-g33x-67g9 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-632.yaml 38.6.0
2026-05-30T20:28:14.437426+00:00 Pypa Importer Affected by VCID-y7hx-h69v-wfcy https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-621.yaml 38.6.0
2026-05-30T20:28:13.076575+00:00 Pypa Importer Affected by VCID-sb7m-pngm-5fbj https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-624.yaml 38.6.0
2026-05-30T20:28:12.725009+00:00 Pypa Importer Affected by VCID-5xgg-h9wh-3uh7 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-635.yaml 38.6.0
2026-05-30T20:28:10.717555+00:00 Pypa Importer Affected by VCID-2cw7-2xzs-abfz https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-626.yaml 38.6.0
2026-05-30T20:28:10.351103+00:00 Pypa Importer Affected by VCID-exm3-hpp6-g7hg https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-615.yaml 38.6.0
2026-05-30T20:28:09.002336+00:00 Pypa Importer Affected by VCID-myjm-gbbc-qucg https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-613.yaml 38.6.0
2026-05-30T20:28:07.801886+00:00 Pypa Importer Affected by VCID-2hqc-3d51-4yf5 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-608.yaml 38.6.0
2026-05-30T20:28:02.009731+00:00 Pypa Importer Affected by VCID-aad5-dg9x-53cz https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-609.yaml 38.6.0
2026-05-30T20:28:01.749226+00:00 Pypa Importer Affected by VCID-yh43-ndzp-4ue9 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-844.yaml 38.6.0
2026-05-30T20:28:01.391809+00:00 Pypa Importer Affected by VCID-gbft-tx74-wkhf https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-619.yaml 38.6.0
2026-05-30T20:28:01.042545+00:00 Pypa Importer Affected by VCID-xbt8-r95u-sqbu https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-611.yaml 38.6.0
2026-05-30T20:27:58.859565+00:00 Pypa Importer Affected by VCID-cu5c-pmqv-xkdz https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-610.yaml 38.6.0
2026-05-30T20:27:55.903038+00:00 Pypa Importer Affected by VCID-qvnc-gzf6-y3f3 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-606.yaml 38.6.0
2026-05-30T20:27:55.546236+00:00 Pypa Importer Affected by VCID-qdnt-cg25-5kdx https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-cpu/PYSEC-2021-607.yaml 38.6.0