Lucene search
+L

199 matches found

Positive Technologies
Positive Technologies
added 2022/11/22 12:0 a.m.4 views

PT-2023-22487 · Unknown +4 · Llvm-Project +4

Name of the Vulnerable Software and Affected Versions: llvm-project affected versions not specified Description: The issue is related to a segmentation fault in the llvm-project, specifically via the component mlir::Type::getDialect. There is no information provided about the estimated number of...

5.5CVSS4.6AI score0.00221EPSS
SaveExploits0References31
Positive Technologies
Positive Technologies
added 2022/11/02 12:0 a.m.6 views

PT-2023-22485 · Unknown +4 · Llvm-Project +4

Name of the Vulnerable Software and Affected Versions: llvm-project affected versions not specified Description: A segmentation fault was discovered in the llvm-project via the component mlir::IROperandmlir::OpOperand. Recommendations: At the moment, there is no information about a newer version...

5.5CVSS4.7AI score0.00221EPSS
SaveExploits0References30
CNVD
CNVD
added 2022/09/20 12:0 a.m.28 views

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

Google TensorFlow is an end-to-end open source platform for machine learning from Google USA. Google TensorFlow suffers from a code issue vulnerability that stems from when "mlir::tfg::GraphDefImporter:: ConvertNodeDef" attempts to convert a nodedef with an unoperated name, it crashes, and an...

7.5CVSS3.8AI score0.00567EPSS
SaveExploits0References1
Veracode
Veracode
added 2022/09/19 5:34 p.m.28 views

Denial Of Service (DoS)

tensorflow is vulnerable to denial of service. The vulnerability exists due to a null pointer dereference in ImportGenericFunction of functiondefimport.cc because mlir doesn't disallow empty function attributes which allows an attacker to cause an application crash...

7.5CVSS7.2AI score0.00411EPSS
SaveExploits0References8Affected Software3
Veracode
Veracode
added 2022/09/19 5:6 p.m.19 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.00567EPSS
SaveExploits0References9Affected Software3
NVD
NVD
added 2022/09/16 11:15 p.m.35 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.00567EPSS
SaveExploits0References3
NVD
NVD
added 2022/09/16 11:15 p.m.17 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.00411EPSS
SaveExploits0References2
NVD
NVD
added 2022/09/16 11:15 p.m.25 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.0058EPSS
SaveExploits0References4
NVD
NVD
added 2022/09/16 11:15 p.m.65 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.00567EPSS
SaveExploits0References3
Prion
Prion
added 2022/09/16 11:15 p.m.24 views

Stack overflow

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

5CVSS7.7AI score0.00411EPSS
SaveExploits0References2Affected Software1
Prion
Prion
added 2022/09/16 11:15 p.m.22 views

Stack overflow

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 aed36912609fc07229b4d0a7b44f3f48efc00fd0. The fix will be included in...

5CVSS7.7AI score0.00411EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2022/09/16 10:55 p.m.63 views

CVE-2022-36012 Assertion fail on MLIR empty edge names in TensorFlow

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

5.9CVSS7.8AI score0.00567EPSS
SaveExploits0References3
CVE
CVE
added 2022/09/16 10:55 p.m.88 views

CVE-2022-36012

TensorFlow vulnerability CVE-2022-36012: when mlir::tfg::ConvertGenericFunctionToFunctionDef processes empty function attributes, TensorFlow crashes. A patch (commit ad069af92392efee1418c48ff561fd3070a03d7b) fixes the issue and will be included in TensorFlow 2.10.0, with cherry-picks to 2.9.1, 2....

7.5CVSS6.5AI score0.00567EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2022/09/16 10:35 p.m.102 views

CVE-2022-36014

TensorFlow vulnerability CVE-2022-36014: a null dereference in mlir::tfg::TFOp::nameAttr when provided a null type list, causing a crash (denial of service potential). Fixed in GitHub commits 3a754740d5414e362512ee981eefba41561a63a6 and a0f0b9a21c9270930457095092f558fbad4c03e5. The patch will be ...

7.5CVSS6.5AI score0.0058EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2022/09/16 10:35 p.m.24 views

CVE-2022-36014 Null-dereference in `mlir::tfg::TFOp::nameAttr` in TensorFlow

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

5.9CVSS7.8AI score0.0058EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2022/09/16 10:30 p.m.57 views

CVE-2022-36000 Null dereference on MLIR on empty function attributes in TensorFlow

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 aed36912609fc07229b4d0a7b44f3f48efc00fd0. The fix will be included in...

5.9CVSS7.7AI score0.00411EPSS
SaveExploits0References2
CVE
CVE
added 2022/09/16 10:30 p.m.102 views

CVE-2022-36011

CVE-2022-36011 affects TensorFlow: a null dereference when mlir::tfg::ConvertGenericFunctionToFunctionDef is given empty function attributes. Root cause: empty attributes lead to a null dereference in MLIR/TFG import. Remediation per sources: fix landed in TensorFlow 2.10.0 and will be cherry-pic...

7.5CVSS6.5AI score0.00411EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2022/09/16 10:30 p.m.25 views

CVE-2022-36011 Null dereference on MLIR on empty function attributes in TensorFlow

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

5.9CVSS7.7AI score0.00411EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2022/09/16 10:30 p.m.46 views

CVE-2022-36013 Null-dereference in `mlir::tfg::GraphDefImporter::ConvertNodeDef` in TensorFlow

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

5.9CVSS7.7AI score0.00567EPSS
SaveExploits0References3
CVE
CVE
added 2022/09/16 10:30 p.m.106 views

CVE-2022-36013

TensorFlow CVE-2022-36013 describes a null-dereference crash in mlir::tfg::GraphDefImporter::ConvertNodeDef when converting NodeDefs without an op name. A fix is present in commit a0f0b9a21c9270930457095092f558fbad4c03e5 and will be included in TensorFlow 2.10.0; the patch will also beCherry-pick...

7.5CVSS6.5AI score0.00567EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder