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, the implementation of tf.raw_ops.LSTMBlockCell
does not fully validate the input arguments. This results in a CHECK
-failure which can be used to trigger a denial of service attack. The code does not validate the ranks of any of the arguments to this API call. This results in CHECK
-failures when the elements of the tensor are accessed. Versions 2.9.0, 2.8.1, 2.7.2, and 2.6.4 contain a patch for this issue.
The product receives input that is expected to specify a quantity (such as size or length), but it does not validate or incorrectly validates that the quantity has the required properties.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Tensorflow | * | 2.6.4 (excluding) | |
Tensorflow | 2.7.0 (including) | 2.7.2 (excluding) | |
Tensorflow | 2.7.0-rc0 (including) | 2.7.0-rc0 (including) | |
Tensorflow | 2.7.0-rc1 (including) | 2.7.0-rc1 (including) | |
Tensorflow | 2.8.0 (including) | 2.8.0 (including) | |
Tensorflow | 2.8.0-rc0 (including) | 2.8.0-rc0 (including) | |
Tensorflow | 2.8.0-rc1 (including) | 2.8.0-rc1 (including) | |
Tensorflow | 2.9.0-rc0 (including) | 2.9.0-rc0 (including) | |
Tensorflow | 2.9.0-rc1 (including) | 2.9.0-rc1 (including) |
Specified quantities include size, length, frequency, price, rate, number of operations, time, and others. Code may rely on specified quantities to allocate resources, perform calculations, control iteration, etc. When the quantity is not properly validated, then attackers can specify malicious quantities to cause excessive resource allocation, trigger unexpected failures, enable buffer overflows, etc.