---
id: CVE-2022-41902
aliases:
  - GHSA-cg88-rpvp-cjv5
  - BIT-tensorflow-2022-41902
  - PYSEC-2026-981
title: Out of bounds write in grappler in Tensorflow
summary: Out of bounds write in grappler in Tensorflow
severity: high
cvss: 7.1
cvssVector: 'CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H'
vendor: tensorflow
product: tensorflow
ecosystem: pip
affected:
  - tensorflow < 2.8.4
  - 'tensorflow >= 2.9.0, < 2.9.3'
  - 'tensorflow >= 2.10.0, < 2.10.1'
  - tensorflow-cpu < 2.8.4
  - tensorflow-gpu < 2.8.4
  - 'tensorflow-cpu >= 2.9.0, < 2.9.3'
  - 'tensorflow-gpu >= 2.9.0, < 2.9.3'
  - 'tensorflow-cpu >= 2.10.0, < 2.10.1'
  - 'tensorflow-gpu >= 2.10.0, < 2.10.1'
patched:
  - tensorflow 2.8.4
  - tensorflow 2.9.3
  - tensorflow 2.10.1
  - tensorflow-cpu 2.8.4
  - tensorflow-gpu 2.8.4
  - tensorflow-cpu 2.9.3
  - tensorflow-gpu 2.9.3
  - tensorflow-cpu 2.10.1
  - tensorflow-gpu 2.10.1
published: '2022-11-21'
updated: '2026-07-07'
source: OSV
sourceUrl: 'https://osv.dev/vulnerability/GHSA-cg88-rpvp-cjv5'
references:
  - url: >-
      https://github.com/tensorflow/tensorflow/security/advisories/GHSA-cg88-rpvp-cjv5
  - url: 'https://nvd.nist.gov/vuln/detail/CVE-2022-41902'
  - url: >-
      https://github.com/tensorflow/tensorflow/commit/a65411a1d69edfb16b25907ffb8f73556ce36bb7
  - url: 'https://github.com/tensorflow/tensorflow'
  - url: >-
      https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/grappler/utils/functions.cc#L221
tags:
  - osv
  - pip
epss: 0.00474
epssPercentile: 0.40185
ingestedAt: '2026-07-08T18:25:48.370Z'
---

## Overview

### Impact
The function [MakeGrapplerFunctionItem](https://https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/grappler/utils/functions.cc#L221) takes arguments that determine the sizes of inputs and outputs. If the inputs given are greater than or equal to the sizes of the outputs, an out-of-bounds memory read or a crash is triggered.

### Patches
We have patched the issue in GitHub commit [a65411a1d69edfb16b25907ffb8f73556ce36bb7](https://github.com/tensorflow/tensorflow/commit/a65411a1d69edfb16b25907ffb8f73556ce36bb7).

The fix will be included in TensorFlow 2.11.0. We will also cherrypick this commit on TensorFlow 2.10.1.


### For more information
Please consult [our security guide](https://github.com/tensorflow/tensorflow/blob/master/SECURITY.md) for more information regarding the security model and how to contact us with issues and questions.


## Affected packages

- `tensorflow < 2.8.4`
- `tensorflow >= 2.9.0, < 2.9.3`
- `tensorflow >= 2.10.0, < 2.10.1`
- `tensorflow-cpu < 2.8.4`
- `tensorflow-gpu < 2.8.4`
- `tensorflow-cpu >= 2.9.0, < 2.9.3`
- `tensorflow-gpu >= 2.9.0, < 2.9.3`
- `tensorflow-cpu >= 2.10.0, < 2.10.1`
- `tensorflow-gpu >= 2.10.0, < 2.10.1`

## Remediation

Upgrade to a patched release:

- `tensorflow 2.8.4`
- `tensorflow 2.9.3`
- `tensorflow 2.10.1`
- `tensorflow-cpu 2.8.4`
- `tensorflow-gpu 2.8.4`
- `tensorflow-cpu 2.9.3`
- `tensorflow-gpu 2.9.3`
- `tensorflow-cpu 2.10.1`
- `tensorflow-gpu 2.10.1`
