| Summary | 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. |
|---|---|
| Publication Date | Dec. 11, 2020, 8:15 a.m. |
| Registration Date | Jan. 26, 2021, 11:56 a.m. |
| Last Update | Nov. 21, 2024, 2:19 p.m. |
| CVSS3.1 : MEDIUM | |
| スコア | 4.4 |
|---|---|
| Vector | 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 | |
| Score | 3.6 |
|---|---|
| Vector | AV:L/AC:L/Au:N/C:N/I:P/A:P |
| 攻撃元区分(AV) | ローカル |
| 攻撃条件の複雑さ(AC) | 低 |
| 攻撃前の認証要否(Au) | 不要 |
| 機密性への影響(C) | なし |
| 完全性への影響(I) | 低 |
| 可用性への影響(A) | 低 |
| Get all privileges. | いいえ |
| Get user privileges | いいえ |
| Get other privileges | いいえ |
| User operation required | いいえ |
| Configuration1 | or higher | or less | more than | less than | |
| 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 | ||||
| Title | Tensorflow における脆弱性 |
|---|---|
| Summary | Tensorflow には、不特定の脆弱性が存在します。 |
| Possible impacts | 情報を改ざんされる、およびサービス運用妨害 (DoS) 状態にされる可能性があります。 |
| Solution | ベンダより正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date | Dec. 5, 2020, midnight |
| Registration Date | Aug. 13, 2021, 6:04 p.m. |
| Last Update | Aug. 13, 2021, 6:04 p.m. |
| 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 | Changed Details | Date of change |
|---|---|---|
| 1 | [2021年08月13日] 掲載 |
Aug. 13, 2021, 6:04 p.m. |