VYPR

Rustix

by Bytecodealliance

cargo: rustix

Source repositories

CVEs (1)

  • CVE-2024-43806MedAug 26, 2024
    risk 0.35cvss 6.5epss 0.00

    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…