Lucene search
+L

3998 matches found

Tenable Nessus
Tenable Nessus
added 2021/11/11 12:00 a.m.63 views

CentOS 8 : python-pillow (CESA-2021:4149)

The remote CentOS Linux 8 host has a package installed that is affected by multiple vulnerabilities as referenced in the CESA-2021:4149 advisory. - python-pillow: Buffer over-read in PCX image reader CVE-2020-35653 - python-pillow: Buffer over-read in SGI RLE image reader CVE-2020-35655 -...

9.8CVSS7AI score0.04851EPSS
SaveExploits0References16
OpenVAS
OpenVAS
added 2021/11/11 12:00 a.m.22 views

Mozilla Firefox Security Advisory (MFSA2012-61) - Linux

This host is missing a security update for Mozilla Firefox. Copyright C 2021 Greenbone Networks GmbH Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-or-later This program is free software; y...

10CVSS9.1AI score0.05194EPSS
SaveExploits0References4
OSV
OSV
added 2021/11/10 7:36 p.m.36 views

GHSA-M539-J985-HCR8 Crash in `max_pool3d` when size argument is 0 or negative

Impact The Keras pooling layers can trigger a segfault if the size of the pool is 0 or if a dimension is negative: python import tensorflow as tf poolsize = 2, 2, 0 layer = tf.keras.layers.MaxPooling3Dstrides=1, poolsize=poolsize inputtensor = tf.random.uniform3, 4, 10, 11, 12, dtype=tf.float32 r...

6.8CVSS5.8AI score0.00238EPSS
SaveExploits1References8
OSV
OSV
added 2021/11/10 7:04 p.m.18 views

GHSA-49RX-X2RW-PC6F Heap OOB read in all `tf.raw_ops.QuantizeAndDequantizeV*` ops

Impact The shape inference functions for the QuantizeAndDequantizeV operations can trigger a read outside of bounds of heap allocated array as illustrated in the following sets of PoCs: python import tensorflow as tf @tf.function def test: data=tf.rawops.QuantizeAndDequantizeV4Grad...

7.1CVSS6.9AI score0.00153EPSS
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2021/11/10 7:01 p.m.63 views

Heap OOB in shape inference for `QuantizeV2`

Impact The shape inference code for QuantizeV2 can trigger a read outside of bounds of heap allocated array: python import tensorflow as tf @tf.function def test: data=tf.rawops.QuantizeV2 input=1.0,1.0, minrange=1.0,10.0, maxrange=1.0,10.0, T=tf.qint32, mode='MINCOMBINED', roundmode='HALFTOEVEN'...

7.1CVSS1.5AI score0.00208EPSS
SaveExploits1References7Affected Software3
OSV
OSV
added 2021/11/10 7:01 p.m.34 views

GHSA-CVGX-3V3Q-M36C Heap OOB in shape inference for `QuantizeV2`

Impact The shape inference code for QuantizeV2 can trigger a read outside of bounds of heap allocated array: python import tensorflow as tf @tf.function def test: data=tf.rawops.QuantizeV2 input=1.0,1.0, minrange=1.0,10.0, maxrange=1.0,10.0, T=tf.qint32, mode='MINCOMBINED', roundmode='HALFTOEVEN'...

7.1CVSS5.8AI score0.00208EPSS
SaveExploits1References7
OSV
OSV
added 2021/11/10 6:57 p.m.14 views

GHSA-3FF2-R28G-W7H9 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...

5.5CVSS7AI score0.00161EPSS
SaveExploits0References8
Github Security Blog
Github Security Blog
added 2021/11/10 6:48 p.m.37 views

Segfault due to negative splits in `SplitV`

Impact The implementation of SplitV can trigger a segfault is an attacker supplies negative arguments: python import tensorflow as tf tf.rawops.SplitV value=tf.constant, sizesplits=-1, -2 ,axis=0, numsplit=2 This occurs whenever sizesplits contains more than one value and at least one value is...

5.5CVSS4.5AI score0.00187EPSS
SaveExploits1References7Affected Software3
OSV
OSV
added 2021/11/10 6:48 p.m.14 views

GHSA-CPF4-WX82-GXP6 Segfault due to negative splits in `SplitV`

Impact The implementation of SplitV can trigger a segfault is an attacker supplies negative arguments: python import tensorflow as tf tf.rawops.SplitV value=tf.constant, sizesplits=-1, -2 ,axis=0, numsplit=2 This occurs whenever sizesplits contains more than one value and at least one value is...

