Lucene search
+L

9269 matches found

Vulnrichment
Vulnrichment
added 2022/09/16 10:55 p.m.10 views

CVE-2022-36015 Integer overflow in math ops in TensorFlow

TensorFlow is an open source platform for machine learning. When RangeSize receives values that do not fit into an int64t, it crashes. We have patched the issue in GitHub commit 37e64539cd29fcfb814c4451152a60f5d107b0f0. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this...

5.9CVSS7.1AI score0.00701EPSS
SaveExploits0References3
CVE
CVE
added 2022/09/16 10:55 p.m.145 views

CVE-2022-36015

TensorFlow CVE-2022-36015 describes an integer overflow in RangeSize: if the range value cannot fit in int64_t, the operation crashes. The issue is fixed in commit 37e64539cd29fcfb814c4451152a60f5d107b0f0 and will be included in TensorFlow 2.10.0; it will also be cherry-picked to TensorFlow 2.9.1...

7.5CVSS6.5AI score0.00701EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2022/09/16 10:55 p.m.59 views

CVE-2022-36015 Integer overflow in math ops in TensorFlow

TensorFlow is an open source platform for machine learning. When RangeSize receives values that do not fit into an int64t, it crashes. We have patched the issue in GitHub commit 37e64539cd29fcfb814c4451152a60f5d107b0f0. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this...

5.9CVSS7.8AI score0.00701EPSS
SaveExploits0References3
OSV
OSV
added 2022/09/16 10:55 p.m.34 views

CVE-2022-36015 Integer overflow in math ops in TensorFlow

TensorFlow is an open source platform for machine learning. When RangeSize receives values that do not fit into an int64t, it crashes. We have patched the issue in GitHub commit 37e64539cd29fcfb814c4451152a60f5d107b0f0. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this...

5.9CVSS7.8AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2022/09/16 10:55 p.m.26 views

CVE-2022-36015

TensorFlow is an open source platform for machine learning. When RangeSize receives values that do not fit into an int64t, it crashes. We have patched the issue in GitHub commit 37e64539cd29fcfb814c4451152a60f5d107b0f0. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this...

7.5CVSS7AI score0.00701EPSS
SaveExploits0
Cvelist
Cvelist
added 2022/09/16 10:55 p.m.67 views

CVE-2022-36012 Assertion fail on MLIR empty edge names in TensorFlow

TensorFlow is an open source platform for machine learning. When mlir::tfg::ConvertGenericFunctionToFunctionDef is given empty function attributes, it crashes. We have patched the issue in GitHub commit ad069af92392efee1418c48ff561fd3070a03d7b. The fix will be included in TensorFlow 2.10.0. We wi...

5.9CVSS7.8AI score0.00701EPSS
SaveExploits0References3
CVE
CVE
added 2022/09/16 10:55 p.m.97 views

CVE-2022-36012

TensorFlow vulnerability CVE-2022-36012: when mlir::tfg::ConvertGenericFunctionToFunctionDef processes empty function attributes, TensorFlow crashes. A patch (commit ad069af92392efee1418c48ff561fd3070a03d7b) fixes the issue and will be included in TensorFlow 2.10.0, with cherry-picks to 2.9.1, 2....

7.5CVSS6.5AI score0.00701EPSS
SaveExploits0References3Affected Software1
Debian CVE
Debian CVE
added 2022/09/16 10:55 p.m.107 views

CVE-2022-36012

TensorFlow is an open source platform for machine learning. When mlir::tfg::ConvertGenericFunctionToFunctionDef is given empty function attributes, it crashes. We have patched the issue in GitHub commit ad069af92392efee1418c48ff561fd3070a03d7b. The fix will be included in TensorFlow 2.10.0. We wi...

7.5CVSS7AI score0.00701EPSS
SaveExploits0
OSV
OSV
added 2022/09/16 10:55 p.m.34 views

CVE-2022-36012 Assertion fail on MLIR empty edge names in TensorFlow

TensorFlow is an open source platform for machine learning. When mlir::tfg::ConvertGenericFunctionToFunctionDef is given empty function attributes, it crashes. We have patched the issue in GitHub commit ad069af92392efee1418c48ff561fd3070a03d7b. The fix will be included in TensorFlow 2.10.0. We wi...

5.9CVSS7.8AI score
SaveExploits0References5
OSV
OSV
added 2022/09/16 10:55 p.m.30 views

CVE-2022-35996 Floating point exception in `Conv2D` in TensorFlow

TensorFlow is an open source platform for machine learning. If Conv2D is given empty input and the filter and padding sizes are valid, the output is all-zeros. This causes division-by-zero floating point exceptions that can be used to trigger a denial of service attack. We have patched the issue ...

