Lucene search
+L

9269 matches found

CNVD
CNVD
added 2022/09/20 12:00 a.m.137 views

Google TensorFlow code issue vulnerability (CNVD-2023-10609)

Google TensorFlow is an end-to-end open source platform for machine learning from Google, Inc. A code issue vulnerability exists in Google TensorFlow, which stems from the fact that if an empty sortedinputs input is provided for a LowerBound or UpperBound, it can cause nullptr dereference, an...

7.5CVSS3.8AI score0.00462EPSS
SaveExploits0References1
CNVD
CNVD
added 2022/09/20 12:00 a.m.98 views

Google TensorFlow Denial of Service Vulnerability (CNVD-2023-15783)

Google TensorFlow is an end-to-end open source platform for machine learning from Google. Google TensorFlow has a denial-of-service vulnerability that could be exploited by attackers to trigger a denial-of-service attack...

7.5CVSS4.3AI score0.00701EPSS
SaveExploits0References1
Veracode
Veracode
added 2022/09/19 5:06 p.m.22 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service. The vulnerability exists in ImportNodes in functiondefimport.cc because the assertion fails on MLIR when empty edge names are given which causes an application crash...

7.5CVSS7.3AI score0.00701EPSS
SaveExploits0References9Affected Software3
Veracode
Veracode
added 2022/09/19 3:11 p.m.27 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service. The vulnerability exists in Compute function of listkernels.h because elementshape check is not properly handled which allows an attacker to cause an application crash...

7.5CVSS7.2AI score0.00531EPSS
SaveExploits0References9Affected Software3
Veracode
Veracode
added 2022/09/19 12:07 p.m.34 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service DoS attacks. A remote attacker is able to trigger a CHECK-fail mechanism instead of returning a status by providing invalid number of arguments through FullTypeDef& t to tensorflow::fulltype::SubstituteFromAttrs, causing an application crash...

7.5CVSS7.3AI score0.00701EPSS
SaveExploits0References7Affected Software3
Veracode
Veracode
added 2022/09/19 11:40 a.m.30 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service DoS attacks. A segmentation fault in RaggedBincount could be triggered via an empty input tensor through splits, which allows remote attackers to cause denial of service conditions in the system...

7.5CVSS7.2AI score0.0051EPSS
SaveExploits0References8Affected Software3
Veracode
Veracode
added 2022/09/19 11:22 a.m.24 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service DoS attacks. A malicious user is able to cause denial of service conditions by providing an input value that does not fit into an int64t through RangeSize, causing the application to crash...

7.5CVSS7.2AI score0.00701EPSS
SaveExploits0References9Affected Software3
Veracode
Veracode
added 2022/09/19 10:49 a.m.23 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service DoS attacks. A malicious user is able to cause denial of service conditions by providing the elementshape in TensorListFromTensor with a rank greater than one, which gives a CHECK fail, triggering an application crash...

7.5CVSS7.1AI score0.00478EPSS
SaveExploits0References8Affected Software3
Veracode
Veracode
added 2022/09/19 10:30 a.m.25 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service DoS attacks. A malicious user is able to cause a null dereference by providing empty function attributes to the mlir::tfg::ConvertGenericFunctionToFunctionDef function, causing the application to crash...

7.5CVSS7.2AI score0.00478EPSS
SaveExploits0References8Affected Software3
Veracode
Veracode
added 2022/09/19 10:09 a.m.31 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service attacks. The vulnerability exists due to lack of sanitization of tensorflow function in quantizeanddequantizeop.cc which allows a remote attacker to cause the application to crash...

7.5CVSS7.1AI score0.00478EPSS
SaveExploits0References2Affected Software3
Veracode
Veracode
added 2022/09/19 9:28 a.m.27 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service. The vulnerability exists in the BincountOp function in bincountop.cc due to check fail inDenseBincount which allows an attacker to cause an application crash by providing malicious input...

