Lucene search
K

3086 matches found

Prion
Prion
added 2021/08/12 9:15 p.m.13 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.00039EPSS
Exploits0References2Affected Software1
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.00106EPSS
Exploits0References3
OSV
OSV
added 2021/08/12 9:15 p.m.24 views

PYSEC-2021-574

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause a denial of service in boostedtreescreatequantilestreamresource by using negative arguments. The implementation does not validate that numstreams only contains non-negative numbers. I...

5.5CVSS3.4AI score0.00012EPSS
Exploits0References2
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.00038EPSS
Exploits0References2
OSV
OSV
added 2021/08/12 9:15 p.m.16 views

PYSEC-2021-577

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

7.3CVSS3.1AI score0.00038EPSS
Exploits0References2
OSV
OSV
added 2021/08/12 9:15 p.m.14 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.00012EPSS
Exploits0References2
OSV
OSV
added 2021/08/12 9:15 p.m.16 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.00012EPSS
Exploits0References2
OSV
OSV
added 2021/08/12 9:15 p.m.0 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.00106EPSS
Exploits0References3
Prion
Prion
added 2021/08/12 9:15 p.m.15 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.00013EPSS
Exploits0References2Affected Software1
Prion
Prion
added 2021/08/12 9:15 p.m.18 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.00038EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2021/08/12 9:15 p.m.24 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.00013EPSS
Exploits0References2
OSV
OSV
added 2021/08/12 9:15 p.m.14 views

PYSEC-2021-567

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can trigger a crash via a CHECK-fail in debug builds of TensorFlow using tf.rawops.ResourceGather or a read from outside the bounds of heap allocated data in the same API in a release build. Th...

7.3CVSS1.2AI score0.00038EPSS
Exploits0References2
CVE
CVE
added 2021/08/12 9:10 p.m.79 views

CVE-2021-37646

CVE-2021-37646 affects TensorFlow: the StringNGrams implementation can overflow when converting a negative, signed ngram_width to an unsigned size during a reserve call, enabling a potential denial-of-service condition. The root cause is a signed-to-unsigned conversion in TF’s string buffer alloc...

5.5CVSS5.8AI score0.00012EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2021/08/12 9:5 p.m.93 views

CVE-2021-37661

Summary: CVE-2021-37661 affects TensorFlow and causes a denial of service via the boosted_trees_create_quantile_stream_resource path when a negative number of streams is supplied. The code does not validate that num_streams is non-negative before using it to reserve memory, leading to an implicit...

5.5CVSS5.5AI score0.00012EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2021/08/12 9:5 p.m.16 views

CVE-2021-37661 Crash caused by integer conversion to unsigned in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause a denial of service in boostedtreescreatequantilestreamresource by using negative arguments. The implementation does not validate that numstreams only contains non-negative numbers. I...

5.5CVSS6AI score0.00012EPSS
Exploits0References2
CVE
CVE
added 2021/08/12 9:5 p.m.238 views

CVE-2021-37645

TensorFlow CVE-2021-37645 affects affected TF versions prior to 2.6.0 and is caused by an integer overflow in tf.raw_ops.QuantizeAndDequantizeV4Grad when converting a signed axis to unsigned for the absl::InlinedVector constructor, leading to memory allocation based on a large value. A GitHub com...

5.5CVSS5.8AI score0.00012EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2021/08/12 9:0 p.m.78 views

CVE-2021-37651

TensorFlow: The FractionalAvgPoolGrad path has a heap-based buffer overflow when handling empty inputs, caused by not validating that the input tensor is non-empty. The implementation constructs an empty EigenDoubleMatrixMap and accesses out-of-bounds buffers. A patch was committed (0f931751fb20f...

7.8CVSS7.5AI score0.00031EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2021/08/12 9:0 p.m.243 views

CVE-2021-37650

CVE-2021-37650 affects TensorFlow where the implementations tf.raw_ops.ExperimentalDatasetToTFRecord and tf.raw_ops.DatasetToTFRecord can trigger a heap-based buffer overflow and segmentation fault because records are assumed to be strings but may be numeric. The GNOTO advisory in the Connected d...

7.8CVSS8AI score0.00014EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2021/08/12 9:0 p.m.14 views

CVE-2021-37650 Segfault and heap buffer overflow in `{Experimental,}DatasetToTFRecord` in TensorFlow

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.8CVSS8.4AI score0.00014EPSS
Exploits0References2
Cvelist
Cvelist
added 2021/08/12 8:55 p.m.15 views

CVE-2021-37662 Reference binding to nullptr in boosted trees in TensorFlow

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.1CVSS8AI score0.00106EPSS
Exploits0References3
Rows per page
Query Builder