📦 Rust

by Rust Lang

🔍 What is Rust?

Description coming soon...

🛡️ Security Overview

Click on a severity to filter vulnerabilities

⚠️ Known Vulnerabilities

CVE-2024-3566

CRITICAL CVSS 9.8 Apr 10, 2024

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...

CVE-2024-24576

CRITICAL CVSS 10.0 Apr 9, 2024

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...

CVE-2021-29922

CRITICAL CVSS 9.1 Aug 7, 2021

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

CRITICAL CVSS 9.8 Apr 14, 2021

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...

CVE-2020-36318

CRITICAL CVSS 9.8 Apr 11, 2021

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...

CVE-2021-28879

CRITICAL CVSS 9.8 Apr 11, 2021

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...

CVE-2020-36323

HIGH CVSS 8.2 Apr 14, 2021

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...

CVE-2015-20001

HIGH CVSS 7.5 Apr 11, 2021

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...

CVE-2021-28877

HIGH CVSS 7.5 Apr 11, 2021

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...