Lucene search
+L

3 matches found

OSV
OSV
added 2024/04/05 3:41 p.m.12 views

GHSA-5GMM-6M36-R7JH transpose: Buffer overflow due to integer overflow

Given the function transpose::transpose: rust fn transposeinput: &T, output: &mut T, inputwidth: usize, inputheight: usize The safety check inputwidth inputheight == output.len can fail due to inputwidth inputheight overflowing in such a way that it equals output.len. As a result of failing the...

4.5CVSS6.4AI score0.00291EPSS
SaveExploits0References5
RustSec
RustSec
added 2023/12/18 12:0 p.m.6 views

Buffer overflow due to integer overflow in `transpose`

Given the function transpose::transpose: rust fn transposeinput: &T, output: &mut T, inputwidth: usize, inputheight: usize The safety check inputwidth inputheight == output.len can fail due to inputwidth inputheight overflowing in such a way that it equals output.len. As a result of failing the...

5.3CVSS7.5AI score0.00291EPSS
SaveExploits0Affected Software1
Github Security Blog
Github Security Blog
added 2021/11/10 6:57 p.m.63 views

Heap buffer overflow in `Transpose`

Impact The shape inference function for Transpose is vulnerable to a heap buffer overflow: python import tensorflow as tf @tf.function def test: y = tf.rawops.Transposex=1,2,3,4,perm=-10 return y test This occurs whenever perm contains negative elements. The shape inference function does not...

7.8CVSS1.6AI score0.00156EPSS
SaveExploits0References8Affected Software3
Rows per page
Query Builder