Lucene search
K

14324 matches found

IBM Security Bulletins
IBM Security Bulletins
added 2023/12/08 11:4 a.m.25 views

Security Bulletin: Multiple Vulnerabilities affecting IBM Watson Studio in Cloud Pak for Data Are Addressed

Summary There are multiple vulnerabilities in Runtimes 22.2 component impacting IBM Watson Studio in Cloud Pak for Data. This bulletin identifies the steps to take to address the vulnerabilities. Vulnerability Details CVEID:CVE-2023-2800 DESCRIPTION: Hugging Face Transformers is vulnerable to a...

9.8CVSS8.4AI score0.01608EPSS
Exploits6Affected Software1
OSV
OSV
added 2023/11/15 3:30 p.m.2 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
Exploits1References4
ATTACKERKB
ATTACKERKB
added 2023/11/15 1:15 p.m.3 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.8CVSS6.2AI score0.01186EPSS
Exploits1References3
Tenable Nessus
Tenable Nessus
added 2023/10/30 12:0 a.m.38 views

CBL Mariner 2.0 Security Update: tensorflow (CVE-2023-25661)

The version of tensorflow installed on the remote CBL Mariner 2.0 host is prior to tested version. It is, therefore, affected by a vulnerability as referenced in the CVE-2023-25661 advisory. - TensorFlow is an Open Source Machine Learning Framework. In versions prior to 2.11.1 a malicious invalid...

6.5CVSS6.3AI score0.00432EPSS
Exploits1References2
Chainguard
Chainguard
added 2023/10/25 6:17 p.m.46 views

CVE-2023-46136 vulnerabilities

Vulnerabilities for packages: kubeflow-volumes-web-app, py3-tensorflow-serving-api, py3-werkzeug, kubeflow-pipelines-visualization-server, kubeflow-jupyter-web-app, airflow-core...

8CVSS6.8AI score0.01063EPSS
Exploits0
Wolfi
Wolfi
added 2023/10/25 6:17 p.m.31 views

CVE-2023-46136 vulnerabilities

Vulnerabilities for packages: py3-tensorflow-serving-api, kubeflow-volumes-web-app, kubeflow-pipelines-visualization-server, kubeflow-jupyter-web-app, py3-werkzeug...

8CVSS6.8AI score0.01063EPSS
Exploits0
Chainguard
Chainguard
added 2023/10/25 2:22 p.m.15 views

GHSA-HRFV-MQP8-Q5RW vulnerabilities

Vulnerabilities for packages: kubeflow-volumes-web-app, py3-tensorflow-serving-api, py3-werkzeug, kubeflow-pipelines-visualization-server, kubeflow-jupyter-web-app, airflow-core...

5.8AI score
Exploits0
Wolfi
Wolfi
added 2023/10/25 2:22 p.m.24 views

GHSA-HRFV-MQP8-Q5RW vulnerabilities

Vulnerabilities for packages: py3-tensorflow-serving-api, kubeflow-volumes-web-app, kubeflow-pipelines-visualization-server, kubeflow-jupyter-web-app, py3-werkzeug...

5.8AI score
Exploits0
OSV
OSV
added 2023/10/23 6:38 p.m.16 views

BIT-2020-15190

In Tensorflow before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, the tf.rawops.Switch operation takes as input a tensor and a boolean and outputs two tensors. Depending on the boolean value, one of the tensors is exactly the input tensor whereas the other one should be an empty tensor. Howeve...

5.3CVSS6.7AI score0.00932EPSS
Exploits1References4Affected Software1
OSV
OSV
added 2023/10/23 6:38 p.m.14 views

BIT-2020-15191

In Tensorflow before versions 2.2.1 and 2.3.1, if a user passes an invalid argument to dlpack.todlpack the expected validations will cause variables to bind to nullptr while setting a status variable to the error condition. However, this status argument is not properly checked. Hence, code...

5.3CVSS6.8AI score0.0074EPSS
Exploits1References4Affected Software1
OSV
OSV
added 2023/10/23 6:38 p.m.18 views

BIT-2020-15192

In Tensorflow before versions 2.2.1 and 2.3.1, if a user passes a list of strings to dlpack.todlpack there is a memory leak following an expected validation failure. The issue occurs because the status argument during validation failures is not properly checked. Since each of the above methods ca...

