Lucene search
K

14324 matches found

OSV
OSV
added 2022/09/16 7:45 p.m.25 views

CVE-2022-35940 Int overflow in `RaggedRangeOp` in Tensoflow

TensorFlow is an open source platform for machine learning. The RaggedRangOp function takes an argument limits that is eventually used to construct a TensorShape as an int64. If limits is a very large float, it can overflow when converted to an int64. This triggers an InvalidArgument but also...

5.9CVSS8.2AI score0.00523EPSS
Exploits0References5
Debian CVE
Debian CVE
added 2022/09/16 7:45 p.m.2 views

CVE-2022-35940

TensorFlow is an open source platform for machine learning. The RaggedRangOp function takes an argument limits that is eventually used to construct a TensorShape as an int64. If limits is a very large float, it can overflow when converted to an int64. This triggers an InvalidArgument but also...

7.5CVSS7.1AI score0.00523EPSS
Exploits0
Vulnrichment
Vulnrichment
added 2022/09/16 7:45 p.m.5 views

CVE-2022-35941 `CHECK` failure in `AvgPoolOp` in Tensorflow

TensorFlow is an open source platform for machine learning. The AvgPoolOp function takes an argument ksize that must be positive but is not checked. A negative ksize can trigger a CHECK failure and crash the program. We have patched the issue in GitHub commit...

5.9CVSS7.5AI score0.00537EPSS
Exploits0References3
Cvelist
Cvelist
added 2022/09/16 7:45 p.m.42 views

CVE-2022-35941 `CHECK` failure in `AvgPoolOp` in Tensorflow

TensorFlow is an open source platform for machine learning. The AvgPoolOp function takes an argument ksize that must be positive but is not checked. A negative ksize can trigger a CHECK failure and crash the program. We have patched the issue in GitHub commit...

5.9CVSS7.7AI score0.00537EPSS
Exploits0References3
CVE
CVE
added 2022/09/16 7:45 p.m.123 views

CVE-2022-35941

CVE-2022-35941 affects TensorFlow: AvgPoolOp accepts a positive ksize but does not validate it, enabling a potential crash via a negative ksize. The issue is fixed in commit 3a6ac52664c6c095aa2b114e742b0aa17fdce78f and will be included in TensorFlow 2.10.0; the patch will be cherry-picked for TF ...

7.5CVSS6.3AI score0.00537EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2022/09/16 7:45 p.m.18 views

CVE-2022-35941 `CHECK` failure in `AvgPoolOp` in Tensorflow

TensorFlow is an open source platform for machine learning. The AvgPoolOp function takes an argument ksize that must be positive but is not checked. A negative ksize can trigger a CHECK failure and crash the program. We have patched the issue in GitHub commit...

5.9CVSS7.7AI score0.00537EPSS
Exploits0References5
Debian CVE
Debian CVE
added 2022/09/16 7:45 p.m.2 views

CVE-2022-35941

TensorFlow is an open source platform for machine learning. The AvgPoolOp function takes an argument ksize that must be positive but is not checked. A negative ksize can trigger a CHECK failure and crash the program. We have patched the issue in GitHub commit...

7.5CVSS6.9AI score0.00537EPSS
Exploits0
Vulnrichment
Vulnrichment
added 2022/09/16 7:40 p.m.5 views

CVE-2022-35937 OOB read in `Gather_nd` op in TensorFlow Lite

TensorFlow is an open source platform for machine learning. The GatherNd function 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 is triggered. This issue has been patched in...

7CVSS9.2AI score0.00422EPSS
Exploits0References3
Cvelist
Cvelist
added 2022/09/16 7:40 p.m.35 views

CVE-2022-35937 OOB read in `Gather_nd` op in TensorFlow Lite

TensorFlow is an open source platform for machine learning. The GatherNd function 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 is triggered. This issue has been patched in...

7CVSS9.4AI score0.00422EPSS
Exploits0References3
CVE
CVE
added 2022/09/16 7:40 p.m.81 views

CVE-2022-35937

TensorFlow Lite GatherNd contains an out-of-bounds read when input indices can exceed output sizes. The issue is fixed via patch 595a65a3e224a0362d7e68c2213acfc2b499a196, with the fix planned for TensorFlow 2.10.0 and cherry-picks for 2.9.1, 2.8.1, and 2.7.2 (all in the supported range). There ar...

