Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:pypi/tensorflow-gpu@2.6.2
purl pkg:pypi/tensorflow-gpu@2.6.2
Next non-vulnerable version 2.8.0
Latest non-vulnerable version 2.8.0
Risk
Vulnerabilities affecting this package (53)
Vulnerability Summary Fixed by
VCID-217a-71wn-nybg
Aliases:
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-2hj4-bbfq-xqfj
Aliases:
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-2sak-438s-bbg8
Aliases:
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-2t7w-zpd8-suc9
Aliases:
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-3y5w-424q-8qcn
Aliases:
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-4n1w-zfpr-dugh
Aliases:
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-56kw-66kj-1kb7
Aliases:
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-65fu-yg2h-zycr
Aliases:
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-6bgf-h7cu-27ec
Aliases:
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-6jvw-p6me-mke6
Aliases:
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-6nfa-78eb-jffv
Aliases:
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-6set-8e9p-nyeu
Aliases:
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-6xhv-euz8-zkc8
Aliases:
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-76t8-h98v-buhf
Aliases:
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-7jup-pyyw-c3eg
Aliases:
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-7rgb-m55r-4yhr
Aliases:
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-7z58-8eek-3fg2
Aliases:
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-87r3-u8t5-m7d2
Aliases:
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-8b1b-hevb-cqht
Aliases:
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-af9s-d9qq-tuh7
Aliases:
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-bmvq-fjkr-2fc3
Aliases:
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-bvuf-q5tx-x3ec
Aliases:
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-c5wa-uqe8-yqh1
Aliases:
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-d3qq-2w3d-dqe8
Aliases:
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-g3tv-ra2y-hqdn
Aliases:
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-g5tz-zaxw-cfa2
Aliases:
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-g7mk-ddes-8fa8
Aliases:
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-jgpf-xs7n-sbcn
Aliases:
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-jhq5-zhxm-a3ef
Aliases:
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-jpzs-vcck-6kce
Aliases:
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-me54-9e62-qfdt
Aliases:
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-mgvb-rccx-ffbz
Aliases:
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-mka4-sg7r-v3am
Aliases:
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-n8yf-dh79-83gt
Aliases:
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-nu75-chwt-fkdp
Aliases:
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-psey-gff8-nyg8
Aliases:
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-pve4-4466-tqah
Aliases:
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-rapw-1955-2ydq
Aliases:
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-rgat-jz7g-5qgd
Aliases:
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-rz3q-tnf3-mygj
Aliases:
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-sb76-qn7q-2ben
Aliases:
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-sney-upy2-cub5
Aliases:
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-t3m9-6h7k-9uax
Aliases:
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-tdw3-fns6-6baz
Aliases:
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-u197-te8d-jydm
Aliases:
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-vfkq-sva3-nybz
Aliases:
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-w1s8-6nq3-4bgp
Aliases:
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-xftt-xdnj-fuhd
Aliases:
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-yv3z-fhhz-9fa4
Aliases:
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-z8wr-n2z5-pffq
Aliases:
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-zfuy-5852-fug5
Aliases:
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-zj5j-12r4-4bhp
Aliases:
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-zztr-pqqn-w7fd
Aliases:
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.
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-06-02T04:17:01.532740+00:00 Pypa Importer Affected by VCID-56kw-66kj-1kb7 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-129.yaml 38.6.0
2026-06-02T04:17:01.030844+00:00 Pypa Importer Affected by VCID-6bgf-h7cu-27ec https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-123.yaml 38.6.0
2026-06-02T04:16:59.857400+00:00 Pypa Importer Affected by VCID-t3m9-6h7k-9uax https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-155.yaml 38.6.0
2026-06-02T04:16:58.904697+00:00 Pypa Importer Affected by VCID-n8yf-dh79-83gt https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-149.yaml 38.6.0
2026-06-02T04:16:57.984135+00:00 Pypa Importer Affected by VCID-65fu-yg2h-zycr https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-137.yaml 38.6.0
2026-06-02T04:16:56.840341+00:00 Pypa Importer Affected by VCID-2t7w-zpd8-suc9 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-127.yaml 38.6.0
2026-06-02T04:16:56.350385+00:00 Pypa Importer Affected by VCID-rz3q-tnf3-mygj https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-146.yaml 38.6.0
2026-06-02T04:16:55.627046+00:00 Pypa Importer Affected by VCID-c5wa-uqe8-yqh1 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-125.yaml 38.6.0
2026-06-02T04:16:54.702639+00:00 Pypa Importer Affected by VCID-76t8-h98v-buhf https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-135.yaml 38.6.0
2026-06-02T04:16:54.199464+00:00 Pypa Importer Affected by VCID-mgvb-rccx-ffbz https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-158.yaml 38.6.0
2026-06-02T04:16:53.858836+00:00 Pypa Importer Affected by VCID-g5tz-zaxw-cfa2 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-154.yaml 38.6.0
2026-06-02T04:16:53.341365+00:00 Pypa Importer Affected by VCID-6nfa-78eb-jffv https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-153.yaml 38.6.0
2026-06-02T04:16:52.831345+00:00 Pypa Importer Affected by VCID-217a-71wn-nybg https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-136.yaml 38.6.0
2026-06-02T04:16:51.708254+00:00 Pypa Importer Affected by VCID-8b1b-hevb-cqht https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-152.yaml 38.6.0
2026-06-02T04:16:50.520976+00:00 Pypa Importer Affected by VCID-2sak-438s-bbg8 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-130.yaml 38.6.0
2026-06-02T04:16:50.012348+00:00 Pypa Importer Affected by VCID-7z58-8eek-3fg2 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-124.yaml 38.6.0
2026-06-02T04:16:49.509124+00:00 Pypa Importer Affected by VCID-sney-upy2-cub5 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-122.yaml 38.6.0
2026-06-02T04:16:48.554264+00:00 Pypa Importer Affected by VCID-tdw3-fns6-6baz https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-128.yaml 38.6.0
2026-06-02T04:16:48.061509+00:00 Pypa Importer Affected by VCID-7rgb-m55r-4yhr https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-151.yaml 38.6.0
2026-06-02T04:16:47.566819+00:00 Pypa Importer Affected by VCID-d3qq-2w3d-dqe8 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-144.yaml 38.6.0
2026-06-02T04:16:47.073068+00:00 Pypa Importer Affected by VCID-6jvw-p6me-mke6 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-143.yaml 38.6.0
2026-06-02T04:16:46.311196+00:00 Pypa Importer Affected by VCID-w1s8-6nq3-4bgp https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-147.yaml 38.6.0
2026-06-02T04:16:44.905771+00:00 Pypa Importer Affected by VCID-xftt-xdnj-fuhd https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-141.yaml 38.6.0
2026-06-02T04:16:44.415178+00:00 Pypa Importer Affected by VCID-6xhv-euz8-zkc8 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-148.yaml 38.6.0
2026-06-02T04:16:43.642100+00:00 Pypa Importer Affected by VCID-mka4-sg7r-v3am https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-138.yaml 38.6.0
2026-06-02T04:16:43.125316+00:00 Pypa Importer Affected by VCID-yv3z-fhhz-9fa4 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-140.yaml 38.6.0
2026-06-02T04:16:42.192121+00:00 Pypa Importer Affected by VCID-bvuf-q5tx-x3ec https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-142.yaml 38.6.0
2026-06-02T04:16:41.710604+00:00 Pypa Importer Affected by VCID-jhq5-zhxm-a3ef https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-150.yaml 38.6.0
2026-06-02T04:16:40.562114+00:00 Pypa Importer Affected by VCID-4n1w-zfpr-dugh https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-145.yaml 38.6.0
2026-06-02T04:16:39.789788+00:00 Pypa Importer Affected by VCID-jpzs-vcck-6kce https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-134.yaml 38.6.0
2026-06-02T04:16:39.292953+00:00 Pypa Importer Affected by VCID-2hj4-bbfq-xqfj https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-139.yaml 38.6.0
2026-06-02T04:16:38.808319+00:00 Pypa Importer Affected by VCID-zztr-pqqn-w7fd https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-126.yaml 38.6.0
2026-06-02T04:16:38.305464+00:00 Pypa Importer Affected by VCID-me54-9e62-qfdt https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-121.yaml 38.6.0
2026-06-02T04:16:37.807097+00:00 Pypa Importer Affected by VCID-sb76-qn7q-2ben https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-119.yaml 38.6.0
2026-06-02T04:16:36.885335+00:00 Pypa Importer Affected by VCID-bmvq-fjkr-2fc3 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-120.yaml 38.6.0
2026-06-02T04:16:36.183464+00:00 Pypa Importer Affected by VCID-nu75-chwt-fkdp https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-117.yaml 38.6.0
2026-06-02T04:16:35.702509+00:00 Pypa Importer Affected by VCID-u197-te8d-jydm https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-118.yaml 38.6.0
2026-06-02T04:16:34.995815+00:00 Pypa Importer Affected by VCID-psey-gff8-nyg8 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-116.yaml 38.6.0
2026-06-02T04:16:34.057684+00:00 Pypa Importer Affected by VCID-87r3-u8t5-m7d2 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-108.yaml 38.6.0
2026-06-02T04:16:33.128648+00:00 Pypa Importer Affected by VCID-rapw-1955-2ydq https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-113.yaml 38.6.0
2026-06-02T04:16:32.641718+00:00 Pypa Importer Affected by VCID-g3tv-ra2y-hqdn https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-104.yaml 38.6.0
2026-06-02T04:16:32.156864+00:00 Pypa Importer Affected by VCID-6set-8e9p-nyeu https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-114.yaml 38.6.0
2026-06-02T04:16:31.451613+00:00 Pypa Importer Affected by VCID-zfuy-5852-fug5 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-133.yaml 38.6.0
2026-06-02T04:16:30.758004+00:00 Pypa Importer Affected by VCID-g7mk-ddes-8fa8 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-111.yaml 38.6.0
2026-06-02T04:16:30.069785+00:00 Pypa Importer Affected by VCID-7jup-pyyw-c3eg https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-131.yaml 38.6.0
2026-06-02T04:16:29.355103+00:00 Pypa Importer Affected by VCID-pve4-4466-tqah https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-110.yaml 38.6.0
2026-06-02T04:16:28.003154+00:00 Pypa Importer Affected by VCID-zj5j-12r4-4bhp https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-115.yaml 38.6.0
2026-06-02T04:16:27.515593+00:00 Pypa Importer Affected by VCID-af9s-d9qq-tuh7 https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-132.yaml 38.6.0
2026-06-02T04:16:27.027336+00:00 Pypa Importer Affected by VCID-rgat-jz7g-5qgd https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-112.yaml 38.6.0
2026-06-02T04:16:26.555917+00:00 Pypa Importer Affected by VCID-3y5w-424q-8qcn https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-105.yaml 38.6.0
2026-06-02T04:16:25.870296+00:00 Pypa Importer Affected by VCID-vfkq-sva3-nybz https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-107.yaml 38.6.0
2026-06-02T04:16:25.383540+00:00 Pypa Importer Affected by VCID-jgpf-xs7n-sbcn https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-106.yaml 38.6.0
2026-06-02T04:16:24.901335+00:00 Pypa Importer Affected by VCID-z8wr-n2z5-pffq https://github.com/pypa/advisory-database/blob/main/vulns/tensorflow-gpu/PYSEC-2022-109.yaml 38.6.0