CVE-2020-35916
https://notcve.org/view.php?id=CVE-2020-35916
An issue was discovered in the image crate before 0.23.12 for Rust. A Mutable reference has immutable provenance. (In the case of LLVM, the IR may be always correct.) Se detectó un problema en la crate image versiones anteriores a 0.23.12 para Rust. Una referencia mutable presenta una procedencia inmutable. • https://rustsec.org/advisories/RUSTSEC-2020-0073.html • CWE-400: Uncontrolled Resource Consumption •
CVE-2019-16138
https://notcve.org/view.php?id=CVE-2019-16138
An issue was discovered in the image crate before 0.21.3 for Rust, affecting the HDR image format decoder. Vec::set_len is called on an uninitialized vector, leading to a use-after-free and arbitrary code execution. Se descubrió un problema en la caja de la imagen antes de 0.21.3 para Rust, que afecta al decodificador de formato de imagen HDR. Vec :: set_len se llama en un vector no inicializado, lo que lleva a una ejecución de código arbitraria y libre de uso. • https://github.com/image-rs/image/pull/985 https://rustsec.org/advisories/RUSTSEC-2019-0014.html • CWE-416: Use After Free •