Lucene search
+L

57 matches found

OSV
OSV
added 2026/07/09 4:49 p.m.2 views

PYSEC-2026-3125 Code injection in `saved_model_cli` in TensorFlow

Impact TensorFlow's savedmodelcli tool is vulnerable to a code injection: savedmodelcli run --inputexprs 'x=print"malicious code to run"' --dir ./ --tagset serve --signaturedef servingdefault This can be used to open a reverse shell savedmodelcli run --inputexprs 'hello=exec"""\nimport...

7.8CVSS6.9AI score0.00536EPSS
SaveExploits1References12
OSV
OSV
added 2026/07/09 4:49 p.m.3 views

PYSEC-2026-3289 Code injection in `saved_model_cli` in TensorFlow

Impact TensorFlow's savedmodelcli tool is vulnerable to a code injection: savedmodelcli run --inputexprs 'x=print"malicious code to run"' --dir ./ --tagset serve --signaturedef servingdefault This can be used to open a reverse shell savedmodelcli run --inputexprs 'hello=exec"""\nimport...

7.8CVSS6.1AI score0.00536EPSS
SaveExploits1References12
OSV
OSV
added 2026/07/09 4:49 p.m.6 views

PYSEC-2026-3191 `CHECK`-failures in binary ops in Tensorflow

Impact A malicious user can cause a denial of service by altering a SavedModel such that any binary op would trigger CHECK failures. This occurs when the protobuf part corresponding to the tensor arguments is modified such that the dtype no longer matches the dtype expected by the op. In that cas...

6.5CVSS6.2AI score0.00872EPSS
SaveExploits1References9
OSV
OSV
added 2026/07/09 4:49 p.m.4 views

PYSEC-2026-3096 Multiple `CHECK`-fails in `function.cc` in TensowFlow

Impact A malicious user can cause a denial of service by altering a SavedModel such that assertions in function.cc would be falsified and crash the Python interpreter. Patches We have patched the issue in GitHub commits dcc21c7bc972b10b6fb95c2fb0f4ab5a59680ec2 and...

6.5CVSS6.7AI score0.008EPSS
SaveExploits1References10
OSV
OSV
added 2026/07/09 4:49 p.m.4 views

PYSEC-2026-3175 `CHECK`-failures during Grappler's `IsSimplifiableReshape` in Tensorflow

Impact The Grappler optimizer in TensorFlow can be used to cause a denial of service by altering a SavedModel such that IsSimplifiableReshape would trigger CHECK failures. Patches We have patched the issue in GitHub commits ebc1a2ffe5a7573d905e99bd0ee3568ee07c12c1,...

6.5CVSS6.2AI score0.01151EPSS
SaveExploits1References11
OSV
OSV
added 2026/07/07 10:17 a.m.7 views

PYSEC-2026-965 TensorFlow segfault TFLite converter on per-channel quantized transposed convolutions

Impact When converting transposed convolutions using per-channel weight quantization the converter segfaults and crashes the Python process. python import tensorflow as tf class QuantConv2DTransposedtf.keras.layers.Layer: def buildself, inputshape: self.kernel = self.addweight"kernel", 3, 3,...

5.9CVSS5.9AI score0.00619EPSS
SaveExploits1References8
OSV
OSV
added 2026/04/21 12:8 p.m.6 views

BIT-MLFLOW-2026-33866 Authorization Bypass in MLflow AJAX Endpoint

MLflow is vulnerable to an authorization bypass affecting the AJAX endpoint used to download saved model artifacts. Due to missing access‑control validation, a user without permissions to a given experiment can directly query this endpoint and retrieve model artifacts they are not authorized to...

5.4CVSS5.7AI score0.00362EPSS
SaveExploits2References4
ATTACKERKB
ATTACKERKB
added 2026/04/07 12:57 p.m.9 views

CVE-2026-33866

MLflow is vulnerable to an authorization bypass affecting the AJAX endpoint used to download saved model artifacts. Due to missing access‑control validation, a user without permissions to a given experiment can directly query this endpoint and retrieve model artifacts they are not authorized to...

5.3CVSS5.9AI score0.00362EPSS
SaveExploits2References3
RedhatCVE
RedhatCVE
added 2026/01/09 9:15 a.m.12 views

CVE-2022-23589

Tensorflow is an Open Source Machine Learning Framework. Under certain scenarios, Grappler component of TensorFlow can trigger a null pointer dereference. There are 2 places where this can occur, for the same malicious alteration of a SavedModel file fixing the first one would trigger the same...

6.5CVSS6.7AI score0.01097EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2025/05/23 2:43 a.m.6 views

CVE-2023-5245