9.1CVSS8.1AI score0.00422EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2022/09/16 7:40 p.m.29 views

CVE-2022-35937 OOB read in `Gather_nd` op in TensorFlow Lite

TensorFlow is an open source platform for machine learning. The GatherNd function 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 is triggered. This issue has been patched in...

7CVSS9AI score0.00422EPSS
Exploits0References5
Debian CVE
Debian CVE
added 2022/09/16 7:40 p.m.4 views

CVE-2022-35937

TensorFlow is an open source platform for machine learning. The GatherNd function 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 is triggered. This issue has been patched in...

9.1CVSS6.8AI score0.00422EPSS
Exploits0
Vulnrichment
Vulnrichment
added 2022/09/16 7:40 p.m.4 views

CVE-2022-35939 Out of bounds write in `scatter_nd` op in TensorFlow Lite

TensorFlow is an open source platform for machine learning. The ScatterNd function takes an input argument that determines the indices of of the output tensor. An input index greater than the output tensor or less than zero will either write content at the wrong index or trigger a crash. We have...

7CVSS9.6AI score0.00422EPSS
Exploits0References3
CVE
CVE
added 2022/09/16 7:40 p.m.91 views

CVE-2022-35939

CVE-2022-35939 concerns TensorFlow’s ScatterNd in TensorFlow Lite and core TF, where an input index outside the output bounds can write at an invalid location or crash. The issue is fixed via commit b4d4b4cb019bd7240a52daa4ba61e3cc814f0384 and the patch is scheduled for inclusion in TensorFlow 2....

9.8CVSS8.3AI score0.00422EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2022/09/16 7:40 p.m.23 views

CVE-2022-35939 Out of bounds write in `scatter_nd` op in TensorFlow Lite

TensorFlow is an open source platform for machine learning. The ScatterNd function takes an input argument that determines the indices of of the output tensor. An input index greater than the output tensor or less than zero will either write content at the wrong index or trigger a crash. We have...

7CVSS9.3AI score0.00422EPSS
Exploits0References5
Cvelist
Cvelist
added 2022/09/16 7:40 p.m.41 views

CVE-2022-35939 Out of bounds write in `scatter_nd` op in TensorFlow Lite

TensorFlow is an open source platform for machine learning. The ScatterNd function takes an input argument that determines the indices of of the output tensor. An input index greater than the output tensor or less than zero will either write content at the wrong index or trigger a crash. We have...

7CVSS9.8AI score0.00422EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2022/09/16 7:40 p.m.5 views

CVE-2022-35939

TensorFlow is an open source platform for machine learning. The ScatterNd function takes an input argument that determines the indices of of the output tensor. An input index greater than the output tensor or less than zero will either write content at the wrong index or trigger a crash. We have...

9.8CVSS7AI score0.00422EPSS
Exploits0
Vulnrichment
Vulnrichment
added 2022/09/16 7:35 p.m.6 views

CVE-2022-35935 `CHECK` failure in `SobolSample` via missing validation in TensorFlow

TensorFlow is an open source platform for machine learning. The implementation of SobolSampleOp is vulnerable to a denial of service via CHECK-failure assertion failure caused by assuming input0, input1, and input2 to be scalar. This issue has been patched in GitHub commit...

5.9CVSS7.4AI score0.00421EPSS
Exploits0References2
Cvelist
Cvelist
added 2022/09/16 7:35 p.m.30 views

CVE-2022-35935 `CHECK` failure in `SobolSample` via missing validation in TensorFlow

TensorFlow is an open source platform for machine learning. The implementation of SobolSampleOp is vulnerable to a denial of service via CHECK-failure assertion failure caused by assuming input0, input1, and input2 to be scalar. This issue has been patched in GitHub commit...

5.9CVSS7.5AI score0.00421EPSS
Exploits0References2
CVE
CVE
added 2022/09/16 7:35 p.m.103 views

CVE-2022-35935

CVE-2022-35935 affects TensorFlow via SobolSampleOp triggering a denial of service from a misvalidation that assumes input(0), input(1), and input(2) are scalar, causing a CHECK failure. The issue has been patched in the GitHub commit c65c67f88ad770662e8f191269a907bf2b94b1bf, with the fix slated ...

7.5CVSS6.3AI score0.00421EPSS
Exploits0References2Affected Software1
Rows per page
Query Builder