Lucene search
K

44 matches found

SUSE CVE
SUSE CVE
added 2023/02/15 3:39 a.m.3 views

SUSE CVE-2021-37676

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause undefined behavior via binding a reference to null pointer in tf.rawops.SparseFillEmptyRows. The shape inference implementation does not validate that the input arguments are not empt...

7.8CVSS6.2AI score0.00173EPSS
Exploits0References4
SUSE CVE
SUSE CVE
added 2023/02/15 3:26 a.m.3 views

SUSE CVE-2022-29206

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, the implementation of tf.rawops.SparseTensorDenseAdd does not fully validate the input arguments. In this case, a reference gets bound to a nullptr during kernel execution. This is...

5.5CVSS5.4AI score0.00338EPSS
Exploits1References3
RustSec
RustSec
added 2022/05/10 12:0 p.m.16 views

`SegQueue` creates zero value of any type

Affected versions of this crate called mem::zeroed to create values of a user-supplied type T. This is unsound e.g. if T is a reference type which must be non-null. The flaw was corrected by avoiding the use of mem::zeroed, using MaybeUninit instead...

3.1AI score
Exploits0Affected Software1
CNVD
CNVD
added 2021/12/16 12:0 a.m.20 views

Discourse has an unspecified vulnerability (CNVD-2022-05508)

Discourse is an open source community discussion platform that includes community, email and chat room features. The platform includes community, email and chat room features. discourse-footnote has a security vulnerability that could be exploited to trigger null-reference javascript errors...

4.3CVSS1.9AI score0.00803EPSS
Exploits0References1
CNNVD
CNNVD
added 2021/12/14 12:0 a.m.3 views

Discourse 安全漏洞

Discourse is an open source community discussion platform that includes community, email and chat room features. The platform includes community, email and chat room features. discourse-footnote has a security vulnerability that could be exploited to trigger null-reference javascript errors...

4.3CVSS5.6AI score0.00803EPSS
Exploits0References3
PyPA
PyPA
added 2021/11/05 9:15 p.m.4 views

PYSEC-2021-623

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for tf.ragged.cross has an undefined behavior due to binding a reference to nullptr. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1,...

7.8CVSS7.2AI score0.0021EPSS
Exploits1References2Affected Software1
PyPA
PyPA
added 2021/11/05 9:15 p.m.6 views

PYSEC-2021-411

TensorFlow is an open source platform for machine learning. In affected versions the code for sparse matrix multiplication is vulnerable to undefined behavior via binding a reference to nullptr. This occurs whenever the dimensions of a or b are 0 or less. In the case on one of these is 0, an empt...

7.8CVSS7.2AI score0.00204EPSS
Exploits1References2Affected Software1
OSV
OSV
added 2021/11/05 9:15 p.m.3 views

PYSEC-2021-826

TensorFlow is an open source platform for machine learning. In affected versions the code for sparse matrix multiplication is vulnerable to undefined behavior via binding a reference to nullptr. This occurs whenever the dimensions of a or b are 0 or less. In the case on one of these is 0, an empt...

7.8CVSS7.1AI score0.00204EPSS
Exploits1References2
Debian CVE
Debian CVE
added 2021/11/05 8:50 p.m.2 views

CVE-2021-41214

TensorFlow is an open source platform for machine learning. In affected versions the shape inference code for tf.ragged.cross has an undefined behavior due to binding a reference to nullptr. The fix will be included in TensorFlow 2.7.0. We will also cherrypick this commit on TensorFlow 2.6.1,...

7.8CVSS7.1AI score0.0021EPSS
Exploits1
OSV
OSV
added 2021/08/25 2:42 p.m.1 views

GHSA-F5CX-5WR3-5QRC Reference binding to nullptr in boosted trees

Impact An attacker can generate undefined behavior via a reference binding to nullptr in BoostedTreesCalculateBestGainsPerFeature: python import tensorflow as tf tf.rawops.BoostedTreesCalculateBestGainsPerFeature nodeidrange=, statssummarylist=1,2,3, l1=1.0, l2=1.0, treecomplexity =1.0,...

7.1CVSS5.8AI score0.00189EPSS
Exploits0References8
PyPA
PyPA
added 2021/08/12 10:15 p.m.3 views

