Lucene search
+L

9236 matches found

Veracode
Veracode
added 2022/11/22 2:47 a.m.21 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service. The vulnerability exists because the Compute function of listkernels.cc does not properly validate the input size, allowing an attacker to cause an application crash by providing a non-scalar input...

7.5CVSS7.2AI score0.00456EPSS
SaveExploits1References9Affected Software3
Veracode
Veracode
added 2022/11/22 2:16 a.m.25 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service. The vulnerability exists because the SetOpAttrList function of pywraptfesrc.cc fails to parse the tensor and returns a nullptr without proper error handling, allowing an attacker to cause an application crash through the null pointer dereference...

7.5CVSS7.2AI score0.00419EPSS
SaveExploits1References9Affected Software3
OSV
OSV
added 2022/11/22 12:10 a.m.17 views

GHSA-8W5G-3WCV-9G2J Tensorflow vulnerable to Out-of-Bounds Read

Impact When the BaseCandidateSamplerOp function receives a value in trueclasses larger than rangemax, a heap oob vuln occurs. python tf.rawops.ThreadUnsafeUnigramCandidateSampler trueclasses=0x100000,1, numtrue = 2, numsampled = 2, unique = False, rangemax = 2, seed = 2, seed2 = 2 Patches We have...

6.8CVSS7AI score0.00395EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2022/11/22 12:10 a.m.40 views

Tensorflow vulnerable to Out-of-Bounds Read

Impact When the BaseCandidateSamplerOp function receives a value in trueclasses larger than rangemax, a heap oob vuln occurs. python tf.rawops.ThreadUnsafeUnigramCandidateSampler trueclasses=0x100000,1, numtrue = 2, numsampled = 2, unique = False, rangemax = 2, seed = 2, seed2 = 2 Patches We have...

9.1CVSS8.8AI score0.00395EPSS
SaveExploits1References5Affected Software3
CNVD
CNVD
added 2022/11/22 12:00 a.m.105 views

Google TensorFlow buffer overflow vulnerability (CNVD-2022-80696)

Google TensorFlow is an end-to-end open source platform for machine learning from Google Google. Google TensorFlow is vulnerable to a buffer overflow vulnerability that originates when an operation with a specified input size receives a different number of inputs, and the executor will crash. No...

7.5CVSS2.6AI score0.00363EPSS
SaveExploits1References1
Github Security Blog
Github Security Blog
added 2022/11/21 11:51 p.m.35 views

`CHECK` failure in `SobolSample` via missing validation

Impact Another instance of CVE-2022-35935, where SobolSample is vulnerable to a denial of service via assumed scalar inputs, was found and fixed. python import tensorflow as tf tf.rawops.SobolSampledim=tf.constant1,0, numresults=tf.constant1, skip=tf.constant1 Patches We have patched the issue in...

7.5CVSS3AI score0.00471EPSS
SaveExploits0References2Affected Software3
OSV
OSV
added 2022/11/21 11:51 p.m.38 views

GHSA-CQVQ-FVHR-V6HC `CHECK` failure in `SobolSample` via missing validation

Impact Another instance of CVE-2022-35935, where SobolSample is vulnerable to a denial of service via assumed scalar inputs, was found and fixed. python import tensorflow as tf tf.rawops.SobolSampledim=tf.constant1,0, numresults=tf.constant1, skip=tf.constant1 Patches We have patched the issue in...

7AI score
SaveExploits0References2
OSV
OSV
added 2022/11/21 11:51 p.m.20 views

GHSA-XF83-Q765-XM6M `CHECK` fail in `TensorListScatter` and `TensorListScatterV2` in eager mode

Impact Another instance of CVE-2022-35991, where TensorListScatter and TensorListScatterV2 crash via non scalar inputs inelementshape, was found in eager mode and fixed. python import tensorflow as tf arg0=tf.random.uniformshape=2, 2, 2, dtype=tf.float16, maxval=None arg1=tf.random.uniformshape=2...

6.8AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2022/11/21 11:51 p.m.45 views

`CHECK` fail in `TensorListScatter` and `TensorListScatterV2` in eager mode

Impact Another instance of CVE-2022-35991, where TensorListScatter and TensorListScatterV2 crash via non scalar inputs inelementshape, was found in eager mode and fixed. python import tensorflow as tf arg0=tf.random.uniformshape=2, 2, 2, dtype=tf.float16, maxval=None arg1=tf.random.uniformshape=2...

7.5CVSS2.3AI score0.00471EPSS
SaveExploits0References2Affected Software3
OSV
OSV
added 2022/11/21 10:18 p.m.8 views

GHSA-PF36-R9C6-H97J Invalid char to bool conversion when printing a tensor

Impact When printing a tensor, we get it's data as a const char array since that's the underlying storage and then we typecast it to the element type. However, conversions from char to bool are undefined if the char is not 0 or 1, so sanitizers/fuzzers will crash. Patches We have patched the issu...