5.9CVSS7.6AI score
SaveExploits0References4
Cvelist
Cvelist
added 2022/09/16 10:55 p.m.55 views

CVE-2022-35996 Floating point exception in `Conv2D` in TensorFlow

TensorFlow is an open source platform for machine learning. If Conv2D is given empty input and the filter and padding sizes are valid, the output is all-zeros. This causes division-by-zero floating point exceptions that can be used to trigger a denial of service attack. We have patched the issue ...

5.9CVSS7.6AI score0.00478EPSS
SaveExploits0References2
CVE
CVE
added 2022/09/16 10:55 p.m.107 views

CVE-2022-35996

TensorFlow’s CVE-2022-35996 describes a DoS due to a division-by-zero in Conv2D when given an empty input with valid filter/padding, producing all-zeros output. The issue was patched in the GitHub commit 611d80db29dd7b0cfb755772c69d60ae5bca05f9, and the fix is scheduled for TensorFlow 2.10.0. Mai...

7.5CVSS6.3AI score0.00478EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2022/09/16 10:50 p.m.120 views

CVE-2022-36027

TensorFlow's CVE-2022-36027 affects the TFLite/TensorFlow converter path for per-channel quantized transposed convolutions, where converting these ops can segfault and crash the Python process. The issue has been patched in commit aa0b852a4588cea4d36b74feb05d93055540b450, with the fix slated for ...

7.5CVSS6.5AI score0.00765EPSS
SaveExploits1References3Affected Software1
Cvelist
Cvelist
added 2022/09/16 10:50 p.m.56 views

CVE-2022-36027 Segfault TFLite converter on per-channel quantized transposed convolutions in TensorFlow

TensorFlow is an open source platform for machine learning. When converting transposed convolutions using per-channel weight quantization the converter segfaults and crashes the Python process. We have patched the issue in GitHub commit aa0b852a4588cea4d36b74feb05d93055540b450. The fix will be...

5.9CVSS7.8AI score0.00765EPSS
SaveExploits1References3
Vulnrichment
Vulnrichment
added 2022/09/16 10:50 p.m.10 views

CVE-2022-36027 Segfault TFLite converter on per-channel quantized transposed convolutions in TensorFlow

TensorFlow is an open source platform for machine learning. When converting transposed convolutions using per-channel weight quantization the converter segfaults and crashes the Python process. We have patched the issue in GitHub commit aa0b852a4588cea4d36b74feb05d93055540b450. The fix will be...

5.9CVSS7.8AI score0.00765EPSS
SaveExploits1References3
OSV
OSV
added 2022/09/16 10:50 p.m.39 views

CVE-2022-36027 Segfault TFLite converter on per-channel quantized transposed convolutions in TensorFlow

TensorFlow is an open source platform for machine learning. When converting transposed convolutions using per-channel weight quantization the converter segfaults and crashes the Python process. We have patched the issue in GitHub commit aa0b852a4588cea4d36b74feb05d93055540b450. The fix will be...

5.9CVSS8.2AI score
SaveExploits0References5
Cvelist
Cvelist
added 2022/09/16 10:50 p.m.41 views

CVE-2022-36017 Segfault in `Requantize` in TensorFlow

TensorFlow is an open source platform for machine learning. If Requantize is given inputmin, inputmax, requestedoutputmin, requestedoutputmax tensors of a nonzero rank, it results in 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.0051EPSS
SaveExploits0References2
CVE
CVE
added 2022/09/16 10:50 p.m.120 views

CVE-2022-36017

TensorFlow Requantize vulnerability (CVE-2022-36017): If Requantize is invoked with input_min, input_max, and requested_output_min/max tensors of nonzero rank, it can segfault and enable a denial-of-service. A fix was committed (785d67a78a1d533759fcd2f5e8d6ef778de849e0) and will be included in Te...

7.5CVSS6.4AI score0.0051EPSS
SaveExploits0References2Affected Software1
Vulnrichment
Vulnrichment
added 2022/09/16 10:50 p.m.8 views

CVE-2022-36017 Segfault in `Requantize` in TensorFlow

TensorFlow is an open source platform for machine learning. If Requantize is given inputmin, inputmax, requestedoutputmin, requestedoutputmax tensors of a nonzero rank, it results in a segfault that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

5.9CVSS7.4AI score0.0051EPSS
SaveExploits0References2
OSV
OSV
added 2022/09/16 10:50 p.m.28 views

CVE-2022-36017 Segfault in `Requantize` in TensorFlow

TensorFlow is an open source platform for machine learning. If Requantize is given inputmin, inputmax, requestedoutputmin, requestedoutputmax tensors of a nonzero rank, it results in a segfault that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit...

5.9CVSS7.9AI score
SaveExploits0References4
Rows per page
Query Builder