PYSEC-2021-298

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause undefined behavior via binding a reference to null pointer in tf.rawops.SparseFillEmptyRows. The shape inference implementation does not validate that the input arguments are not empt...

7.8CVSS6.9AI score0.00173EPSS
Exploits0References2Affected Software1
PyPA
PyPA
added 2021/08/12 9:15 p.m.4 views

PYSEC-2021-278

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause undefined behavior via binding a reference to null pointer in tf.rawops.RaggedTensorToSparse. The implementation has an incomplete validation of the splits values: it does not check...

7.8CVSS6.9AI score0.00167EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2021/08/12 9:15 p.m.1 views

PYSEC-2021-284

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can generate undefined behavior via a reference binding to nullptr in BoostedTreesCalculateBestGainsPerFeature and similar attack can occur in BoostedTreesCalculateBestFeatureSplitV2. The...

7.8CVSS5.9AI score0.00189EPSS
Exploits0References3
OSV
OSV
added 2021/08/12 9:15 p.m.1 views

PYSEC-2021-773

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can generate undefined behavior via a reference binding to nullptr in BoostedTreesCalculateBestGainsPerFeature and similar attack can occur in BoostedTreesCalculateBestFeatureSplitV2. The...

7.8CVSS5.9AI score0.00189EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2021/08/12 8:50 p.m.3 views

CVE-2021-37656

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause undefined behavior via binding a reference to null pointer in tf.rawops.RaggedTensorToSparse. The implementation has an incomplete validation of the splits values: it does not check...

7.8CVSS6.9AI score0.00167EPSS
Exploits0
Microsoft KB
Microsoft KB
added 2019/12/11 12:0 a.m.4 views

October 15, 2019-KB4519562 Cumulative Update for .NET Framework 4.8 for Windows 10 Version 1607 and Windows Server 2016

October 15, 2019-KB4519562 Cumulative Update for .NET Framework 4.8 for Windows 10 Version 1607 and Windows Server 2016 Release Date: October 15, 2019 Version: .NET Framework 4.8 The October 15, 2019 update for Windows 10 Version 1607 and Windows Server 2016 includes cumulative reliability...

6.8AI score
Exploits0
CNVD
CNVD
added 2017/05/16 12:0 a.m.1 views

Google Android system service ContentService suffers from a null object reference vulnerability

Google Android is a Linux-based open source operating system jointly developed by Google Inc. and the Open Handheld Consortium. A null object reference vulnerability exists in the Google Android system service ContentService. The vulnerability stems from an exception in the parameters passed to t...

6.8AI score
Exploits0
Microsoft KB
Microsoft KB
added 2017/01/07 12:0 a.m.5 views

Update Rollup 11 for System Center 2012 Virtual Machine Manager Service Pack 1

Update Rollup 11 for System Center 2012 Virtual Machine Manager Service Pack 1 Introduction This article describes the issues that are fixed in Update Rollup 11 for Microsoft System Center 2012 Virtual Machine Manager Service Pack 1 SP1. There is one update available for System Center 2012 SP1...

7AI score
Exploits0
Microsoft KB
Microsoft KB
added 2017/01/07 12:0 a.m.4 views

FIX: Visual Studio 2010 crashes when you try to open a build report in Build Explorer

FIX: Visual Studio 2010 crashes when you try to open a build report in Build Explorer Symptoms Consider the following scenario: You connect to a Microsoft Team Foundation Server TFS 2008 server in Visual Studio 2010 Service Pack 1 SP1. You double-click a build in Build Explorer to try to open a...

6.8AI score
Exploits0
0day.today
0day.today
added 2009/09/25 12:0 a.m.22 views

CDBurnerXP 4.2.4.1351

Exploit for unknown platform in category remote exploits ===================== CDBurnerXP 4.2.4.1351 ===================== Title: CDBurnerXP 4.2.4.1351 CVE-ID: OSVDB-ID: Author: DrIDE Published: 2009-09-25 Verified: yes view source print? !/usr/bin/env python CDBurnerXP v 4.2.4.1351 Local Crash P...

7.1AI score
Exploits0
Rows per page
Query Builder