📦 Rust
by Rust Lang
🔍 What is Rust?
Description coming soon...
🛡️ Security Overview
Click on a severity to filter vulnerabilities
⚠️ Known Vulnerabilities
CVE-2024-3566 is a command injection vulnerability affecting Windows applications that use CreateProcess function with improper argument quoting. Attackers can execute arbitrary commands with the priv...
This critical vulnerability in Rust's standard library allows arbitrary command execution when spawning batch files on Windows with untrusted arguments. Attackers can bypass argument escaping in Comma...
This vulnerability allows attackers to bypass IP-based access controls by using IP addresses with leading zeros, which Rust incorrectly interprets as octal numbers. It affects all applications using R...
CVE-2021-31162 is a double-free vulnerability in Rust's standard library Vec::from_iter function that occurs when freeing an element panics, potentially leading to memory corruption. This affects appl...
A double-free vulnerability in Rust's VecDeque::make_contiguous function allows attackers to cause use-after-free or double-free conditions, potentially leading to arbitrary code execution. This affec...
This vulnerability in Rust's standard library before version 1.52.0 involves an integer overflow in the Zip iterator implementation. When a consumed Zip iterator is reused, it can report incorrect siz...
This vulnerability in Rust's standard library before version 1.52.0 allows uninitialized memory exposure or program crashes when joining strings. It occurs due to an optimization that doesn't properly...
This vulnerability in Rust's standard library before version 1.2.0 allows memory safety violations when BinaryHeap operations panic. It affects any Rust application using BinaryHeap with custom compar...
This vulnerability in Rust's standard library before version 1.51.0 allows memory safety violations when using nested Zip iterators. The bug causes the same index to be accessed multiple times, potent...