Open Automation Software OAS Platform REST API unauthenticated vulnerability
### Summary An improper authentication vulnerability exists in the REST API functionality of Open Automation Software OAS Platform V16.00.0121. A specially-crafted series of HTTP requests can lead to ...
Continue ReadingMay 30, 2022
Undefined behavior when users supply invalid resource handles
### Impact Multiple TensorFlow operations misbehave in eager mode when the resource handle provided to them is invalid: ```python import tensorflow as tf tf.raw_ops.QueueIsClosedV2(handle=[]) ``` ```p ...
Continue ReadingMay 30, 2022
Missing validation causes denial of service via `LSTMBlockCell`
### Impact The implementation of [`tf.raw_ops.LSTMBlockCell`](https://github.com/tensorflow/tensorflow/blob/f3b9bf4c3c0597563b289c0512e98d4ce81f886e/tensorflow/core/kernels/rnn/lstm_ops.cc) does not f ...
Continue ReadingMay 30, 2022
Back to Main