Staging Environment: Content and features may be unstable or change without notice.
Search for packages
Package details: pkg:pypi/tensorflow-gpu@2.10.0rc3
purl pkg:pypi/tensorflow-gpu@2.10.0rc3
Next non-vulnerable version 1.7.0rc0
Latest non-vulnerable version 2.12.1
Risk
Vulnerabilities affecting this package (20)
Vulnerability Summary Fixed by
VCID-1jte-hpg7-gydx
Aliases:
CVE-2023-25669
GHSA-rcf8-g8jv-vg6p
Incorrect Comparison TensorFlow is an open source platform for machine learning. Prior to versions 2.12.0 and 2.11.1, if the stride and window size are not positive for `tf.raw_ops.AvgPoolGrad`, it can give a floating point exception. A fix is included in TensorFlow version 2.12.0 and version 2.11.1.
2.11.1
Affected by 0 other vulnerabilities.
2.12.0
Affected by 1 other vulnerability.
VCID-36ey-jnev-qqf8
Aliases:
CVE-2023-25666
GHSA-f637-vh3r-vfh2
Incorrect Comparison TensorFlow is an open source platform for machine learning. Prior to versions 2.12.0 and 2.11.1, there is a floating point exception in AudioSpectrogram. A fix is included in TensorFlow version 2.12.0 and version 2.11.1.
2.11.1
Affected by 0 other vulnerabilities.
2.12.0
Affected by 1 other vulnerability.
VCID-37j3-cnw5-4fch
Aliases:
CVE-2023-33976
GHSA-gjh7-xx4r-x345
TensorFlow has segfault in array_ops.upper_bound `array_ops.upper_bound` causes a segfault when not given a rank 2 tensor.
2.12.1
Affected by 0 other vulnerabilities.
VCID-6f4y-m6ca-nyf6
Aliases:
CVE-2023-25663
GHSA-64jg-wjww-7c5w
NULL Pointer Dereference TensorFlow is an open source platform for machine learning. Prior to versions 2.12.0 and 2.11.1, when `ctx->step_containter()` is a null ptr, the Lookup function will be executed with a null pointer. A fix is included in TensorFlow 2.12.0 and 2.11.1.
2.11.1
Affected by 0 other vulnerabilities.
2.12.0
Affected by 1 other vulnerability.
VCID-6yy3-r6mh-j3e8
Aliases:
CVE-2023-25665
GHSA-558h-mq8x-7q9g
NULL Pointer Dereference TensorFlow is an open source platform for machine learning. Prior to versions 2.12.0 and 2.11.1, when `SparseSparseMaximum` is given invalid sparse tensors as inputs, it can give a null pointer error. A fix is included in TensorFlow version 2.12 and version 2.11.1.
2.11.1
Affected by 0 other vulnerabilities.
2.12.0
Affected by 1 other vulnerability.
VCID-8nt4-mp8z-b3et
Aliases:
CVE-2023-25801
GHSA-f49c-87jh-g47q
Double Free TensorFlow is an open source machine learning platform. Prior to versions 2.12.0 and 2.11.1, `nn_ops.fractional_avg_pool_v2` and `nn_ops.fractional_max_pool_v2` require the first and fourth elements of their parameter `pooling_ratio` to be equal to 1.0, as pooling on batch and channel dimensions is not supported. A fix is included in TensorFlow 2.12.0 and 2.11.1.
2.11.1
Affected by 0 other vulnerabilities.
2.12.0
Affected by 1 other vulnerability.
VCID-b31k-j7yk-muhz
Aliases:
CVE-2023-25668
GHSA-gw97-ff7c-9v96
Heap-based Buffer Overflow TensorFlow is an open source platform for machine learning. Attackers using Tensorflow prior to 2.12.0 or 2.11.1 can access heap memory which is not in the control of user, leading to a crash or remote code execution. The fix will be included in TensorFlow version 2.12.0 and will also cherrypick this commit on TensorFlow version 2.11.1.
2.11.1
Affected by 0 other vulnerabilities.
2.12.0
Affected by 1 other vulnerability.
VCID-c1qd-61t7-2fe3
Aliases:
CVE-2023-25667
GHSA-fqm2-gh8w-gr68
Integer Overflow or Wraparound TensorFlow is an open source platform for machine learning. Prior to versions 2.12.0 and 2.11.1, integer overflow occurs when `2^31 <= num_frames * height * width * channels < 2^32`, for example Full HD screencast of at least 346 frames. A fix is included in TensorFlow version 2.12.0 and version 2.11.1.
2.11.1
Affected by 0 other vulnerabilities.
2.12.0
Affected by 1 other vulnerability.
VCID-cvdm-ubbq-63ew
Aliases:
CVE-2023-25660
GHSA-qjqc-vqcf-5qvj
NULL Pointer Dereference TensorFlow is an open source platform for machine learning. Prior to versions 2.12.0 and 2.11.1, when the parameter `summarize` of `tf.raw_ops.Print` is zero, the new method `SummarizeArray<bool>` will reference to a nullptr, leading to a seg fault. A fix is included in TensorFlow version 2.12 and version 2.11.1.
2.11.1
Affected by 0 other vulnerabilities.
2.12.0
Affected by 1 other vulnerability.
VCID-dftm-vs4w-kfag
Aliases:
CVE-2023-25664
GHSA-6hg6-5c2q-7rcr
Heap-based Buffer Overflow TensorFlow is an open source platform for machine learning. Prior to versions 2.12.0 and 2.11.1, there is a heap buffer overflow in TAvgPoolGrad. A fix is included in TensorFlow 2.12.0 and 2.11.1.
2.11.1
Affected by 0 other vulnerabilities.
2.12.0
Affected by 1 other vulnerability.
VCID-ev9c-cxzc-p7hb
Aliases:
CVE-2023-25662
GHSA-7jvm-xxmr-v5cw
Integer Overflow or Wraparound TensorFlow is an open source platform for machine learning. Versions prior to 2.12.0 and 2.11.1 is vulnerable to integer overflow in EditDistance. A fix is included in TensorFlow version 2.12.0 and version 2.11.1.
2.11.1
Affected by 0 other vulnerabilities.
2.12.0
Affected by 1 other vulnerability.
VCID-h18h-987d-q7he
Aliases:
CVE-2023-27579
GHSA-5w96-866f-6rm8
Incorrect Comparison TensorFlow is an end-to-end open source platform for machine learning. Constructing a tflite model with a paramater `filter_input_channel` of less than 1 gives a FPE. This issue has been patched in version 2.12. TensorFlow will also cherrypick the fix commit on TensorFlow 2.11.1.
2.11.1
Affected by 0 other vulnerabilities.
2.12.0
Affected by 1 other vulnerability.
VCID-j7jy-3r33-x7fy
Aliases:
CVE-2023-25674
GHSA-gf97-q72m-7579
NULL Pointer Dereference TensorFlow is an open source machine learning platform. Versions prior to 2.12.0 and 2.11.1 have a null pointer error in RandomShuffle with XLA enabled. A fix is included in TensorFlow 2.12.0 and 2.11.1.
2.11.1
Affected by 0 other vulnerabilities.
2.12.0
Affected by 1 other vulnerability.
VCID-mj52-z2qy-4bd8
Aliases:
CVE-2023-25672
GHSA-94mm-g2mv-8p7r
NULL Pointer Dereference TensorFlow is an open source platform for machine learning. The function `tf.raw_ops.LookupTableImportV2` cannot handle scalars in the `values` parameter and gives an NPE. A fix is included in TensorFlow version 2.12.0 and version 2.11.1.
2.11.1
Affected by 0 other vulnerabilities.
2.12.0
Affected by 1 other vulnerability.
VCID-q2hk-yjnj-jbfb
Aliases:
CVE-2023-25676
GHSA-6wfh-89q8-44jq
NULL Pointer Dereference TensorFlow is an open source machine learning platform. When running versions prior to 2.12.0 and 2.11.1 with XLA, `tf.raw_ops.ParallelConcat` segfaults with a nullptr dereference when given a parameter `shape` with rank that is not greater than zero. A fix is available in TensorFlow 2.12.0 and 2.11.1.
2.11.1
Affected by 0 other vulnerabilities.
2.12.0
Affected by 1 other vulnerability.
VCID-qh3y-aeak-u3hg
Aliases:
CVE-2023-25659
GHSA-93vr-9q9m-pj8p
Out-of-bounds Read TensorFlow is an open source platform for machine learning. Prior to versions 2.12.0 and 2.11.1, if the parameter `indices` for `DynamicStitch` does not match the shape of the parameter `data`, it can trigger an stack OOB read. A fix is included in TensorFlow version 2.12.0 and version 2.11.1.
2.11.1
Affected by 0 other vulnerabilities.
2.12.0
Affected by 1 other vulnerability.
VCID-upnq-6wx8-gug8
Aliases:
CVE-2023-25673
GHSA-647v-r7qq-24fh
Incorrect Comparison TensorFlow is an open source platform for machine learning. Versions prior to 2.12.0 and 2.11.1 have a Floating Point Exception in TensorListSplit with XLA. A fix is included in TensorFlow version 2.12.0 and version 2.11.1.
2.11.1
Affected by 0 other vulnerabilities.
2.12.0
Affected by 1 other vulnerability.
VCID-v68f-q5vf-wkf5
Aliases:
CVE-2023-25675
GHSA-7x4v-9gxg-9hwj
Incorrect Comparison TensorFlow is an open source machine learning platform. When running versions prior to 2.12.0 and 2.11.1 with XLA, `tf.raw_ops.Bincount` segfaults when given a parameter `weights` that is neither the same shape as parameter `arr` nor a length-0 tensor. A fix is included in TensorFlow 2.12.0 and 2.11.1.
2.11.1
Affected by 0 other vulnerabilities.
2.12.0
Affected by 1 other vulnerability.
VCID-w5vq-nwu5-pken
Aliases:
CVE-2023-25670
GHSA-49rq-hwc3-x77w
NULL Pointer Dereference TensorFlow is an open source platform for machine learning. Versions prior to 2.12.0 and 2.11.1 have a null point error in QuantizedMatMulWithBiasAndDequantize with MKL enabled. A fix is included in TensorFlow version 2.12.0 and version 2.11.1.
2.11.1
Affected by 0 other vulnerabilities.
2.12.0
Affected by 1 other vulnerability.
VCID-xej2-7wvk-xuec
Aliases:
CVE-2023-25658
GHSA-68v3-g9cm-rmm6
Out-of-bounds Read TensorFlow is an open source platform for machine learning. Prior to versions 2.12.0 and 2.11.1, an out-of-bounds read is in GRUBlockCellGrad. A fix is included in TensorFlow 2.12.0 and 2.11.1.
2.11.1
Affected by 0 other vulnerabilities.
2.12.0
Affected by 1 other vulnerability.
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-06T05:15:56.263871+00:00 GitLab Importer Affected by VCID-37j3-cnw5-4fch https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-gpu/CVE-2023-33976.yml 38.6.0
2026-06-06T03:36:26.389826+00:00 GitLab Importer Affected by VCID-dftm-vs4w-kfag https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-gpu/CVE-2023-25664.yml 38.6.0
2026-06-06T03:36:24.189561+00:00 GitLab Importer Affected by VCID-q2hk-yjnj-jbfb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-gpu/CVE-2023-25676.yml 38.6.0
2026-06-06T03:36:20.394202+00:00 GitLab Importer Affected by VCID-mj52-z2qy-4bd8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-gpu/CVE-2023-25672.yml 38.6.0
2026-06-06T03:36:19.129823+00:00 GitLab Importer Affected by VCID-8nt4-mp8z-b3et https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-gpu/CVE-2023-25801.yml 38.6.0
2026-06-06T03:36:17.935481+00:00 GitLab Importer Affected by VCID-6f4y-m6ca-nyf6 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-gpu/CVE-2023-25663.yml 38.6.0
2026-06-06T03:36:15.535259+00:00 GitLab Importer Affected by VCID-j7jy-3r33-x7fy https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-gpu/CVE-2023-25674.yml 38.6.0
2026-06-06T03:36:14.338072+00:00 GitLab Importer Affected by VCID-36ey-jnev-qqf8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-gpu/CVE-2023-25666.yml 38.6.0
2026-06-06T03:36:10.259852+00:00 GitLab Importer Affected by VCID-1jte-hpg7-gydx https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-gpu/CVE-2023-25669.yml 38.6.0
2026-06-06T03:36:07.974678+00:00 GitLab Importer Affected by VCID-qh3y-aeak-u3hg https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-gpu/CVE-2023-25659.yml 38.6.0
2026-06-06T03:36:03.260418+00:00 GitLab Importer Affected by VCID-b31k-j7yk-muhz https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-gpu/CVE-2023-25668.yml 38.6.0
2026-06-06T03:36:02.064981+00:00 GitLab Importer Affected by VCID-c1qd-61t7-2fe3 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-gpu/CVE-2023-25667.yml 38.6.0
2026-06-06T03:36:00.895204+00:00 GitLab Importer Affected by VCID-ev9c-cxzc-p7hb https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-gpu/CVE-2023-25662.yml 38.6.0
2026-06-06T03:35:58.800179+00:00 GitLab Importer Affected by VCID-xej2-7wvk-xuec https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-gpu/CVE-2023-25658.yml 38.6.0
2026-06-06T03:35:57.601946+00:00 GitLab Importer Affected by VCID-v68f-q5vf-wkf5 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-gpu/CVE-2023-25675.yml 38.6.0
2026-06-06T03:35:56.455381+00:00 GitLab Importer Affected by VCID-h18h-987d-q7he https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-gpu/CVE-2023-27579.yml 38.6.0
2026-06-06T03:35:52.498262+00:00 GitLab Importer Affected by VCID-w5vq-nwu5-pken https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-gpu/CVE-2023-25670.yml 38.6.0
2026-06-06T03:35:50.375416+00:00 GitLab Importer Affected by VCID-6yy3-r6mh-j3e8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-gpu/CVE-2023-25665.yml 38.6.0
2026-06-06T03:35:46.417169+00:00 GitLab Importer Affected by VCID-upnq-6wx8-gug8 https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-gpu/CVE-2023-25673.yml 38.6.0
2026-06-06T03:35:41.493363+00:00 GitLab Importer Affected by VCID-cvdm-ubbq-63ew https://gitlab.com/gitlab-org/advisories-community/-/blob/main/pypi/tensorflow-gpu/CVE-2023-25660.yml 38.6.0