Lucene search
+L

3333 matches found

Debian CVE
Debian CVE
added 2022/09/16 10:20 p.m.81 views

CVE-2022-35994

TensorFlow is an open source platform for machine learning. When CollectiveGather receives an scalar input input, it gives a CHECK fails that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit c1f491817dec39a26be3c574e86a88c30f3c4770. The fix will be...

7.5CVSS6.8AI score0.00411EPSS
SaveExploits0
Vulnrichment
Vulnrichment
added 2022/09/16 10:15 p.m.6 views

CVE-2022-35999 `CHECK` fail in `Conv2DBackpropInput` in TensorFlow

TensorFlow is an open source platform for machine learning. When Conv2DBackpropInput receives empty outbackprop inputs e.g. 3, 1, 0, 1, the current CPU/GPU kernels CHECK fail one with dnnl, the other with cudnn. This can be used to trigger a denial of service attack. We have patched the issue in...

5.9CVSS6.9AI score0.00411EPSS
SaveExploits0References2
NVD
NVD
added 2022/09/16 10:15 p.m.42 views

CVE-2022-36026

TensorFlow is an open source platform for machine learning. If QuantizeAndDequantizeV3 is given a nonscalar numbits input tensor, it results in a CHECK fail that can be used to trigger a denial of service attack. We have patched the issue in GitHub commit f3f9cb38ecfe5a8a703f2c4a8fead434ef291713...

7.5CVSS0.00411EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2022/09/16 10:10 p.m.5 views

CVE-2022-36016 `CHECK`-fail in `tensorflow::full_type::SubstituteFromAttrs` in TensorFlow

TensorFlow is an open source platform for machine learning. When tensorflow::fulltype::SubstituteFromAttrs receives a FullTypeDef& t that is not exactly three args, it triggers a CHECK-fail instead of returning a status. We have patched the issue in GitHub commit...

5.9CVSS7.6AI score0.00567EPSS
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2022/09/16 9:21 p.m.23 views

Elrond-go has improper initialization

Impact Read only calls between contracts can generate smart contracts results. For example, if contract A calls in read only mode contract B and the called function will make changes upon the contract's B state, the state will be altered for contract B as if the call was not made in the read-only...

9.8CVSS8.9AI score0.00993EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2022/09/16 8:45 p.m.24 views

CVE-2022-35970 Segfault in `QuantizedInstanceNorm` in TensorFlow

TensorFlow is an open source platform for machine learning. If QuantizedInstanceNorm is given xmin or xmax 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 785d67a78a1d533759fcd2f5e8d6ef778de849e...

5.9CVSS7.6AI score0.00439EPSS
SaveExploits0References4
NVD
NVD
added 2022/09/16 8:15 p.m.36 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.8CVSS0.00458EPSS
SaveExploits0References3
NVD
NVD
added 2022/09/16 8:15 p.m.50 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.5CVSS0.00567EPSS
SaveExploits0References3
NVD
NVD
added 2022/09/16 8:15 p.m.40 views

CVE-2022-35938

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 or a crash is triggered. This issue has been...

9.1CVSS0.00464EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2022/09/16 8:0 p.m.6 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.5AI score0.00567EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2022/09/16 7:45 p.m.12 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.9CVSS7.6AI score0.00567EPSS
SaveExploits0References3
Vulnrichment
Vulnrichment
added 2022/09/16 7:45 p.m.6 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.00583EPSS
SaveExploits0References3
OSV
OSV
added 2022/09/16 5:41 p.m.99 views

GHSA-XG8P-34W2-J49J linked_list_allocator vulnerable to out-of-bound writes on `Heap` initialization and `Heap::extend`

Impact What kind of vulnerability is it? Who is impacted? This vulnerability impacts all the initialization functions on the Heap and LockedHeap types, including Heap::new, Heap::init, Heap::initfromslice, and LockedHeap::new. It also affects multiple uses of the Heap::extend method. Initializati...

8.4CVSS9.1AI score0.00754EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2022/09/16 5:41 p.m.26 views

linked_list_allocator vulnerable to out-of-bound writes on `Heap` initialization and `Heap::extend`

Impact What kind of vulnerability is it? Who is impacted? This vulnerability impacts all the initialization functions on the Heap and LockedHeap types, including Heap::new, Heap::init, Heap::initfromslice, and LockedHeap::new. It also affects multiple uses of the Heap::extend method. Initializati...

9.8CVSS9AI score0.00754EPSS
SaveExploits1References5Affected Software1
Github Security Blog
Github Security Blog
added 2022/09/16 5:39 p.m.45 views

XWiki Platform Web Templates vulnerable to Missing Authorization, Exposure of Private Personal Information to Unauthorized Actor

Impact Through the suggestion feature, string and list properties of objects the user shouldn't have access to can be accessed. This includes private personal information like email addresses and salted password hashes of registered users but also other information stored in properties of objects...

7.5CVSS7.2AI score0.00708EPSS
SaveExploits0References4Affected Software2
OSV
OSV
added 2022/09/16 5:39 p.m.31 views

GHSA-599V-W48H-RJRM XWiki Platform Web Templates vulnerable to Missing Authorization, Exposure of Private Personal Information to Unauthorized Actor

Impact Through the suggestion feature, string and list properties of objects the user shouldn't have access to can be accessed. This includes private personal information like email addresses and salted password hashes of registered users but also other information stored in properties of objects...

7.5CVSS6.3AI score0.00708EPSS
SaveExploits0References4
OSV
OSV
added 2022/09/16 5:39 p.m.49 views

GHSA-GJMQ-X5X7-WC36 XWiki Platform vulnerable to Cross-site Scripting in the deleted attachments list

Impact It's possible to store a JavaScript which will be executed by anyone viewing the deleted attachments index with an attachment containing javascript in its name. For example, attachment a file with name .jpg will execute the alert. Patches This issue has been patched in XWiki 13.10.6 and...

8.9CVSS9AI score0.5947EPSS
SaveExploits0References5
OSV
OSV
added 2022/09/16 5:39 p.m.53 views

GHSA-9R9J-57RF-F6VJ XWiki Platform Attachment UI vulnerable to cross-site scripting in the move attachment form

Impact It's possible to store JavaScript in an attachment name, which will be executed by anyone trying to move the corresponding attachment. For example, an attachment with name .jpg will execute the alert. Patches This issue has been patched in XWiki 14.4RC1. Workarounds It is possible to fix t...

8.9CVSS7.3AI score0.57388EPSS
SaveExploits1References6
OSV
OSV
added 2022/09/16 5:36 p.m.27 views

GHSA-C5V8-2Q4R-5W9V XWiki Platform Mentions UI vulnerable to Cross-site Scripting

Impact It's possible to store Javascript or groovy scripts in an mention macro anchor or reference field. The stored code is executed by anyone visiting the page with the mention. For example, the example below will create a file at /tmp/exploit.txt: mention reference="XWiki.Translation"...

9.9CVSS9AI score0.71043EPSS
SaveExploits1References6
OSV
OSV
added 2022/09/16 5:22 p.m.79 views

GHSA-XR6M-2P4M-JVQF XWiki Platform Wiki UI Main Wiki Eval Injection vulnerability

Impact It's possible to inject arbitrary wiki syntax including Groovy, Python and Velocity script macros via the request URL parameter using the XWikiServerClassSheet if the user has view access to this sheet and another page that has been saved with programming rights, a standard condition on a...

9.9CVSS9.4AI score0.7589EPSS
SaveExploits1References5
Rows per page
Query Builder