Lucene search
+L

9230 matches found

CNVD
CNVD
added 2021/07/01 12:00 a.m.55 views

Google TensorFlow suffers from an unspecified vulnerability (CNVD-2021-46660)

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. A security vulnerability exists in TensorFlow 2.4.2,2.3.3,2.2.3,2.1.4, which stems from a lack of validation between the parameters tf.rawops.Conv3DBackprop. This results in a heap buffer...

7.8CVSS6.9AI score0.00224EPSS
SaveExploits1References1
ATTACKERKB
ATTACKERKB
added 2021/06/30 1:15 a.m.4 views

CVE-2021-35958

TensorFlow through 2.5.0 allows attackers to overwrite arbitrary files via a crafted archive when tf.keras.utils.getfile is used with extract=True. NOTE: the vendor's position is that tf.keras.utils.getfile is not intended for untrusted archives...

9.1CVSS7.3AI score0.01864EPSS
SaveExploits0References6
NVD
NVD
added 2021/06/30 1:15 a.m.28 views

CVE-2021-35958

TensorFlow through 2.5.0 allows attackers to overwrite arbitrary files via a crafted archive when tf.keras.utils.getfile is used with extract=True. NOTE: the vendor's position is that tf.keras.utils.getfile is not intended for untrusted archives...

9.1CVSS0.01864EPSS
SaveExploits0References5
OSV
OSV
added 2021/06/30 1:15 a.m.10 views

CVE-2021-35958

TensorFlow through 2.5.0 allows attackers to overwrite arbitrary files via a crafted archive when tf.keras.utils.getfile is used with extract=True. NOTE: the vendor's position is that tf.keras.utils.getfile is not intended for untrusted archives...

9.1CVSS6.8AI score
SaveExploits0References5
Prion
Prion
added 2021/06/30 1:15 a.m.19 views

Code injection

DISPUTED TensorFlow through 2.5.0 allows attackers to overwrite arbitrary files via a crafted archive when tf.keras.utils.getfile is used with extract=True. NOTE: the vendor's position is that tf.keras.utils.getfile is not intended for untrusted archives...

6.4CVSS8.9AI score0.01864EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2021/06/30 12:12 a.m.31 views

CVE-2021-35958

TensorFlow through 2.5.0 allows attackers to overwrite arbitrary files via a crafted archive when tf.keras.utils.getfile is used with extract=True. NOTE: the vendor's position is that tf.keras.utils.getfile is not intended for untrusted archives...

9.3AI score0.01864EPSS
SaveExploits0References5
CVE
CVE
added 2021/06/30 12:12 a.m.121 views

CVE-2021-35958

TensorFlow prior to 2.5.1/vulnerable until patched: TF 2.5.0 and earlier allow arbitrary file overwrite via a crafted archive when tf.keras.utils.get_file is used with extract=True. Root cause: get_file extracting an archive from untrusted sources can overwrite arbitrary files. Affected component...

9.1CVSS9AI score0.01864EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2021/06/30 12:12 a.m.16 views

CVE-2021-35958

TensorFlow through 2.5.0 allows attackers to overwrite arbitrary files via a crafted archive when tf.keras.utils.getfile is used with extract=True. NOTE: the vendor's position is that tf.keras.utils.getfile is not intended for untrusted archives...

9.1CVSS7AI score0.01864EPSS
SaveExploits0
CNNVD
CNNVD
added 2021/06/30 12:00 a.m.11 views

Google TensorFlow 路径遍历漏洞

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. Google TensorFlow suffers from an arbitrary file overwrite vulnerability, which originates from an issue caused when tf.keras.utils.getfile is used with extract=True, and can be exploited by an...

9.1CVSS5.8AI score0.01864EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2021/06/30 12:00 a.m.13 views

PT-2021-21079 · Google · Tensorflow

Name of the Vulnerable Software and Affected Versions: TensorFlow versions prior to 2.5.1 Description: The issue allows attackers to overwrite arbitrary files via a crafted archive when tf.keras.utils.get file is used with extract=True. It's noted that the vendor's position is that...

9.1CVSS7.3AI score0.01864EPSS
SaveExploits0References11
ThreatPost
ThreatPost
added 2021/06/10 4:26 p.m.61 views

Microsoft: Big Cryptomining Attacks Hit Kubeflow

Microsoft has spotted a new, widespread, ongoing attack targeting Kubernetes clusters running Kubeflow instances, in order to plant malicious TensorFlow pods that are used to mine for cryptocurrency. The Kubeflow open-source project is a popular framework for running machine learning ML tasks in...

8AI score
SaveExploits0References10
The Hacker News
The Hacker News
added 2021/06/09 10:43 a.m.121 views