FileUtil.extract enumerates all zip file entries and extracts each file without validating whether file paths in the archive are outside the intended directory. When creating an instance of TensorflowModel using the savedmodel format and an exported tensorflow model, the apply function invokes th...

9.8CVSS5.5AI score0.01186EPSS
SaveExploits1References1
OSV
OSV
added 2024/03/06 11:20 a.m.21 views

BIT-TENSORFLOW-2020-26266 Uninitialized memory access in Eigen types in TensorFlow

In affected versions of TensorFlow under certain cases a saved model can trigger use of uninitialized values during code execution. This is caused by having tensor buffers be filled with the default value of the type but forgetting to default initialize the quantized floating point types in Eigen...

5.3CVSS5.5AI score0.00251EPSS
SaveExploits1References3
OSV
OSV
added 2024/03/06 11:20 a.m.29 views

BIT-TENSORFLOW-2020-26271 Heap out of bounds access in MakeEdge in TensorFlow

In affected versions of TensorFlow under certain cases, loading a saved model can result in accessing uninitialized memory while building the computation graph. The MakeEdge function creates an edge between one output tensor of the src node given by outputindex and the input slot of the dst node...

4.4CVSS4.3AI score0.00213EPSS
SaveExploits1References3
OSV
OSV
added 2023/11/15 3:30 p.m.3 views

GHSA-897X-XVJ8-42RQ Zip slip in mleap

FileUtil.extract enumerates all zip file entries and extracts each file without validating whether file paths in the archive are outside the intended directory. When creating an instance of TensorflowModel using the savedmodel format and an exported tensorflow model, the apply function invokes th...

7.5CVSS7.4AI score0.01186EPSS
SaveExploits1References4
Cvelist
Cvelist
added 2023/11/15 12:52 p.m.48 views

CVE-2023-5245 Using MLeap for loading a saved model (zip archive) can lead to path traversal/arbitrary file creation and possibly remote code execution.

FileUtil.extract enumerates all zip file entries and extracts each file without validating whether file paths in the archive are outside the intended directory. When creating an instance of TensorflowModel using the savedmodel format and an exported tensorflow model, the apply function invokes th...

7.5CVSS9.8AI score0.01186EPSS
SaveExploits1References2
SUSE CVE
SUSE CVE
added 2023/02/15 3:53 a.m.7 views

SUSE CVE-2020-26271

In affected versions of TensorFlow under certain cases, loading a saved model can result in accessing uninitialized memory while building the computation graph. The MakeEdge function creates an edge between one output tensor of the src node given by outputindex and the input slot of the dst node...

3.3CVSS4.7AI score0.00213EPSS
SaveExploits1References4
SUSE CVE
SUSE CVE
added 2023/02/15 3:37 a.m.5 views

SUSE CVE-2021-41228

TensorFlow is an open source platform for machine learning. In affected versions TensorFlow's savedmodelcli tool is vulnerable to a code injection as it calls eval on user supplied strings. This can be used by attackers to run arbitrary code on the plaform where the CLI tool runs. However, given...

7.8CVSS7.9AI score0.00208EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:28 a.m.7 views

SUSE CVE-2022-23565

Tensorflow is an Open Source Machine Learning Framework. An attacker can trigger denial of service via assertion failure by altering a SavedModel on disk such that AttrDefs of some operation are duplicated. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this commit on...

6.5CVSS6.4AI score0.00469EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:28 a.m.7 views

SUSE CVE-2022-23579

Tensorflow is an Open Source Machine Learning Framework. The Grappler optimizer in TensorFlow can be used to cause a denial of service by altering a SavedModel such that SafeToRemoveIdentity would trigger CHECK failures. The fix will be included in TensorFlow 2.8.0. We will also cherrypick this...

6.5CVSS6.3AI score0.00821EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2023/02/15 3:26 a.m.8 views

SUSE CVE-2022-29216

TensorFlow is an open source platform for machine learning. Prior to versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4, TensorFlow's savedmodelcli tool is vulnerable to a code injection. This can be used to open a reverse shell. This code path was maintained for compatibility reasons as the maintainers had...

7.8CVSS7.6AI score0.00536EPSS
SaveExploits1References3
OSV
OSV
added 2022/05/24 10:16 p.m.13 views

GHSA-75C9-JRH4-79MC Code injection in `saved_model_cli` in TensorFlow

Impact TensorFlow's savedmodelcli tool is vulnerable to a code injection: savedmodelcli run --inputexprs 'x=print"malicious code to run"' --dir ./ --tagset serve --signaturedef servingdefault This can be used to open a reverse shell savedmodelcli run --inputexprs 'hello=exec"""\nimport...

7.8CVSS7AI score0.00536EPSS
SaveExploits1References10
Rows per page
Query Builder