6.8CVSS6AI score0.00187EPSS
SaveExploits1References7
RedHat Linux
RedHat Linux
added 2021/11/10 5:14 p.m.10 views

openssl: integer overflow in CipherUpdate

Calls to EVPCipherUpdate, EVPEncryptUpdate and EVPDecryptUpdate may overflow the output length argument in some cases where the input length is close to the maximum permissible length for an integer on the platform. In such cases the return value from the function call will be 1 indicating succes...

7.5CVSS6.9AI score0.50732EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2021/11/09 6:08 p.m.17 views

openssl: integer overflow in CipherUpdate

Calls to EVPCipherUpdate, EVPEncryptUpdate and EVPDecryptUpdate may overflow the output length argument in some cases where the input length is close to the maximum permissible length for an integer on the platform. In such cases the return value from the function call will be 1 indicating succes...

7.5CVSS6.9AI score0.50732EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2021/11/09 5:42 p.m.9 views

python-pillow: Negative-offset memcpy in TIFF image reader

A flaw was found in python-pillow. In TiffDecode.c, there is a negative-offset memcpy with an invalid size which could lead to a system crash...

7.5CVSS7.3AI score0.02372EPSS
SaveExploits0References4
OSV
OSV
added 2021/11/05 11:15 p.m.23 views

CVE-2021-41222

TensorFlow is an open source platform for machine learning. In affected versions the implementation of SplitV can trigger a segfault is an attacker supplies negative arguments. This occurs whenever sizesplits contains more than one value and at least one value is negative. The fix will be include...

5.5CVSS5.4AI score
SaveExploits0References2
PyPA
PyPA
added 2021/11/05 11:15 p.m.11 views

PYSEC-2021-408

TensorFlow is an open source platform for machine learning. In affected versions the shape inference function for Transpose is vulnerable to a heap buffer overflow. This occurs whenever perm contains negative elements. The shape inference function does not validate that the indices in perm are al...

7.8CVSS7.3AI score0.00161EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2021/11/05 11:15 p.m.22 views

PYSEC-2021-414

TensorFlow is an open source platform for machine learning. In affected versions the implementation of SplitV can trigger a segfault is an attacker supplies negative arguments. This occurs whenever sizesplits contains more than one value and at least one value is negative. The fix will be include...

5.5CVSS6.1AI score0.00187EPSS
SaveExploits1References2
ATTACKERKB
ATTACKERKB
added 2021/11/05 11:15 p.m.15 views

CVE-2021-41216

TensorFlow is an open source platform for machine learning. In affected versions the shape inference function for Transpose is vulnerable to a heap buffer overflow. This occurs whenever perm contains negative elements. The shape inference function does not validate that the indices in perm are al...

7.8CVSS7.4AI score0.00161EPSS
SaveExploits0References3Affected Software1
PyPA
PyPA
added 2021/11/05 11:15 p.m.11 views

PYSEC-2021-414

TensorFlow is an open source platform for machine learning. In affected versions the implementation of SplitV can trigger a segfault is an attacker supplies negative arguments. This occurs whenever sizesplits contains more than one value and at least one value is negative. The fix will be include...

5.5CVSS6.9AI score0.00187EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
added 2021/11/05 11:15 p.m.10 views

PYSEC-2021-625

TensorFlow is an open source platform for machine learning. In affected versions the shape inference function for Transpose is vulnerable to a heap buffer overflow. This occurs whenever perm contains negative elements. The shape inference function does not validate that the indices in perm are al...

7.8CVSS7.3AI score0.00161EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2021/11/05 11:15 p.m.21 views

Stack overflow

TensorFlow is an open source platform for machine learning. In affected versions the implementation of SplitV can trigger a segfault is an attacker supplies negative arguments. This occurs whenever sizesplits contains more than one value and at least one value is negative. The fix will be include...

2.1CVSS5.5AI score0.00187EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
added 2021/11/05 11:15 p.m.12 views

PYSEC-2021-829

TensorFlow is an open source platform for machine learning. In affected versions the implementation of SplitV can trigger a segfault is an attacker supplies negative arguments. This occurs whenever sizesplits contains more than one value and at least one value is negative. The fix will be include...

5.5CVSS6.9AI score0.00187EPSS
SaveExploits1References2Affected Software1
Rows per page
Query Builder