4.8CVSS7.1AI score0.00411EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2022/11/21 10:18 p.m.55 views

Invalid char to bool conversion when printing a tensor

Impact When printing a tensor, we get it's data as a const char array since that's the underlying storage and then we typecast it to the element type. However, conversions from char to bool are undefined if the char is not 0 or 1, so sanitizers/fuzzers will crash. Patches We have patched the issu...

7.5CVSS7.5AI score0.00411EPSS
SaveExploits0References5Affected Software3
Github Security Blog
Github Security Blog
added 2022/11/21 10:17 p.m.29 views

Heap overflow in `QuantizeAndDequantizeV2`

Impact The function MakeGrapplerFunctionItem 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. python import tensorflow as tf @tf.function def test:...

9.1CVSS8.7AI score0.00404EPSS
SaveExploits0References5Affected Software3
OSV
OSV
added 2022/11/21 10:17 p.m.16 views

GHSA-FRQP-WP83-QGGV Heap overflow in `QuantizeAndDequantizeV2`

Impact The function MakeGrapplerFunctionItem 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. python import tensorflow as tf @tf.function def test:...

4.8CVSS7.2AI score0.00404EPSS
SaveExploits0References5
OSV
OSV
added 2022/11/21 10:17 p.m.9 views

GHSA-RJX6-V474-2CH9 Segfault in `CompositeTensorVariantToComponents`

Impact An input encoded that is not a valid CompositeTensorVariant tensor will trigger a segfault in tf.rawops.CompositeTensorVariantToComponents. python import tensorflow as tf encode = tf.rawops.EmptyTensorListelementdtype=tf.int32, elementshape=10, 15, maxnumelements=2 meta= ""...

4.8CVSS7AI score0.00508EPSS
SaveExploits1References6
Github Security Blog
Github Security Blog
added 2022/11/21 10:17 p.m.27 views

Segfault in `CompositeTensorVariantToComponents`

Impact An input encoded that is not a valid CompositeTensorVariant tensor will trigger a segfault in tf.rawops.CompositeTensorVariantToComponents. python import tensorflow as tf encode = tf.rawops.EmptyTensorListelementdtype=tf.int32, elementshape=10, 15, maxnumelements=2 meta= ""...

7.5CVSS7.5AI score0.00508EPSS
SaveExploits1References6Affected Software3
OSV
OSV
added 2022/11/21 10:09 p.m.18 views

GHSA-MV77-9G28-CWG3 `CHECK` fail via inputs in `PyFunc`

Impact An input token that is not a UTF-8 bytestring will trigger a CHECK fail in tf.rawops.PyFunc. python import tensorflow as tf value = tf.constantvalue=1,2 token = b'\xb0' dataType = tf.int32 tf.rawops.PyFuncinput=value,token=token,Tout=dataType Patches We have patched the issue in GitHub...

4.8CVSS7AI score0.00467EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2022/11/21 10:09 p.m.33 views

`CHECK` fail via inputs in `PyFunc`

Impact An input token that is not a UTF-8 bytestring will trigger a CHECK fail in tf.rawops.PyFunc. python import tensorflow as tf value = tf.constantvalue=1,2 token = b'\xb0' dataType = tf.int32 tf.rawops.PyFuncinput=value,token=token,Tout=dataType Patches We have patched the issue in GitHub...

7.5CVSS7.5AI score0.00467EPSS
SaveExploits1References5Affected Software3
Github Security Blog
Github Security Blog
added 2022/11/21 10:04 p.m.27 views

Overflow in `ResizeNearestNeighborGrad`

Impact When tf.rawops.ResizeNearestNeighborGrad is given a large size input, it overflows. import tensorflow as tf aligncorners = True halfpixelcenters = False grads = tf.constant1, shape=1,8,16,3, dtype=tf.float16 size = tf.constant1879048192,1879048192, shape=2, dtype=tf.int32...

7.5CVSS7.5AI score0.00457EPSS
SaveExploits1References5Affected Software3
OSV
OSV
added 2022/11/21 10:04 p.m.16 views

GHSA-368V-7V32-52FX Overflow in `ResizeNearestNeighborGrad`

Impact When tf.rawops.ResizeNearestNeighborGrad is given a large size input, it overflows. import tensorflow as tf aligncorners = True halfpixelcenters = False grads = tf.constant1, shape=1,8,16,3, dtype=tf.float16 size = tf.constant1879048192,1879048192, shape=2, dtype=tf.int32...

4.8CVSS5.8AI score0.00457EPSS
SaveExploits1References5
OSV
OSV
added 2022/11/21 10:04 p.m.3 views

GHSA-CG88-RPVP-CJV5 Out of bounds write in grappler in Tensorflow

Impact The function MakeGrapplerFunctionItem 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. Patches We have patched the issue in GitHub commit...

7.1CVSS7.2AI score0.00453EPSS
SaveExploits0References5
Rows per page
Query Builder