Use-After-Free Vulnerability in HDR Image Format Decoder by Rust
CVE-2019-16138
9.8CRITICAL
What is CVE-2019-16138?
The vulnerability in the HDR image format decoder of Rust's image crate prior to version 0.21.3 allows an attacker to exploit Vec::set_len being called on an uninitialized vector. This can result in a use-after-free condition, potentially leading to arbitrary code execution. It is crucial for developers using affected versions to update to a patched version to mitigate this risk. Further details can be found in the advisory and GitHub pull request.