Lucene search
K

3086 matches found

OSV
OSV
added 2021/08/12 6:15 p.m.18 views

CVE-2021-37636

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of tf.rawops.SparseDenseCwiseDiv is vulnerable to a division by 0 error. The implementation uses a common class for all binary operations but fails to treat the division by 0 case...

5.5CVSS6.5AI score
Exploits0References2
OSV
OSV
added 2021/08/12 6:15 p.m.18 views

CVE-2021-37642

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of tf.rawops.ResourceScatterDiv is vulnerable to a division by 0 error. The implementation uses a common class for all binary operations but fails to treat the division by 0 case...

5.5CVSS5.3AI score
Exploits0References2
OSV
OSV
added 2021/08/12 6:15 p.m.15 views

PYSEC-2021-573

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause a floating point exception by calling inplace operations with crafted arguments that would result in a division by 0. The implementation has a logic error: it should skip processing i...

5.5CVSS1.7AI score0.00012EPSS
Exploits0References2
OSV
OSV
added 2021/08/12 6:15 p.m.17 views

PYSEC-2021-555

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of tf.rawops.ResourceScatterDiv is vulnerable to a division by 0 error. The implementation uses a common class for all binary operations but fails to treat the division by 0 case...

5.5CVSS2.8AI score0.00012EPSS
Exploits0References2
OSV
OSV
added 2021/08/12 6:15 p.m.18 views

PYSEC-2021-549

TensorFlow is an end-to-end open source platform for machine learning. In affected versions the implementation of tf.rawops.SparseDenseCwiseDiv is vulnerable to a division by 0 error. The implementation uses a common class for all binary operations but fails to treat the division by 0 case...

5.5CVSS2.8AI score0.00012EPSS
Exploits0References2
Prion
Prion
added 2021/08/12 6:15 p.m.14 views

Design/Logic Flaw

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause a floating point exception by calling inplace operations with crafted arguments that would result in a division by 0. The implementation has a logic error: it should skip processing i...

2.1CVSS5.7AI score0.00012EPSS
Exploits0References2Affected Software1
OSV
OSV
added 2021/08/12 6:15 p.m.20 views

PYSEC-2021-566

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can trigger a crash via a floating point exception in tf.rawops.ResourceGather. The implementation computes the value of a value, batchsize, and then divides by it without checking that this...

5.5CVSS3.2AI score0.00012EPSS
Exploits0References2
CVE
CVE
added 2021/08/12 6:10 p.m.81 views

CVE-2021-37649

CVE-2021-37649 describes a null pointer dereference in tf.raw_ops.UncompressElement within TensorFlow. The issue arises when a Variant tensor does not actually contain a CompressedElement, leading to a nullptr dereference during decompression. A patch has been applied in GitHub commit 7bdf50bb4f5...

7.7CVSS5.8AI score0.00012EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2021/08/12 6:10 p.m.13 views

CVE-2021-37649 Null pointer dereference in `UncompressElement` in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. The code for tf.rawops.UncompressElement can be made to trigger a null pointer dereference. The implementation obtains a pointer to a CompressedElement from a Variant tensor and then proceeds to dereference it for decompressin...

7.7CVSS8AI score0.00012EPSS
Exploits0References2
Cvelist
Cvelist
added 2021/08/12 6:10 p.m.12 views

CVE-2021-37647 Null pointer dereference in `SparseTensorSliceDataset` in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. When a user does not supply arguments that determine a valid sparse tensor, tf.rawops.SparseTensorSliceDataset implementation can be made to dereference a null pointer. The implementation has some argument validation but fails...

7.7CVSS8AI score0.00044EPSS
Exploits0References2
CVE
CVE
added 2021/08/12 6:10 p.m.80 views

CVE-2021-37647

CVE-2021-37647 describes a null pointer dereference in TensorFlow’s tf.raw_ops.SparseTensorSliceDataset when creating an empty sparse tensor with mismatched indices/values. The description specifies that validation exists but can dereference a null pointer if indices are empty, leading to a crash...

