Lucene search
K

3086 matches found

OSV
OSV
added 2022/09/16 8:40 p.m.22 views

CVE-2022-35968 `CHECK` fail in `AvgPoolGrad` in TensorFlow

TensorFlow is an open source platform for machine learning. The implementation of AvgPoolGrad does not fully validate the input originputshape. This results in a CHECK failure which can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

5.9CVSS7.6AI score0.0007EPSS
Exploits0References4
CVE
CVE
added 2022/09/16 8:25 p.m.61 views

CVE-2022-35964

TensorFlow BlockLSTMGradV2 has an input validation flaw that can trigger a segfault/DoS. A patch was committed (2a458fc4866505be27c62f81474ecb2b870498fa) and will be included in TensorFlow 2.10.0; the fix will be cherry-picked to TF 2.9.1, 2.8.1, and 2.7.2. No public workarounds are provided in t...

7.5CVSS6.3AI score0.00041EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2022/09/16 8:25 p.m.78 views

CVE-2022-35965

TensorFlow (CVE-2022-35965) is affected by a NULL pointer dereference in LowerBound/UpperBound when given an empty sorted_inputs, causing a segmentation fault that can lead to a denial of service. The issue affects TensorFlow releases in the affected range and has been patched in commit bce3717ea...

7.5CVSS6.4AI score0.00075EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2022/09/16 8:25 p.m.17 views

CVE-2022-35965 Segfault in `LowerBound` and `UpperBound` in TensorFlow

TensorFlow is an open source platform for machine learning. If LowerBound or UpperBound is given an emptysortedinputs input, it results in a nullptr dereference, leading to a segfault that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

5.9CVSS7.6AI score0.00075EPSS
Exploits0References4
NVD
NVD
added 2022/09/16 8:15 p.m.12 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.1CVSS0.00126EPSS
Exploits0References3
Prion
Prion
added 2022/09/16 8:15 p.m.19 views

Stack overflow

TensorFlow is an open source platform for machine learning. The UnbatchGradOp function takes an argument id that is assumed to be a scalar. A nonscalar id can trigger a CHECK failure and crash the program. It also requires its argument batchindex to contain three times the number of elements as...

5CVSS7.6AI score0.00219EPSS
Exploits0References3Affected Software1
Prion
Prion
added 2022/09/16 8:15 p.m.14 views

Stack overflow

TensorFlow is an open source platform for machine learning. The implementation of AvgPool3DGradOp does not fully validate the input originputshape. This results in an overflow that results in a CHECK failure which can be used to trigger a denial of service attack. We have patched the issue in...

5CVSS7.6AI score0.00064EPSS
Exploits0References2Affected Software1
Prion
Prion
added 2022/09/16 8:15 p.m.16 views

Stack overflow

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...

5CVSS7.4AI score0.00093EPSS
Exploits0References2Affected Software1
Prion
Prion
added 2022/09/16 8:15 p.m.16 views

Out-of-bounds

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...

6.4CVSS9.2AI score0.00126EPSS
Exploits0References3Affected Software1
Prion
Prion
added 2022/09/16 8:15 p.m.17 views

Stack overflow

TensorFlow is an open source platform for machine learning. In core/kernels/listkernels.cc's TensorListReserve, numelements is assumed to be a tensor of size 1. When a numelements of more than 1 element is provided, then tf.rawops.TensorListReserve fails the CHECKEQ in...

5CVSS7.6AI score0.00208EPSS
Exploits0References3Affected Software1
Prion
Prion
added 2022/09/16 8:15 p.m.14 views

Stack overflow

TensorFlow is an open source platform for machine learning. The implementation of FractionalAvgPoolGrad does not fully validate the input originputtensorshape. This results in an overflow that results in a CHECK failure which can be used to trigger a denial of service attack. We have patched the...

5CVSS7.6AI score0.00064EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2022/09/16 8:0 p.m.23 views

CVE-2022-35960 `CHECK` failure in `TensorListReserve` in TensorFlow

TensorFlow is an open source platform for machine learning. In core/kernels/listkernels.cc's TensorListReserve, numelements is assumed to be a tensor of size 1. When a numelements of more than 1 element is provided, then tf.rawops.TensorListReserve fails the CHECKEQ in...

5.9CVSS7.7AI score0.00208EPSS
Exploits0References3
CVE
CVE
added 2022/09/16 8:0 p.m.86 views

CVE-2022-35960

CVE-2022-35960 relates to TensorFlow’s TensorListReserve check in core/kernels/list_kernels.cc. The issue occurs when num_elements is a tensor larger than size 1, causing a failed CHECK_EQ in CheckIsAlignedAndSingleElement and potentially denial of service. The documented fix is committed (b5f6fb...

7.5CVSS6.5AI score0.00208EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2022/09/16 7:55 p.m.18 views

CVE-2022-35959 `CHECK` failures in `AvgPool3DGrad` in TensorFlow

TensorFlow is an open source platform for machine learning. The implementation of AvgPool3DGradOp does not fully validate the input originputshape. This results in an overflow that results in a CHECK failure which can be used to trigger a denial of service attack. We have patched the issue in...

5.9CVSS7.7AI score0.00064EPSS
Exploits0References4
CVE
CVE
added 2022/09/16 7:50 p.m.84 views

CVE-2022-35952

TensorFlow CVE-2022-35952 concerns the UnbatchGradOp: passing a non-scalar id or an incorrect batch_index can trigger CHECK failures, crashing the program. The issue affects UnbatchGrad in TensorFlow and is resolved by a patch in commit 5f945fc6409a3c1e90d6970c9292f805f6e6ddf2, with the fix plann...

7.5CVSS6.4AI score0.00219EPSS
Exploits0References3Affected Software1
CVE
CVE
added 2022/09/16 7:45 p.m.120 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.00191EPSS
Exploits0References3Affected Software1
OSV
OSV
added 2022/09/16 7:40 p.m.28 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.00126EPSS
Exploits0References5
OSV
OSV
added 2022/09/16 7:40 p.m.22 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.00231EPSS
Exploits0References5
CVE
CVE
added 2022/09/16 7:40 p.m.90 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.00231EPSS
Exploits0References3Affected Software1
CVE
CVE
added 2022/09/16 7:35 p.m.102 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.00093EPSS
Exploits0References2Affected Software1
Rows per page
Query Builder