Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-pqrv-8r2f-7278

Опубликовано: 09 фев. 2022
Источник: github
Github: Прошло ревью
CVSS3: 5.9

Описание

Crash due to erroneous StatusOr in TensorFlow

Impact

A GraphDef from a TensorFlow SavedModel can be maliciously altered to cause a TensorFlow process to crash due to encountering a StatusOr value that is an error and forcibly extracting the value from it:

if (op_reg_data->type_ctor != nullptr) { VLOG(3) << "AddNode: found type constructor for " << node_def.name(); const auto ctor_type = full_type::SpecializeType(AttrSlice(node_def), op_reg_data->op_def); const FullTypeDef ctor_typedef = ctor_type.ValueOrDie(); if (ctor_typedef.type_id() != TFT_UNSET) { *(node_def.mutable_experimental_type()) = ctor_typedef; } }

If ctor_type is an error status, ValueOrDie results in a crash.

Patches

We have patched the issue in GitHub commit 955059813cc325dc1db5e2daa6221271406d4439.

We have patched the issue in multiple GitHub commits and these will be included in TensorFlow 2.8.0 and TensorFlow 2.7.1, as both are affected.

For more information

Please consult our security guide for more information regarding the security model and how to contact us with issues and questions.

Пакеты

Наименование

tensorflow

pip
Затронутые версииВерсия исправления

< 2.7.1

2.7.1

Наименование

tensorflow-cpu

pip
Затронутые версииВерсия исправления

< 2.7.1

2.7.1

Наименование

tensorflow-gpu

pip
Затронутые версииВерсия исправления

< 2.7.1

2.7.1

EPSS

Процентиль: 47%
0.00239
Низкий

5.9 Medium

CVSS3

Дефекты

CWE-754

Связанные уязвимости

CVSS3: 5.9
nvd
около 4 лет назад

Tensorflow is an Open Source Machine Learning Framework. A `GraphDef` from a TensorFlow `SavedModel` can be maliciously altered to cause a TensorFlow process to crash due to encountering a `StatusOr` value that is an error and forcibly extracting the value from it. We have patched the issue in multiple GitHub commits and these will be included in TensorFlow 2.8.0 and TensorFlow 2.7.1, as both are affected.

CVSS3: 5.9
debian
около 4 лет назад

Tensorflow is an Open Source Machine Learning Framework. A `GraphDef` ...

EPSS

Процентиль: 47%
0.00239
Низкий

5.9 Medium

CVSS3

Дефекты

CWE-754