Lucene search
+L

115 matches found

CNNVD
CNNVD
added 2022/03/30 12:00 a.m.10 views

Google Android 安全漏洞

Google Android is a Linux-based open source operating system from Google, Inc. An information disclosure vulnerability exists in Google Android, which stems from an integer division error in tremolo that could result in an out-of-bounds read. An attacker could use this vulnerability to obtain...

7.5CVSS5.7AI score0.00755EPSS
SaveExploits0References2
Code423n4
Code423n4
added 2021/11/15 12:00 a.m.17 views

TWAPOracle.getRate does not scale the ratio

Handle cmichel Vulnerability details The TWAPOracle.getRate function simply performs an integer division to compute the rate. function getRate public view returns uint256 result uint256 tUSDInUSDV = consultUSDV; uint256 tUSDInVader = consultVADER; // @audit shouldn't this scale by 1e18 first?...

6.9AI score
SaveExploits0
Cvelist
Cvelist
added 2021/11/05 10:05 p.m.53 views

CVE-2021-41218 Integer division by 0 in `tf.raw_ops.AllToAll`

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for AllToAll can be made to execute a division by 0. This occurs whenever the splitcount argument is 0. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on...

5.5CVSS5.9AI score0.00133EPSS
SaveExploits0References2
OSV
OSV
added 2021/08/25 2:44 p.m.23 views

GHSA-95XM-G58G-3P88 Integer division by 0 in sparse reshaping

Impact The implementation of tf.rawops.SparseReshape can be made to trigger an integral division by 0 exception: python import tensorflow as tf tf.rawops.SparseReshape inputindices = np.ones1,3, inputshape = np.array1,1,0, newshape = np.array1,0 The implementation calls the reshaping functor...

5.7CVSS6AI score0.00152EPSS
SaveExploits0References7
CNVD
CNVD
added 2021/08/20 12:00 a.m.73 views

Google TensorFlow integer division by zero error vulnerability

Google TensorFlow is an end-to-end open source machine learning platform. An integer division by zero error vulnerability exists in the implementation of tf.rawops.SparseReshape in versions prior to Google TensorFlow 2.6.0. No details of the vulnerability are currently available...

5.5CVSS5.3AI score0.00152EPSS
SaveExploits0References1
Github Security Blog
Github Security Blog
added 2021/05/21 2:23 p.m.52 views

Division by 0 in `QuantizedBiasAdd`

Impact An attacker can trigger an integer division by zero undefined behavior in tf.rawops.QuantizedBiasAdd: python import tensorflow as tf inputtensor = tf.constant, shape=0, 0, 0, 0, dtype=tf.quint8 bias = tf.constant, shape=0, dtype=tf.quint8 mininput = tf.constant-10.0, dtype=tf.float32...

7.8CVSS2.4AI score0.00201EPSS
SaveExploits1References7Affected Software3
NVD
NVD
added 2021/05/14 8:15 p.m.68 views

CVE-2021-29546

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger an integer division by zero undefined behavior in tf.rawops.QuantizedBiasAdd. This is because the implementation of the Eigen...

7.8CVSS0.00201EPSS
SaveExploits1References2
OSV
OSV
added 2021/05/14 8:15 p.m.21 views

CVE-2021-29546

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger an integer division by zero undefined behavior in tf.rawops.QuantizedBiasAdd. This is because the implementation of the Eigen...

7.8CVSS7.6AI score
SaveExploits0References2
OSV
OSV
added 2021/05/14 8:15 p.m.22 views

PYSEC-2021-474

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger an integer division by zero undefined behavior in tf.rawops.QuantizedBiasAdd. This is because the implementation of the Eigen...

7.8CVSS1AI score0.00201EPSS
SaveExploits1References2
Prion
Prion
added 2021/05/14 8:15 p.m.23 views

Design/Logic Flaw

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger an integer division by zero undefined behavior in tf.rawops.QuantizedBiasAdd. This is because the implementation of the Eigen...

4.6CVSS7.5AI score0.00201EPSS
SaveExploits1References2Affected Software1
PyPA
PyPA
added 2021/05/14 8:15 p.m.10 views

