gsd-2022-41902
Vulnerability from gsd
Modified
2023-12-13 01:19
Details
TensorFlow is an open source platform for machine learning. The function MakeGrapplerFunctionItem 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. We have patched the issue in GitHub commit a65411a1d69edfb16b25907ffb8f73556ce36bb7. The fix will be included in TensorFlow 2.11.0. We will also cherrypick this commit on TensorFlow 2.8.4, 2.9.3, and 2.10.1.
Aliases
Aliases
{ GSD: { alias: "CVE-2022-41902", id: "GSD-2022-41902", references: [ "https://www.suse.com/security/cve/CVE-2022-41902.html", ], }, gsd: { metadata: { exploitCode: "unknown", remediation: "unknown", reportConfidence: "confirmed", type: "vulnerability", }, osvSchema: { aliases: [ "CVE-2022-41902", ], details: "TensorFlow is an open source platform for machine learning. The function MakeGrapplerFunctionItem 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. We have patched the issue in GitHub commit a65411a1d69edfb16b25907ffb8f73556ce36bb7. The fix will be included in TensorFlow 2.11.0. We will also cherrypick this commit on TensorFlow 2.8.4, 2.9.3, and 2.10.1.", id: "GSD-2022-41902", modified: "2023-12-13T01:19:33.059013Z", schema_version: "1.4.0", }, }, namespaces: { "cve.org": { CVE_data_meta: { ASSIGNER: "security-advisories@github.com", ID: "CVE-2022-41902", STATE: "PUBLIC", TITLE: "Out of bounds write in grappler in Tensorflow", }, affects: { vendor: { vendor_data: [ { product: { product_data: [ { product_name: "tensorflow", version: { version_data: [ { version_value: ">= 2.10.0, < 2.10.1", }, { version_value: ">= 2.9.0, < 2.9.3", }, { version_value: "< 2.8.4", }, ], }, }, ], }, vendor_name: "tensorflow", }, ], }, }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "eng", value: "TensorFlow is an open source platform for machine learning. The function MakeGrapplerFunctionItem 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. We have patched the issue in GitHub commit a65411a1d69edfb16b25907ffb8f73556ce36bb7. The fix will be included in TensorFlow 2.11.0. We will also cherrypick this commit on TensorFlow 2.8.4, 2.9.3, and 2.10.1.", }, ], }, impact: { cvss: { attackComplexity: "HIGH", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 7.1, baseSeverity: "HIGH", confidentialityImpact: "HIGH", integrityImpact: "HIGH", privilegesRequired: "LOW", scope: "UNCHANGED", userInteraction: "REQUIRED", vectorString: "CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H", version: "3.1", }, }, problemtype: { problemtype_data: [ { description: [ { lang: "eng", value: "CWE-787: Out-of-bounds Write", }, ], }, ], }, references: { reference_data: [ { name: "https://github.com/tensorflow/tensorflow/commit/a65411a1d69edfb16b25907ffb8f73556ce36bb7", refsource: "MISC", url: "https://github.com/tensorflow/tensorflow/commit/a65411a1d69edfb16b25907ffb8f73556ce36bb7", }, { name: "https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/grappler/utils/functions.cc#L221", refsource: "MISC", url: "https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/grappler/utils/functions.cc#L221", }, { name: "https://github.com/tensorflow/tensorflow/security/advisories/GHSA-cg88-rpvp-cjv5", refsource: "CONFIRM", url: "https://github.com/tensorflow/tensorflow/security/advisories/GHSA-cg88-rpvp-cjv5", }, ], }, source: { advisory: "GHSA-cg88-rpvp-cjv5", discovery: "UNKNOWN", }, }, "gitlab.com": { advisories: [ { affected_range: "<2.8.4||>=2.9.0,<2.9.3||>=2.10.0,<2.10.1", affected_versions: "All versions before 2.8.4, all versions starting from 2.9.0 before 2.9.3, all versions starting from 2.10.0 before 2.10.1", cwe_ids: [ "CWE-1035", "CWE-937", ], date: "2022-11-21", description: "### Impact\nThe 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.\n\n### Patches\nWe have patched the issue in GitHub commit [a65411a1d69edfb16b25907ffb8f73556ce36bb7](https://github.com/tensorflow/tensorflow/commit/a65411a1d69edfb16b25907ffb8f73556ce36bb7) .\n\nThe fix will be included in TensorFlow 2.11.0. We will also cherrypick this commit on TensorFlow 2.10.1.\n\n\n### For more information\nPlease 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.\n", fixed_versions: [ "2.8.4", "2.9.3", "2.10.1", ], identifier: "GMS-2022-7003", identifiers: [ "GHSA-cg88-rpvp-cjv5", "GMS-2022-7003", "CVE-2022-41902", ], not_impacted: "All versions starting from 2.8.4 before 2.9.0, all versions starting from 2.9.3 before 2.10.0, all versions starting from 2.10.1", package_slug: "pypi/tensorflow-cpu", pubdate: "2022-11-21", solution: "Upgrade to versions 2.8.4, 2.9.3, 2.10.1 or above.", title: "Out of bounds write in grappler in Tensorflow", urls: [ "https://github.com/tensorflow/tensorflow/security/advisories/GHSA-cg88-rpvp-cjv5", "https://github.com/tensorflow/tensorflow/commit/a65411a1d69edfb16b25907ffb8f73556ce36bb7", "https://https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/grappler/utils/functions.cc#L221", "https://github.com/advisories/GHSA-cg88-rpvp-cjv5", ], uuid: "ed2edb43-7d5f-4a32-8ba5-e0655ef2ca08", }, { affected_range: "<2.8.4||>=2.9.0,<2.9.3||>=2.10.0,<2.10.1", affected_versions: "All versions before 2.8.4, all versions starting from 2.9.0 before 2.9.3, all versions starting from 2.10.0 before 2.10.1", cwe_ids: [ "CWE-1035", "CWE-937", ], date: "2022-11-21", description: "### Impact\nThe 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.\n\n### Patches\nWe have patched the issue in GitHub commit [a65411a1d69edfb16b25907ffb8f73556ce36bb7](https://github.com/tensorflow/tensorflow/commit/a65411a1d69edfb16b25907ffb8f73556ce36bb7).\n\nThe fix will be included in TensorFlow 2.11.0. We will also cherrypick this commit on TensorFlow 2.10.1.\n\n\n### For more information\nPlease 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.\n", fixed_versions: [ "2.8.4", "2.9.3", "2.10.1", ], identifier: "GMS-2022-7011", identifiers: [ "GHSA-cg88-rpvp-cjv5", "GMS-2022-7011", "CVE-2022-41902", ], not_impacted: "All versions starting from 2.8.4 before 2.9.0, all versions starting from 2.9.3 before 2.10.0, all versions starting from 2.10.1", package_slug: "pypi/tensorflow-gpu", pubdate: "2022-11-21", solution: "Upgrade to versions 2.8.4, 2.9.3, 2.10.1 or above.", title: "Out of bounds write in grappler in Tensorflow", urls: [ "https://github.com/tensorflow/tensorflow/security/advisories/GHSA-cg88-rpvp-cjv5", "https://github.com/tensorflow/tensorflow/commit/a65411a1d69edfb16b25907ffb8f73556ce36bb7", "https://https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/grappler/utils/functions.cc#L221", "https://github.com/advisories/GHSA-cg88-rpvp-cjv5", ], uuid: "2334c9de-f360-4c75-84b3-27402f503bcd", }, { affected_range: "<2.8.4||>=2.9.0,<2.9.3||==2.10.0", affected_versions: "All versions before 2.8.4, all versions starting from 2.9.0 before 2.9.3, version 2.10.0", cvss_v3: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", cwe_ids: [ "CWE-1035", "CWE-125", "CWE-937", ], date: "2023-06-27", description: "TensorFlow is an open source platform for machine learning. The function MakeGrapplerFunctionItem 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. We have patched the issue in GitHub commit a65411a1d69edfb16b25907ffb8f73556ce36bb7. The fix will be included in TensorFlow 2.11.0. We will also cherrypick this commit on TensorFlow 2.8.4, 2.9.3, and 2.10.1.", fixed_versions: [ "2.8.4", "2.9.3", "2.10.1", ], identifier: "CVE-2022-41902", identifiers: [ "CVE-2022-41902", "GHSA-cg88-rpvp-cjv5", "GMS-2022-6995", ], not_impacted: "All versions starting from 2.8.4 before 2.9.0, all versions starting from 2.9.3 before 2.10.0, all versions after 2.10.0", package_slug: "pypi/tensorflow", pubdate: "2022-12-06", solution: "Upgrade to versions 2.8.4, 2.9.3, 2.10.1 or above.", title: "Out-of-bounds Write", urls: [ "https://nvd.nist.gov/vuln/detail/CVE-2022-41902", "https://github.com/tensorflow/tensorflow/commit/a65411a1d69edfb16b25907ffb8f73556ce36bb7", "https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/grappler/utils/functions.cc#L221", "https://github.com/tensorflow/tensorflow/security/advisories/GHSA-cg88-rpvp-cjv5", "https://https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/grappler/utils/functions.cc#L221", "https://github.com/advisories/GHSA-cg88-rpvp-cjv5", ], uuid: "eeddfea1-ff24-45d3-a5f5-6492cb63eb74", }, { affected_range: "<0", affected_versions: "All versions before 2.8.4, all versions starting from 2.9.0 before 2.9.3, all versions starting from 2.10.0 before 2.10.1", cwe_ids: [ "CWE-1035", "CWE-937", ], date: "2022-11-21", description: "The function `MakeGrapplerFunctionItem` 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.", fixed_versions: [ "2.8.4", "2.9.3", "2.10.1", ], identifier: "GMS-2022-6995", identifiers: [ "GHSA-cg88-rpvp-cjv5", "GMS-2022-6995", "CVE-2022-41902", ], not_impacted: "All versions starting from 2.8.4 before 2.9.0, all versions starting from 2.9.3 before 2.10.0, all versions starting from 2.10.1", package_slug: "pypi/tensorflow", pubdate: "2022-11-21", solution: "Upgrade to versions 2.8.4, 2.9.3, 2.10.1 or above.", title: "Duplicate of ./pypi/tensorflow/CVE-2022-41902.yml", urls: [ "https://github.com/tensorflow/tensorflow/security/advisories/GHSA-cg88-rpvp-cjv5", "https://github.com/tensorflow/tensorflow/commit/a65411a1d69edfb16b25907ffb8f73556ce36bb7", "https://github.com/advisories/GHSA-cg88-rpvp-cjv5", ], uuid: "f5b5b8fc-9104-488d-89a5-712604536063", }, ], }, "nvd.nist.gov": { configurations: { CVE_data_version: "4.0", nodes: [ { children: [], cpe_match: [ { cpe23Uri: "cpe:2.3:a:google:tensorflow:*:*:*:*:*:*:*:*", cpe_name: [], versionEndExcluding: "2.9.3", versionStartIncluding: "2.9.0", vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:google:tensorflow:*:*:*:*:*:*:*:*", cpe_name: [], versionEndExcluding: "2.8.4", vulnerable: true, }, { cpe23Uri: "cpe:2.3:a:google:tensorflow:2.10.0:-:*:*:*:*:*:*", cpe_name: [], vulnerable: true, }, ], operator: "OR", }, ], }, cve: { CVE_data_meta: { ASSIGNER: "security-advisories@github.com", ID: "CVE-2022-41902", }, data_format: "MITRE", data_type: "CVE", data_version: "4.0", description: { description_data: [ { lang: "en", value: "TensorFlow is an open source platform for machine learning. The function MakeGrapplerFunctionItem 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. We have patched the issue in GitHub commit a65411a1d69edfb16b25907ffb8f73556ce36bb7. The fix will be included in TensorFlow 2.11.0. We will also cherrypick this commit on TensorFlow 2.8.4, 2.9.3, and 2.10.1.", }, ], }, problemtype: { problemtype_data: [ { description: [ { lang: "en", value: "CWE-125", }, ], }, ], }, references: { reference_data: [ { name: "https://github.com/tensorflow/tensorflow/commit/a65411a1d69edfb16b25907ffb8f73556ce36bb7", refsource: "MISC", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/tensorflow/tensorflow/commit/a65411a1d69edfb16b25907ffb8f73556ce36bb7", }, { name: "https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/grappler/utils/functions.cc#L221", refsource: "MISC", tags: [ "Third Party Advisory", ], url: "https://github.com/tensorflow/tensorflow/blob/master/tensorflow/core/grappler/utils/functions.cc#L221", }, { name: "https://github.com/tensorflow/tensorflow/security/advisories/GHSA-cg88-rpvp-cjv5", refsource: "CONFIRM", tags: [ "Patch", "Third Party Advisory", ], url: "https://github.com/tensorflow/tensorflow/security/advisories/GHSA-cg88-rpvp-cjv5", }, ], }, }, impact: { baseMetricV3: { cvssV3: { attackComplexity: "LOW", attackVector: "NETWORK", availabilityImpact: "HIGH", baseScore: 9.1, baseSeverity: "CRITICAL", confidentialityImpact: "HIGH", integrityImpact: "NONE", privilegesRequired: "NONE", scope: "UNCHANGED", userInteraction: "NONE", vectorString: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H", version: "3.1", }, exploitabilityScore: 3.9, impactScore: 5.2, }, }, lastModifiedDate: "2023-06-27T14:58Z", publishedDate: "2022-12-06T22:15Z", }, }, }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.