Lucene search
K

7043 matches found

Prion
Prion
added 2021/08/12 9:15 p.m.16 views

Null pointer dereference

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...

4.6CVSS7.6AI score0.00167EPSS
Exploits0References2Affected Software1
Prion
Prion
added 2021/08/12 9:15 p.m.9 views

Null pointer dereference

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 all operations of type tf.rawops.MatrixDiagV. The implementation has incomplete validation that the value of k is a valid...

4.6CVSS7.7AI score0.00167EPSS
Exploits0References2Affected Software1
Prion
Prion
added 2021/08/12 9:15 p.m.14 views

Null pointer dereference

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 all binary cwise operations that don't require broadcasting e.g., gradients of binary cwise operations. The implementatio...

4.6CVSS7.5AI score0.00176EPSS
Exploits0References2Affected Software1
Prion
Prion
added 2021/08/12 9:15 p.m.9 views

Input validation

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...

4.6CVSS7.5AI score0.00189EPSS
Exploits0References3Affected Software1
Prion
Prion
added 2021/08/12 9:15 p.m.8 views

Out-of-bounds

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can read from outside of bounds of heap allocated data by sending specially crafted illegal arguments to BoostedTreesSparseCalculateBestFeatureSplit. The implementation needs to validate that...

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

PYSEC-2021-570

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 all operations of type tf.rawops.MatrixDiagV. The implementation has incomplete validation that the value of k is a valid...

7.8CVSS3.2AI score0.00167EPSS
Exploits0References2
OSV
OSV
added 2021/08/12 9:15 p.m.21 views

PYSEC-2021-564

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation for tf.rawops.FractionalAvgPoolGrad can be tricked into accessing data outside of bounds of heap allocated buffers. The implementation does not validate that the input tensor is non-empt...

7.8CVSS3.3AI score0.00174EPSS
Exploits0References2
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
OSV
OSV
added 2021/08/12 9:15 p.m.20 views

PYSEC-2021-548

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of sparse reduction operations in TensorFlow can trigger accesses outside of bounds of heap allocated data. The implementation fails to validate that each reduction group does not overfl...

7.3CVSS2.8AI score0.00167EPSS
Exploits0References2
Prion
Prion
added 2021/08/12 9:15 p.m.19 views

Out-of-bounds

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of sparse reduction operations in TensorFlow can trigger accesses outside of bounds of heap allocated data. The implementation fails to validate that each reduction group does not overfl...

3.6CVSS7AI score0.00167EPSS
Exploits0References2Affected Software1
Prion
Prion
added 2021/08/12 9:15 p.m.17 views

Null pointer dereference

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 all operations of type tf.rawops.MatrixSetDiagV. The implementation has incomplete validation that the value of k is a...

4.6CVSS7.7AI score0.00167EPSS
Exploits0References2Affected Software1
Prion
Prion
added 2021/08/12 9:15 p.m.14 views

Integer overflow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of tf.rawops.QuantizeAndDequantizeV4Grad is vulnerable to an integer overflow issue caused by converting a signed integer value to an unsigned one and then allocating memory based on thi...

2.1CVSS5.7AI score0.00152EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2021/08/12 9:15 p.m.14 views

PYSEC-2021-572

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 all binary cwise operations that don't require broadcasting e.g., gradients of binary cwise operations. The implementatio...

7.8CVSS1.9AI score0.00176EPSS
Exploits0References2
OSV
OSV
added 2021/08/12 9:15 p.m.17 views

PYSEC-2021-563

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation for tf.rawops.ExperimentalDatasetToTFRecord and tf.rawops.DatasetToTFRecord can trigger heap buffer overflow and segmentation fault. The implementation assumes that all records in the...

7.8CVSS2.2AI score0.00182EPSS
Exploits0References2
OSV
OSV
added 2021/08/12 9:15 p.m.24 views

PYSEC-2021-568

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can trigger a read from outside of bounds of heap allocated data by sending invalid arguments to tf.rawops.ResourceScatterUpdate. The implementation has an incomplete validation of the...

7.3CVSS2.2AI score0.00167EPSS
Exploits0References2
OSV
OSV
added 2021/08/12 9:15 p.m.17 views

PYSEC-2021-559

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of tf.rawops.StringNGrams is vulnerable to an integer overflow issue caused by converting a signed integer value to an unsigned one and then allocating memory based on this value. The...

5.5CVSS3.5AI score0.00154EPSS
Exploits0References2
OSV
OSV
added 2021/08/12 9:15 p.m.27 views

PYSEC-2021-569

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.8CVSS2.6AI score0.00167EPSS
Exploits0References2
OSV
OSV
added 2021/08/12 9:15 p.m.26 views

PYSEC-2021-554

TensorFlow is an end-to-end open source platform for machine learning. In affected versions if the arguments to tf.rawops.RaggedGather don't determine a valid ragged tensor code can trigger a read from outside of bounds of heap allocated buffers. The implementation directly reads the first...

7.3CVSS1.6AI score0.00167EPSS
Exploits0References2
OSV
OSV
added 2021/08/12 9:15 p.m.15 views

PYSEC-2021-557

TensorFlow is an end-to-end open source platform for machine learning. In affected versions providing a negative element to numelements list argument of tf.rawops.TensorListReserve causes the runtime to abort the process due to reallocating a std::vector to have a negative number of elements. The...

5.5CVSS2.8AI score0.00152EPSS
Exploits0References2
OSV
OSV
added 2021/08/12 9:15 p.m.16 views

PYSEC-2021-575

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.8CVSS2.4AI score0.00189EPSS
Exploits0References3
Rows per page
Query Builder