CVE-2024-43806MEDIUMCVSS 6.5fixed in rust-rustix 0.38.21-1 (forky)2024
CVE-2024-43806 [MEDIUM] CVE-2024-43806: rust-rustix - Rustix is a set of safe Rust bindings to POSIX-ish APIs. When using `rustix::fs:...
Rustix is a set of safe Rust bindings to POSIX-ish APIs. When using `rustix::fs::Dir` using the `linux_raw` backend, it's possible for the iterator to "get stuck" when an IO error is encountered. Combined with a memory over-allocation issue in `rustix::fs::Dir::read_more`, this can cause quick and unbounded memory explosion (gigabytes in a few seconds if used
debian