7.5CVSS7.2AI score0.00478EPSS
SaveExploits0References9Affected Software3
Veracode
Veracode
added 2022/09/19 9:27 a.m.23 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service DoS attacks. A malicious user is able to pass an empty input with valid filter and padding sizes which outputs all-zeros, causing a division-by-zero exception leading to an application crash...

7.5CVSS7.2AI score0.00478EPSS
SaveExploits0References8Affected Software3
Veracode
Veracode
added 2022/09/19 7:47 a.m.25 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service. The vulnerability exists due to the check failure in the randomop.cc and randompoissonop.cc, allowing an attacker to crash the application by providing a large input shapes and rates...

7.5CVSS7.2AI score0.00488EPSS
SaveExploits0References8Affected Software3
Veracode
Veracode
added 2022/09/19 7:02 a.m.25 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service. The vulnerability exists in the Compute function of bincountop.cc When the SparseBincount is given inputs for indices, values, and denseshape parameters, allowing an attacker to cause an application crash through the segmentation fault...

7.5CVSS7.2AI score0.0051EPSS
SaveExploits0References8Affected Software3
NVD
NVD
added 2022/09/16 11:15 p.m.40 views

CVE-2022-36013

TensorFlow is an open source platform for machine learning. When mlir::tfg::GraphDefImporter::ConvertNodeDef tries to convert NodeDefs without an op name, it crashes. We have patched the issue in GitHub commit a0f0b9a21c9270930457095092f558fbad4c03e5. The fix will be included in TensorFlow 2.10.0...

7.5CVSS0.00701EPSS
SaveExploits0References3
NVD
NVD
added 2022/09/16 11:15 p.m.42 views

CVE-2022-36015

TensorFlow is an open source platform for machine learning. When RangeSize receives values that do not fit into an int64t, it crashes. We have patched the issue in GitHub commit 37e64539cd29fcfb814c4451152a60f5d107b0f0. The fix will be included in TensorFlow 2.10.0. We will also cherrypick this...

7.5CVSS0.00701EPSS
SaveExploits0References3
NVD
NVD
added 2022/09/16 11:15 p.m.21 views

CVE-2022-36011

TensorFlow is an open source platform for machine learning. When mlir::tfg::ConvertGenericFunctionToFunctionDef is given empty function attributes, it gives a null dereference. We have patched the issue in GitHub commit 1cf45b831eeb0cab8655c9c7c5d06ec6f45fc41b. The fix will be included in...

7.5CVSS0.00478EPSS
SaveExploits0References2
NVD
NVD
added 2022/09/16 11:15 p.m.28 views

CVE-2022-36014

TensorFlow is an open source platform for machine learning. When mlir::tfg::TFOp::nameAttr receives null type list attributes, it crashes. We have patched the issue in GitHub commits 3a754740d5414e362512ee981eefba41561a63a6 and a0f0b9a21c9270930457095092f558fbad4c03e5. The fix will be included in...

7.5CVSS0.00717EPSS
SaveExploits0References4
NVD
NVD
added 2022/09/16 11:15 p.m.68 views

CVE-2022-36012

TensorFlow is an open source platform for machine learning. When mlir::tfg::ConvertGenericFunctionToFunctionDef is given empty function attributes, it crashes. We have patched the issue in GitHub commit ad069af92392efee1418c48ff561fd3070a03d7b. The fix will be included in TensorFlow 2.10.0. We wi...

7.5CVSS0.00701EPSS
SaveExploits0References3
NVD
NVD
added 2022/09/16 11:15 p.m.34 views

CVE-2022-36016

TensorFlow is an open source platform for machine learning. When tensorflow::fulltype::SubstituteFromAttrs receives a FullTypeDef& t that is not exactly three args, it triggers a CHECK-fail instead of returning a status. We have patched the issue in GitHub commit...

7.5CVSS0.00701EPSS
SaveExploits0References3
Rows per page
Query Builder