Lucene search
+L

609 matches found

OSV
OSV
added 2020/09/25 7:15 p.m.8 views

PYSEC-2020-322

In tensorflow-lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, to mimic Python's indexing with negative values, TFLite uses ResolveAxis to convert negative values to positive indices. However, the only check that the converted index is now valid is only present in debug builds. If the...

9CVSS6.3AI score0.01243EPSS
SaveExploits1References4
OSV
OSV
added 2020/09/25 7:15 p.m.13 views

PYSEC-2020-287

In tensorflow-lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, to mimic Python's indexing with negative values, TFLite uses ResolveAxis to convert negative values to positive indices. However, the only check that the converted index is now valid is only present in debug builds. If the...

9CVSS7.6AI score0.01243EPSS
SaveExploits1References4
OSV
OSV
added 2020/09/25 7:15 p.m.6 views

PYSEC-2020-313

In Tensorflow before version 2.3.1, the SparseCountSparseOutput implementation does not validate that the input arguments form a valid sparse tensor. In particular, there is no validation that the indices tensor has the same shape as the values one. The values in these tensors are always accessed...

5.8CVSS6.1AI score0.00542EPSS
SaveExploits1References3
Prion
Prion
added 2020/09/25 7:15 p.m.32 views

Design/Logic Flaw

In tensorflow-lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, to mimic Python's indexing with negative values, TFLite uses ResolveAxis to convert negative values to positive indices. However, the only check that the converted index is now valid is only present in debug builds. If the...

6.8CVSS9AI score0.01243EPSS
SaveExploits1References4Affected Software2
PyPA
PyPA
added 2020/09/25 7:15 p.m.7 views

PYSEC-2020-312

In Tensorflow before version 2.3.1, the SparseCountSparseOutput implementation does not validate that the input arguments form a valid sparse tensor. In particular, there is no validation that the indices tensor has rank 2. This tensor must be a matrix because code assumes its elements are access...

6.3CVSS6.9AI score0.00726EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2020/09/25 7:15 p.m.9 views

PYSEC-2020-120

In Tensorflow before version 2.3.1, the SparseCountSparseOutput implementation does not validate that the input arguments form a valid sparse tensor. In particular, there is no validation that the indices tensor has rank 2. This tensor must be a matrix because code assumes its elements are access...

6.3CVSS6.6AI score0.00726EPSS
SaveExploits1References3
OSV
OSV
added 2020/09/25 7:15 p.m.17 views

PYSEC-2020-121

In Tensorflow before version 2.3.1, the SparseCountSparseOutput implementation does not validate that the input arguments form a valid sparse tensor. In particular, there is no validation that the indices tensor has the same shape as the values one. The values in these tensors are always accessed...

5.8CVSS6.1AI score0.00542EPSS
SaveExploits1References3
Debian CVE
Debian CVE
added 2020/09/25 6:45 p.m.13 views

CVE-2020-15207

In tensorflow-lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, to mimic Python's indexing with negative values, TFLite uses ResolveAxis to convert negative values to positive indices. However, the only check that the converted index is now valid is only present in debug builds. If the...

9CVSS7.6AI score0.01243EPSS
SaveExploits1
Debian CVE
Debian CVE
added 2020/09/25 6:40 p.m.7 views

CVE-2020-15197

In Tensorflow before version 2.3.1, the SparseCountSparseOutput implementation does not validate that the input arguments form a valid sparse tensor. In particular, there is no validation that the indices tensor has rank 2. This tensor must be a matrix because code assumes its elements are access...

6.3CVSS6.9AI score0.00726EPSS
SaveExploits1
Cvelist
Cvelist
added 2020/09/25 6:40 p.m.57 views

CVE-2020-15198 Heap buffer overflow in Tensorflow

In Tensorflow before version 2.3.1, the SparseCountSparseOutput implementation does not validate that the input arguments form a valid sparse tensor. In particular, there is no validation that the indices tensor has the same shape as the values one. The values in these tensors are always accessed...

5.4CVSS5.4AI score0.00542EPSS
SaveExploits1References3
Debian CVE
Debian CVE
added 2020/09/25 6:40 p.m.8 views

CVE-2020-15198

In Tensorflow before version 2.3.1, the SparseCountSparseOutput implementation does not validate that the input arguments form a valid sparse tensor. In particular, there is no validation that the indices tensor has the same shape as the values one. The values in these tensors are always accessed...

5.8CVSS7AI score0.00542EPSS
SaveExploits1
OSV
OSV
added 2020/09/25 6:28 p.m.10 views