4.3CVSS6.6AI score0.00676EPSS
Exploits1References4Affected Software1
OSV
OSV
added 2023/10/23 6:38 p.m.9 views

BIT-2020-15193

In Tensorflow before versions 2.2.1 and 2.3.1, the implementation of dlpack.todlpack can be made to use uninitialized memory resulting in further memory corruption. This is because the pybind11 glue code assumes that the argument is a tensor. However, there is nothing stopping users from passing ...

7.1CVSS6.8AI score0.00673EPSS
Exploits1References4Affected Software1
OSV
OSV
added 2023/10/23 6:38 p.m.19 views

BIT-2020-15194

In Tensorflow before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, the SparseFillEmptyRowsGrad implementation has incomplete validation of the shapes of its arguments. Although reverseindexmapt and gradvaluest are accessed in a similar pattern, only reverseindexmapt is validated to be of proper...

5.3CVSS6.6AI score0.01004EPSS
Exploits1References4Affected Software1
OSV
OSV
added 2023/10/23 6:38 p.m.19 views

BIT-2020-15195

In Tensorflow before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, the implementation of SparseFillEmptyRowsGrad uses a double indexing pattern. It is possible for reverseindexmapi to be an index outside of bounds of gradvalues, thus resulting in a heap buffer overflow. The issue is patched in...

8.8CVSS6.9AI score0.00926EPSS
Exploits1References4Affected Software1
OSV
OSV
added 2023/10/23 6:38 p.m.12 views

BIT-2020-15196

In Tensorflow version 2.3.0, the SparseCountSparseOutput and RaggedCountSparseOutput implementations don't validate that the weights tensor has the same shape as the data. The check exists for DenseCountSparseOutput, where both tensors are fully specified. In the sparse and ragged count weights a...

9.9CVSS6.8AI score0.00891EPSS
Exploits1References3Affected Software1
OSV
OSV
added 2023/10/23 6:38 p.m.12 views

BIT-2020-15197

In Tensorflow before version 2.3.1, the SparseCountSparseOutput implementation does not validate that the input arguments form a valid sparse tensor. In particular, there is no validation that the indices tensor has rank 2. This tensor must be a matrix because code assumes its elements are access...

6.3CVSS6.7AI score0.00711EPSS
Exploits1References3Affected Software1
OSV
OSV
added 2023/10/18 4:15 a.m.5 views

AZL-37886 CVE-2023-38545 affecting package tensorflow for versions less than 2.16.1-1

This flaw makes curl overflow a heap based buffer in the SOCKS5 proxy handshake. When curl is asked to pass along the host name to the SOCKS5 proxy to allow that to resolve the address instead of it getting done by curl itself, the maximum length that host name can be is 255 bytes. If the host na...

9.8CVSS6.8AI score0.78483EPSS
Exploits6References1
OSV
OSV
added 2023/10/18 4:15 a.m.2 views

AZL-38099 CVE-2023-38546 affecting package tensorflow for versions less than 2.16.1-1

This flaw allows an attacker to insert cookies at will into a running program using libcurl, if the specific series of conditions are met. libcurl performs transfers. In its API, an application creates "easy handles" that are the individual handles for single transfers. libcurl provides a functio...

3.7CVSS6.6AI score0.06208EPSS
Exploits0References1
Chainguard
Chainguard
added 2023/10/17 8:15 p.m.20 views

GHSA-G4MX-Q9VG-27P4 vulnerabilities

Vulnerabilities for packages: py3.11-torchvision-cuda-12.3, jwt-tool, kubeflow-volumes-web-app, k8s-sidecar, py3-tensorflow-serving-api, py3.11-pytorch-cuda-12.3, py3.13-scanner-test-libraries, py3-pipenv, nvidia-nsight-compute-13.1, py3-cassandra-medusa, py3-torchvision-cuda-11.8,...

5.8AI score
Exploits0
Wolfi
Wolfi
added 2023/10/17 8:15 p.m.43 views

GHSA-G4MX-Q9VG-27P4 vulnerabilities

Vulnerabilities for packages: py3-tensorflow-serving-api, kubeflow-volumes-web-app, kubeflow-katib, jwt-tool, kubeflow-jupyter-web-app, py3-pipenv, az, py3-cassandra-medusa...

5.8AI score
Exploits0
Rows per page
Query Builder