Crypto-Mining Attacks Targeting Kubernetes Clusters via Kubeflow Instances

Cybersecurity researchers on Tuesday disclosed a new large-scale campaign targeting Kubeflow deployments to run malicious cryptocurrency mining containers. The campaign involved deploying TensorFlow pods on Kubernetes clusters, with the pods running legitimate TensorFlow images from the official...

0.9AI score
SaveExploits0
CNVD
CNVD
added 2021/05/28 12:00 a.m.71 views

Google TensorFlow code issue vulnerability (CNVD-2021-48868)

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. A code issue vulnerability exists in Google TensorFlow 2.4.2, 2.3.3, 2.2.3, 2.1.4, which stems from tf.rawops.FusedBatchNorm demonstrating undefined behavior by dereferencing null pointers to...

7.8CVSS6.6AI score0.00211EPSS
SaveExploits1References1
CNVD
CNVD
added 2021/05/28 12:00 a.m.40 views

Google TensorFlow Buffer Overflow Vulnerability (CNVD-2021-48869)

Google TensorFlow is a suite of end-to-end open source platforms for machine learning from Google USA. Google TensorFlow 2.4.2, 2.3.3 suffers from a buffer overflow vulnerability that stems from the RaggedBincount's split parameter not specifying a valid SparseTensor, which can be exploited by an...

7.8CVSS7AI score0.00211EPSS
SaveExploits1References1
Github Security Blog
Github Security Blog
added 2021/05/21 2:29 p.m.60 views

Segfault in `tf.raw_ops.SparseCountSparseOutput`

Impact Passing invalid arguments e.g., discovered via fuzzing to tf.rawops.SparseCountSparseOutput results in segfault. Patches We have patched the issue in GitHub commit 82e6203221865de4008445b13c69b6826d2b28d9. The fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on...

5.5CVSS2.5AI score0.00194EPSS
SaveExploits1References7Affected Software3
OSV
OSV
added 2021/05/21 2:29 p.m.44 views

GHSA-WVJW-P9F5-VQ28 Segfault in `tf.raw_ops.SparseCountSparseOutput`

Impact Passing invalid arguments e.g., discovered via fuzzing to tf.rawops.SparseCountSparseOutput results in segfault. Patches We have patched the issue in GitHub commit 82e6203221865de4008445b13c69b6826d2b28d9. The fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on...

2.5CVSS6.1AI score0.00194EPSS
SaveExploits1References7
OSV
OSV
added 2021/05/21 2:28 p.m.20 views

GHSA-XQFJ-CR6Q-PC8W Crash in `tf.transpose` with complex inputs

Impact Passing a complex argument to tf.transpose at the same time as passing conjugate=True argument results in a crash: python import tensorflow as tf tf.transposeconjugate=True, a=complex1 Patches We have received a patch for the issue in GitHub commit 1dc6a7ce6e0b3e27a7ae650bfc05b195ca793f88...

2.5CVSS6AI score0.0023EPSS
SaveExploits1References9
Github Security Blog
Github Security Blog
added 2021/05/21 2:28 p.m.53 views

Crash in `tf.transpose` with complex inputs

Impact Passing a complex argument to tf.transpose at the same time as passing conjugate=True argument results in a crash: python import tensorflow as tf tf.transposeconjugate=True, a=complex1 Patches We have received a patch for the issue in GitHub commit 1dc6a7ce6e0b3e27a7ae650bfc05b195ca793f88...

5.5CVSS2.2AI score0.0023EPSS
SaveExploits1References9Affected Software3
Github Security Blog
Github Security Blog
added 2021/05/21 2:28 p.m.56 views

Crash in `tf.strings.substr` due to `CHECK`-fail

Impact An attacker can cause a denial of service via CHECK-fail in tf.strings.substr with invalid arguments: python import tensorflow as tf tf.strings.substrinput='abc', len=1, pos=1,-1 python import tensorflow as tf tf.strings.substrinput='abc', len=1, pos=1,2 Patches We have received a patch fo...

5.5CVSS3.2AI score0.0023EPSS
SaveExploits1References9Affected Software3
OSV
OSV
added 2021/05/21 2:28 p.m.31 views

GHSA-MMQ6-Q8R3-48FM Crash in `tf.strings.substr` due to `CHECK`-fail

Impact An attacker can cause a denial of service via CHECK-fail in tf.strings.substr with invalid arguments: python import tensorflow as tf tf.strings.substrinput='abc', len=1, pos=1,-1 python import tensorflow as tf tf.strings.substrinput='abc', len=1, pos=1,2 Patches We have received a patch fo...

2.5CVSS5.8AI score0.0023EPSS
SaveExploits1References9
Rows per page
Query Builder