GHSA-CVPC-8PHH-8F45 Out of bounds access in tensorflow-lite

Impact In TensorFlow Lite, saved models in the flatbuffer format use a double indexing scheme: a model has a set of subgraphs, each subgraph has a set of operators and each operator has a set of input/output tensors. The flatbuffer format uses indices for the tensors, indexing into an array of...

6.3CVSS5.8AI score0.00917EPSS
SaveExploits1References27
OSV
OSV
added 2020/09/25 6:28 p.m.12 views

GHSA-QC53-44CJ-VFVX Denial of Service in Tensorflow

Impact The SparseCountSparseOutput implementation does not validate that the input arguments form a valid sparse tensor. In particular, there is no validation that the indices tensor has rank 2. This tensor must be a matrix because code assumes its elements are accessed as elements of a matrix:...

6.3CVSS6.6AI score0.00726EPSS
SaveExploits1References8
Positive Technologies
Positive Technologies
added 2020/09/25 12:00 a.m.7 views

PT-2020-14268 · Google · Tensorflow

Name of the Vulnerable Software and Affected Versions: Tensorflow versions prior to 2.3.1 Description: The SparseCountSparseOutput implementation does not validate that the input arguments form a valid sparse tensor, specifically that the indices tensor has rank 2, which must be a matrix. Malicio...

6.3CVSS6AI score0.00726EPSS
SaveExploits1References14
Positive Technologies
Positive Technologies
added 2020/09/25 12:00 a.m.5 views

PT-2020-14278 · Google +1 · Tensorflow +1

Name of the Vulnerable Software and Affected Versions: TensorFlow versions prior to 1.15.4 TensorFlow versions prior to 2.0.3 TensorFlow versions prior to 2.1.2 TensorFlow versions prior to 2.2.1 TensorFlow versions prior to 2.3.1 Description: The issue arises from TensorFlow's attempt to mimic...

9.8CVSS6AI score0.01287EPSS
SaveExploits16References68
NVD
NVD
added 2020/09/08 10:15 a.m.31 views

CVE-2019-13998

u'Lack of check that the TX FIFO write and read indices that are read from shared RAM are less than the FIFO size results into memory corruption and potential information leakage' in Snapdragon Auto, Snapdragon Compute, Snapdragon Connectivity, Snapdragon Consumer Electronics Connectivity,...

7.8CVSS7.8AI score0.00203EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2020/04/16 12:00 a.m.30 views

EulerOS Virtualization 3.0.2.2 : libjpeg-turbo (EulerOS-SA-2020-1483)

According to the versions of the libjpeg-turbo package installed, the EulerOS Virtualization installation on the remote host is affected by the following vulnerabilities : - get8bitrow in rdbmp.c in libjpeg-turbo through 1.5.90 and MozJPEG through 3.3.1 allows attackers to cause a denial of servi...

6.5CVSS6.4AI score0.03235EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2020/04/14 12:00 a.m.9 views

PT-2020-5187 · Php +1 · Php +1

Name of the Vulnerable Software and Affected Versions: PHP versions 7.2.x through 7.2.29 PHP versions 7.3.x through 7.3.16 PHP versions 7.4.x through 7.4.4 Description: The issue is related to the urldecode function in PHP, which can be exploited to access memory locations past the allocated buff...

8.8CVSS6.6AI score0.06264EPSS
SaveExploits7References63
BDU FSTEC
BDU FSTEC
added 2020/02/27 12:00 a.m.12 views

The vulnerability in the V8 browser kernel of Google Chrome allows a hacker to gain access to confidential data, compromise its integrity, and cause service failures.

The vulnerability in the V8 browser kernel of Google Chrome is related to incorrect calculations of array positions. Exploiting this vulnerability can allow a remote attacker to access confidential data, compromise its integrity, and cause service failures...

8.8CVSS7.6AI score0.0112EPSS
SaveExploits0References5Affected Software2
OSV
OSV
added 2020/01/04 7:15 a.m.37 views

UBUNTU-CVE-2019-20334

In Netwide Assembler NASM 2.14.02, stack consumption occurs in expr functions in asm/eval.c. This potentially affects the relationships among expr0, expr1, expr2, expr3, expr4, expr5, and expr6 and stdscan in asm/stdscan.c. This is similar to CVE-2019-6290 and CVE-2019-6291...

5.5CVSS6.7AI score0.00759EPSS
SaveExploits1References4
Rows per page
Query Builder