PYSEC-2021-474

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger an integer division by zero undefined behavior in tf.rawops.QuantizedBiasAdd. This is because the implementation of the Eigen...

7.8CVSS6.9AI score0.00201EPSS
SaveExploits1References2Affected Software1
CVE
CVE
added 2021/05/14 7:10 p.m.126 views

CVE-2021-29546

CVE-2021-29546 concerns TensorFlow’s QuantizedBiasAdd. The issue arises from the Eigen kernel implementation in quantization_utils.h, which divides by the number of elements of the smaller input without guarding against zero, causing integer division by zero undefined behavior. Public details in ...

7.8CVSS5.4AI score0.00201EPSS
SaveExploits1References2Affected Software1
Debian CVE
Debian CVE
added 2021/05/14 7:10 p.m.93 views

CVE-2021-29546

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger an integer division by zero undefined behavior in tf.rawops.QuantizedBiasAdd. This is because the implementation of the Eigen...

7.8CVSS7AI score0.00201EPSS
SaveExploits1
Cvelist
Cvelist
added 2021/05/14 7:10 p.m.65 views

CVE-2021-29546 Division by 0 in `QuantizedBiasAdd`

TensorFlow is an end-to-end open source platform for machine learning. An attacker can trigger an integer division by zero undefined behavior in tf.rawops.QuantizedBiasAdd. This is because the implementation of the Eigen...

2.5CVSS7.8AI score0.00201EPSS
SaveExploits1References2
OSV
OSV
added 2019/03/25 12:29 a.m.7 views

DEBIAN-CVE-2019-10018

An issue was discovered in Xpdf 4.01.01. There is an FPE in the function PostScriptFunction::exec at Function.cc for the psOpIdiv case...

5.5CVSS7.3AI score0.01105EPSS
SaveExploits1References1
OSV
OSV
added 2019/03/24 12:00 a.m.7 views

UBUNTU-CVE-2019-10018

An issue was discovered in Xpdf 4.01.01. There is an FPE in the function PostScriptFunction::exec at Function.cc for the psOpIdiv case...

5.5CVSS6.8AI score0.01105EPSS
SaveExploits1References4
Tenable Nessus
Tenable Nessus
added 2017/10/04 12:00 a.m.45 views

openSUSE Security Update : tiff (openSUSE-2017-1118)

This update for tiff to version 4.0.8 fixes a several bugs and security issues : These security issues were fixed : - CVE-2017-7595: The JPEGSetupEncode function allowed remote attackers to cause a denial of service divide-by-zero error and application crash via a crafted image bsc1033127. -...

7.8CVSS7AI score0.04052EPSS
SaveExploits7References28
Tenable Nessus
Tenable Nessus
added 2016/10/06 12:00 a.m.56 views

Debian DSA-3688-1 : nss - security update (Logjam) (SLOTH)

Several vulnerabilities were discovered in NSS, the cryptography library developed by the Mozilla project. - CVE-2015-4000 David Adrian et al. reported that it may be feasible to attack Diffie-Hellman-based cipher suites in certain circumstances, compromising the confidentiality and integrity of...

9.8CVSS7.8AI score0.99734EPSS
SaveExploits1References21
exploitpack
exploitpack
added 2016/03/01 12:00 a.m.37 views

Crouzet em4 soft 1.1.04 - .pm4 Integer Division By Zero

Crouzet em4 soft 1.1.04 - .pm4 Integer Division By Zero Crouzet em4 soft 1.1.04 Integer Division By Zero Vendor: Crouzet Automatismes SAS Product web page: http://www.crouzet-automation.com Affected version: 1.1.04 and 1.1.03.01 Summary: em4 is more than just a nano-PLC. It is a leading edge...

SaveExploits0
zdt
zdt
added 2016/03/01 12:00 a.m.50 views

Crouzet em4 soft 1.1.04 - '.pm4' Integer Division By Zero

Exploit for windows platform in category dos / poc Crouzet em4 soft 1.1.04 Integer Division By Zero Vendor: Crouzet Automatismes SAS Product web page: http://www.crouzet-automation.com Affected version: 1.1.04 and 1.1.03.01 Summary: em4 is more than just a nano-PLC. It is a leading edge device...

7AI score
SaveExploits0
Rows per page
Query Builder