| 概要 | In affected versions of TensorFlow the tf.raw_ops.ImmutableConst operation returns a constant tensor created from a memory mapped file which is assumed immutable. However, if the type of the tensor is not an integral type, the operation crashes the Python interpreter as it tries to write to the memory area. If the file is too small, TensorFlow properly returns an error as the memory area has fewer bytes than what is needed for the tensor it creates. However, as soon as there are enough bytes, the above snippet causes a segmentation fault. This is because the allocator used to return the buffer data is not marked as returning an opaque handle since the needed virtual method is not overridden. This is fixed in versions 1.15.5, 2.0.4, 2.1.3, 2.2.2, 2.3.2, and 2.4.0. |
|---|---|
| 公表日 | 2020年12月11日8:15 |
| 登録日 | 2021年1月26日11:56 |
| 最終更新日 | 2024年11月21日14:19 |
| CVSS3.1 : MEDIUM | |
| スコア | 4.4 |
|---|---|
| ベクター | CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L |
| 攻撃元区分(AV) | ローカル |
| 攻撃条件の複雑さ(AC) | 低 |
| 攻撃に必要な特権レベル(PR) | 低 |
| 利用者の関与(UI) | 不要 |
| 影響の想定範囲(S) | 変更なし |
| 機密性への影響(C) | なし |
| 完全性への影響(I) | 低 |
| 可用性への影響(A) | 低 |
| CVSS2.0 : LOW | |
| スコア | 3.6 |
|---|---|
| ベクター | AV:L/AC:L/Au:N/C:N/I:P/A:P |
| 攻撃元区分(AV) | ローカル |
| 攻撃条件の複雑さ(AC) | 低 |
| 攻撃前の認証要否(Au) | 不要 |
| 機密性への影響(C) | なし |
| 完全性への影響(I) | 低 |
| 可用性への影響(A) | 低 |
| 全ての特権を取得 | いいえ |
| ユーザー権限を取得 | いいえ |
| その他の権限を取得 | いいえ |
| ユーザー操作が必要 | いいえ |
| 構成1 | 以上 | 以下 | より上 | 未満 | |
| cpe:2.3:a:google:tensorflow:*:*:*:*:*:*:*:* | 2.3.0 | 2.3.2 | |||
| cpe:2.3:a:google:tensorflow:*:*:*:*:*:*:*:* | 2.2.0 | 2.2.2 | |||
| cpe:2.3:a:google:tensorflow:*:*:*:*:*:*:*:* | 2.1.0 | 2.1.3 | |||
| cpe:2.3:a:google:tensorflow:*:*:*:*:*:*:*:* | 2.0.0 | 2.0.4 | |||
| cpe:2.3:a:google:tensorflow:*:*:*:*:*:*:*:* | 1.15.5 | ||||
| タイトル | Tensorflow における脆弱性 |
|---|---|
| 概要 | Tensorflow には、不特定の脆弱性が存在します。 |
| 想定される影響 | 情報を改ざんされる、およびサービス運用妨害 (DoS) 状態にされる可能性があります。 |
| 対策 | ベンダより正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| 公表日 | 2020年12月5日0:00 |
| 登録日 | 2021年8月13日18:04 |
| 最終更新日 | 2021年8月13日18:04 |
| Google TensorFlow 1.15.5 未満 |
| Google TensorFlow 2.0.4 未満 |
| Google TensorFlow 2.1.3 未満 |
| Google TensorFlow 2.2.2 未満 |
| Google TensorFlow 2.3.2 未満 |
| Google TensorFlow 2.4.0未満 |
| No | 変更内容 | 変更日 |
|---|---|---|
| 1 | [2021年08月13日] 掲載 |
2021年8月13日18:04 |