7.7CVSS5.8AI score0.00044EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2021/08/12 6:10 p.m.21 views

CVE-2021-37643 Null pointer dereference in `MatrixDiagPartOp` in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. If a user does not provide a valid padding value to tf.rawops.MatrixDiagPartOp, then the code triggers a null pointer dereference if input is empty or produces invalid behavior, ignoring all values after the first. The...

7.7CVSS8.2AI score0.00012EPSS
Exploits0References2
CVE
CVE
added 2021/08/12 6:10 p.m.85 views

CVE-2021-37643

CVE-2021-37643 affects TensorFlow’s MatrixDiagPartOp. The issue arises when a user does not supply a valid padding value, causing a NULL pointer dereference (if input is empty) or invalid behavior that ignores subsequent values. The root cause is reading the first value from a tensor buffer witho...

7.7CVSS7.1AI score0.00012EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2021/08/12 6:10 p.m.20 views

CVE-2021-37639 Null pointer dereference and heap OOB read in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. When restoring tensors via raw APIs, if the tensor name is not provided, TensorFlow can be tricked into dereferencing a null pointer. Alternatively, attackers can read memory outside the bounds of heap allocated data by...

8.4CVSS8.5AI score0.00014EPSS
Exploits0References2
CVE
CVE
added 2021/08/12 6:10 p.m.88 views

CVE-2021-37639

TensorFlow has a local, impactful vulnerability CVE-2021-37639 where restoring tensors via raw APIs can dereference a null pointer or read outside the heap bounds when tensor_name is not provided. The root cause is reading the tensor list from user-controlled input without validating its length, ...

8.4CVSS7.6AI score0.00014EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2021/08/12 6:10 p.m.14 views

CVE-2021-37638 Null pointer dereference in `RaggedTensorToTensor` in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. Sending invalid argument for rowpartitiontypes of tf.rawops.RaggedTensorToTensor API results in a null pointer dereference and undefined behavior. The implementation accesses the first element of a user supplied list of values...

7.7CVSS8.2AI score0.00013EPSS
Exploits0References2
CVE
CVE
added 2021/08/12 6:10 p.m.83 views

CVE-2021-37638

CVE-2021-37638 : TensorFlow vulnerable to a NULL pointer dereference in the RaggedTensorToTensor path caused by sending an empty row_partition_types list. The issue stems from accessing the first element of a user-supplied list without validating non-emptiness. A patch was applied in GitHub commi...

7.8CVSS7.7AI score0.00013EPSS
Exploits0References2Affected Software1
Cvelist
Cvelist
added 2021/08/12 5:35 p.m.13 views

CVE-2021-37660 Division by 0 in inplace operations in TensorFlow

TensorFlow is an end-to-end open source platform for machine learning. In affected versions an attacker can cause a floating point exception by calling inplace operations with crafted arguments that would result in a division by 0. The implementation has a logic error: it should skip processing i...

5.5CVSS6.2AI score0.00012EPSS
Exploits0References2
CVE
CVE
added 2021/08/12 5:35 p.m.81 views

CVE-2021-37660

CVE-2021-37660 describes a division-by-zero flaw in TensorFlow’s inplace operations due to a logic error in inplace_ops.cc. The faulty condition uses || instead of &&, allowing a floating-point exception when crafted inputs are provided. The issue has been patched in the GitHub commit e86605c0a33...

5.5CVSS5.7AI score0.00012EPSS
Exploits0References2Affected Software1
CVE
CVE
added 2021/08/12 5:35 p.m.75 views

CVE-2021-37653

TensorFlow Cortex: CVE-2021-37653 affects TensorFlow’s tf.raw_ops.ResourceGather. The issue stems from computing batch_size and dividing by it without validating 0, causing a local crash (denial of service). A patch exists in GitHub commit ac117ee8a8ea57b73d34665cdf00ef3303bc0b11 and should be in...

5.5CVSS5.6AI score0.00012EPSS
Exploits0References2Affected Software1
Rows per page
Query Builder