Skip to main content

Rust Lang

27 CVEs vendor

Monthly

CVE-2024-43402 Sep 04, 16:15 HIGH PATCH This Week

Rust is a programming language. Rated high severity (CVSS 8.8), this vulnerability is low attack complexity. This OS Command Injection vulnerability could allow attackers to execute arbitrary operating system commands on the host.

Command Injection Microsoft Rust Rust Lang
NVD GitHub
CVSS 3.1
8.8
EPSS
0.7%
CVE-2024-3566 Apr 10, 16:15 CRITICAL POC Act Now

Command injection via Windows CreateProcess argument parsing affects multiple language runtimes and tooling (Node.js, PHP, Rust, Haskell process library, yt-dlp) that wrap the API without compensating for its quirks. Remote attackers can smuggle additional commands through arguments passed to child processes when applications spawn batch files or otherwise rely on CreateProcess's implicit cmd.exe handling. Publicly available exploit code exists and EPSS of 7.09% (92nd percentile) signals elevated, though not confirmed in-the-wild, exploitation interest; this CVE is not listed in CISA KEV.

PHP Command Injection Node.js Microsoft Rust +6
NVD GitHub VulDB
CVSS 3.1
9.8
EPSS
7.1%
CVE-2024-24576 Apr 09, 18:15 CRITICAL POC THREAT Act Now

Rust is a programming language. Rated critical severity (CVSS 10.0), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

Command Injection Microsoft Rust Fedora Fedoraproject +1
NVD GitHub
CVSS 3.1
10.0
EPSS
20.3%
CVE-2023-40030 Aug 24, 23:15 Cargo MEDIUM PATCH This Month

Cargo downloads a Rust project’s dependencies and compiles the project. Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Cross-Site Scripting (XSS) vulnerability could allow attackers to inject malicious scripts into web pages viewed by other users.

XSS RCE Rust Rust Lang
NVD GitHub
CVSS 3.1
6.1
EPSS
0.8%
CVE-2023-38497 Aug 04, 16:15 Cargo HIGH PATCH This Week

Cargo downloads the Rust project’s dependencies and compiles the project. Rated high severity (CVSS 7.3), this vulnerability is low attack complexity.

Information Disclosure Fedora Cargo Fedoraproject Rust Lang
NVD GitHub
CVSS 3.1
7.3
EPSS
0.8%
CVE-2022-36114 Sep 14, 18:15 Cargo MEDIUM PATCH This Month

Cargo is a package manager for the rust programming language. Rated medium severity (CVSS 6.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Uncontrolled Resource Consumption vulnerability could allow attackers to cause denial of service by exhausting system resources.

RCE Denial Of Service Cargo Rust Lang
NVD GitHub
CVSS 3.1
6.5
EPSS
0.8%
CVE-2022-36113 Sep 14, 18:15 Cargo HIGH PATCH This Week

Cargo is a package manager for the rust programming language. Rated high severity (CVSS 8.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Path Traversal vulnerability could allow attackers to access files and directories outside the intended path.

RCE Path Traversal Cargo Rust Lang
NVD GitHub
CVSS 3.1
8.1
EPSS
1.0%
CVE-2022-24713 Mar 08, 19:15 Cargo HIGH PATCH This Week

regex is an implementation of regular expressions for the Rust language. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Uncontrolled Resource Consumption vulnerability could allow attackers to cause denial of service by exhausting system resources.

Denial Of Service Debian Debian Linux Fedora Regex +2
NVD GitHub
CVSS 3.1
7.5
EPSS
14.5%
CVE-2021-29922 Aug 07, 17:15 CRITICAL POC PATCH Act Now

library/std/src/net/parser.rs in Rust before 1.53.0 does not properly consider extraneous zero characters at the beginning of an IP address string, which (in some situations) allows attackers to. Rated critical severity (CVSS 9.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Authentication Bypass Rust Rust Lang
NVD GitHub
CVSS 3.1
9.1
EPSS
2.6%
CVE-2021-31162 Apr 14, 07:15 CRITICAL POC PATCH Act Now

In the standard library in Rust before 1.52.0, a double free can occur in the Vec::from_iter function if freeing the element panics. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Information Disclosure Rust Fedora Fedoraproject Rust Lang
NVD GitHub
CVSS 3.1
9.8
EPSS
2.9%
CVE-2021-28879 Apr 11, 20:15 CRITICAL POC PATCH Act Now

In the standard library in Rust before 1.52.0, the Zip implementation can report an incorrect size due to an integer overflow. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Buffer Overflow Integer Overflow Rust Fedora Fedoraproject +1
NVD GitHub
CVSS 3.1
9.8
EPSS
2.4%
CVE-2021-28878 Apr 11, 20:15 HIGH POC PATCH This Week

In the standard library in Rust before 1.52.0, the Zip implementation calls __iterator_get_unchecked() more than once for the same index (under certain conditions) when next_back() and next() are. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Buffer Overflow Rust Fedora Fedoraproject Rust Lang
NVD GitHub
CVSS 3.1
7.5
EPSS
2.0%
CVE-2021-28877 Apr 11, 20:15 HIGH PATCH This Week

In the standard library in Rust before 1.51.0, the Zip implementation calls __iterator_get_unchecked() for the same index more than once when nested. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Buffer Overflow vulnerability could allow attackers to corrupt memory to execute arbitrary code or crash the application.

Buffer Overflow Rust Rust Lang
NVD GitHub
CVSS 3.1
7.5
EPSS
1.4%
CVE-2021-28876 Apr 11, 20:15 MEDIUM POC PATCH This Month

In the standard library in Rust before 1.52.0, the Zip implementation has a panic safety issue. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Information Disclosure Rust Fedora Fedoraproject Rust Lang
NVD GitHub
CVSS 3.1
5.3
EPSS
1.6%
CVE-2021-28875 Apr 11, 20:15 HIGH POC PATCH This Week

In the standard library in Rust before 1.50.0, read_to_end() does not validate the return value from Read in an unsafe context. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Buffer Overflow Rust Rust Lang
NVD GitHub
CVSS 3.1
7.5
EPSS
2.1%
CVE-2020-35920 Dec 31, 09:15 Cargo MEDIUM POC PATCH This Month

An issue was discovered in the socket2 crate before 0.3.16 for Rust. Rated medium severity (CVSS 5.5), this vulnerability is low attack complexity. Public exploit code available and no vendor patch available.

Information Disclosure Socket2 Rust Lang
NVD
CVSS 3.1
5.5
EPSS
0.4%
CVE-2020-35908 Dec 31, 09:15 Cargo MEDIUM PATCH This Month

An issue was discovered in the futures-util crate before 0.3.2 for Rust. Rated medium severity (CVSS 5.5), this vulnerability is low attack complexity. No vendor patch available.

Information Disclosure Future Utils Rust Lang
NVD
CVSS 3.1
5.5
EPSS
0.3%
CVE-2020-35907 Dec 31, 09:15 Cargo MEDIUM POC PATCH This Month

An issue was discovered in the futures-task crate before 0.3.5 for Rust. Rated medium severity (CVSS 5.5), this vulnerability is low attack complexity. Public exploit code available and no vendor patch available.

Denial Of Service Null Pointer Dereference Futures Task Rust Lang
NVD
CVSS 3.1
5.5
EPSS
0.4%
CVE-2020-35906 Dec 31, 09:15 Cargo HIGH POC PATCH This Week

An issue was discovered in the futures-task crate before 0.3.6 for Rust. Rated high severity (CVSS 7.8), this vulnerability is low attack complexity. Public exploit code available and no vendor patch available.

Information Disclosure Use After Free Memory Corruption Futures Task Rust Lang
NVD
CVSS 3.1
7.8
EPSS
0.5%
CVE-2020-35905 Dec 31, 09:15 Cargo MEDIUM POC PATCH This Month

An issue was discovered in the futures-util crate before 0.3.7 for Rust. Rated medium severity (CVSS 4.7). Public exploit code available and no vendor patch available.

Information Disclosure Race Condition Future Utils Rust Lang
NVD
CVSS 3.1
4.7
EPSS
0.3%
CVE-2020-26281 Dec 21, 22:15 Cargo HIGH PATCH This Week

async-h1 is an asynchronous HTTP/1.1 parser for Rust (crates.io). Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required. No vendor patch available.

Information Disclosure Request Smuggling Async H1 Rust Lang
NVD GitHub
CVSS 3.1
7.5
EPSS
1.0%
CVE-2019-16760 Sep 30, 22:15 Cargo HIGH POC PATCH This Week

Cargo prior to Rust 1.26.0 may download the wrong dependency if your package.toml file uses the `package` configuration key. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Information Disclosure Rust Rust Lang
NVD GitHub
CVSS 3.1
7.5
EPSS
1.3%
CVE-2019-1010299 Jul 15, 18:15 MEDIUM POC PATCH This Month

The Rust Programming Language Standard Library 1.18.0 and later is affected by: CWE-200: Information Exposure. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Information Disclosure Rust Rust Lang
NVD GitHub
CVSS 3.1
5.3
EPSS
1.5%
CVE-2019-12083 May 13, 20:29 HIGH POC This Week

The Rust Programming Language Standard Library 1.34.x before 1.34.2 contains a stabilized method which, if overridden, can violate Rust's safety guarantees and cause memory unsafety. Rated high severity (CVSS 8.1), this vulnerability is remotely exploitable, no authentication required. Public exploit code available and no vendor patch available.

Buffer Overflow Information Disclosure Rust Fedora Leap +3
NVD
CVSS 3.1
8.1
EPSS
2.2%
CVE-2018-1000810 Oct 08, 15:29 CRITICAL Act Now

The Rust Programming Language Standard Library version 1.29.0, 1.28.0, 1.27.2, 1.27.1, 127.0, 126.2, 126.1, 126.0 contains a CWE-680: Integer Overflow to Buffer Overflow vulnerability in standard. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

Buffer Overflow Integer Overflow Rust Rust Lang
NVD
CVSS 3.0
9.8
EPSS
3.0%
CVE-2018-1000657 Aug 20, 19:31 HIGH PATCH This Week

Rust Programming Language Rust standard library version Commit bfa0e1f58acf1c28d500c34ed258f09ae021893e and later; stable release 1.3.0 and later contains a Buffer Overflow vulnerability in. Rated high severity (CVSS 7.8), this vulnerability is low attack complexity.

RCE Buffer Overflow Rust Rust Lang
NVD GitHub
CVSS 3.0
7.8
EPSS
0.5%
CVE-2018-1000622 Jul 09, 20:29 HIGH This Week

The Rust Programming Language rustdoc version Between 0.8 and 1.27.0 contains a CWE-427: Uncontrolled Search Path Element vulnerability in rustdoc plugins that can result in local code execution as a. Rated high severity (CVSS 7.8), this vulnerability is no authentication required, low attack complexity. No vendor patch available.

RCE Rust Rust Lang
NVD
CVSS 3.0
7.8
EPSS
1.8%
EPSS 1% CVSS 8.8
HIGH PATCH This Week

Rust is a programming language. Rated high severity (CVSS 8.8), this vulnerability is low attack complexity. This OS Command Injection vulnerability could allow attackers to execute arbitrary operating system commands on the host.

Command Injection Microsoft Rust +1
NVD GitHub
EPSS 7% CVSS 9.8
CRITICAL POC Act Now

Command injection via Windows CreateProcess argument parsing affects multiple language runtimes and tooling (Node.js, PHP, Rust, Haskell process library, yt-dlp) that wrap the API without compensating for its quirks. Remote attackers can smuggle additional commands through arguments passed to child processes when applications spawn batch files or otherwise rely on CreateProcess's implicit cmd.exe handling. Publicly available exploit code exists and EPSS of 7.09% (92nd percentile) signals elevated, though not confirmed in-the-wild, exploitation interest; this CVE is not listed in CISA KEV.

PHP Command Injection Node.js +8
NVD GitHub VulDB
EPSS 20% CVSS 10.0
CRITICAL POC THREAT Act Now

Rust is a programming language. Rated critical severity (CVSS 10.0), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

Command Injection Microsoft Rust +3
NVD GitHub
EPSS 1% CVSS 6.1
MEDIUM PATCH This Month

Cargo downloads a Rust project’s dependencies and compiles the project. Rated medium severity (CVSS 6.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Cross-Site Scripting (XSS) vulnerability could allow attackers to inject malicious scripts into web pages viewed by other users.

XSS RCE Rust +1
NVD GitHub
EPSS 1% CVSS 7.3
HIGH PATCH This Week

Cargo downloads the Rust project’s dependencies and compiles the project. Rated high severity (CVSS 7.3), this vulnerability is low attack complexity.

Information Disclosure Fedora Cargo +2
NVD GitHub
EPSS 1% CVSS 6.5
MEDIUM PATCH This Month

Cargo is a package manager for the rust programming language. Rated medium severity (CVSS 6.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Uncontrolled Resource Consumption vulnerability could allow attackers to cause denial of service by exhausting system resources.

RCE Denial Of Service Cargo +1
NVD GitHub
EPSS 1% CVSS 8.1
HIGH PATCH This Week

Cargo is a package manager for the rust programming language. Rated high severity (CVSS 8.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Path Traversal vulnerability could allow attackers to access files and directories outside the intended path.

RCE Path Traversal Cargo +1
NVD GitHub
EPSS 14% CVSS 7.5
HIGH PATCH This Week

regex is an implementation of regular expressions for the Rust language. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Uncontrolled Resource Consumption vulnerability could allow attackers to cause denial of service by exhausting system resources.

Denial Of Service Debian Debian Linux +4
NVD GitHub
EPSS 3% CVSS 9.1
CRITICAL POC PATCH Act Now

library/std/src/net/parser.rs in Rust before 1.53.0 does not properly consider extraneous zero characters at the beginning of an IP address string, which (in some situations) allows attackers to. Rated critical severity (CVSS 9.1), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Authentication Bypass Rust Rust Lang
NVD GitHub
EPSS 3% CVSS 9.8
CRITICAL POC PATCH Act Now

In the standard library in Rust before 1.52.0, a double free can occur in the Vec::from_iter function if freeing the element panics. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Information Disclosure Rust Fedora +2
NVD GitHub
EPSS 2% CVSS 9.8
CRITICAL POC PATCH Act Now

In the standard library in Rust before 1.52.0, the Zip implementation can report an incorrect size due to an integer overflow. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Buffer Overflow Integer Overflow Rust +3
NVD GitHub
EPSS 2% CVSS 7.5
HIGH POC PATCH This Week

In the standard library in Rust before 1.52.0, the Zip implementation calls __iterator_get_unchecked() more than once for the same index (under certain conditions) when next_back() and next() are. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Buffer Overflow Rust Fedora +2
NVD GitHub
EPSS 1% CVSS 7.5
HIGH PATCH This Week

In the standard library in Rust before 1.51.0, the Zip implementation calls __iterator_get_unchecked() for the same index more than once when nested. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. This Buffer Overflow vulnerability could allow attackers to corrupt memory to execute arbitrary code or crash the application.

Buffer Overflow Rust Rust Lang
NVD GitHub
EPSS 2% CVSS 5.3
MEDIUM POC PATCH This Month

In the standard library in Rust before 1.52.0, the Zip implementation has a panic safety issue. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Information Disclosure Rust Fedora +2
NVD GitHub
EPSS 2% CVSS 7.5
HIGH POC PATCH This Week

In the standard library in Rust before 1.50.0, read_to_end() does not validate the return value from Read in an unsafe context. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Buffer Overflow Rust Rust Lang
NVD GitHub
EPSS 0% CVSS 5.5
MEDIUM POC PATCH This Month

An issue was discovered in the socket2 crate before 0.3.16 for Rust. Rated medium severity (CVSS 5.5), this vulnerability is low attack complexity. Public exploit code available and no vendor patch available.

Information Disclosure Socket2 Rust Lang
NVD
EPSS 0% CVSS 5.5
MEDIUM PATCH This Month

An issue was discovered in the futures-util crate before 0.3.2 for Rust. Rated medium severity (CVSS 5.5), this vulnerability is low attack complexity. No vendor patch available.

Information Disclosure Future Utils Rust Lang
NVD
EPSS 0% CVSS 5.5
MEDIUM POC PATCH This Month

An issue was discovered in the futures-task crate before 0.3.5 for Rust. Rated medium severity (CVSS 5.5), this vulnerability is low attack complexity. Public exploit code available and no vendor patch available.

Denial Of Service Null Pointer Dereference Futures Task +1
NVD
EPSS 0% CVSS 7.8
HIGH POC PATCH This Week

An issue was discovered in the futures-task crate before 0.3.6 for Rust. Rated high severity (CVSS 7.8), this vulnerability is low attack complexity. Public exploit code available and no vendor patch available.

Information Disclosure Use After Free Memory Corruption +2
NVD
EPSS 0% CVSS 4.7
MEDIUM POC PATCH This Month

An issue was discovered in the futures-util crate before 0.3.7 for Rust. Rated medium severity (CVSS 4.7). Public exploit code available and no vendor patch available.

Information Disclosure Race Condition Future Utils +1
NVD
EPSS 1% CVSS 7.5
HIGH PATCH This Week

async-h1 is an asynchronous HTTP/1.1 parser for Rust (crates.io). Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required. No vendor patch available.

Information Disclosure Request Smuggling Async H1 +1
NVD GitHub
EPSS 1% CVSS 7.5
HIGH POC PATCH This Week

Cargo prior to Rust 1.26.0 may download the wrong dependency if your package.toml file uses the `package` configuration key. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Information Disclosure Rust Rust Lang
NVD GitHub
EPSS 2% CVSS 5.3
MEDIUM POC PATCH This Month

The Rust Programming Language Standard Library 1.18.0 and later is affected by: CWE-200: Information Exposure. Rated medium severity (CVSS 5.3), this vulnerability is remotely exploitable, no authentication required, low attack complexity. Public exploit code available.

Information Disclosure Rust Rust Lang
NVD GitHub
EPSS 2% CVSS 8.1
HIGH POC This Week

The Rust Programming Language Standard Library 1.34.x before 1.34.2 contains a stabilized method which, if overridden, can violate Rust's safety guarantees and cause memory unsafety. Rated high severity (CVSS 8.1), this vulnerability is remotely exploitable, no authentication required. Public exploit code available and no vendor patch available.

Buffer Overflow Information Disclosure Rust +5
NVD
EPSS 3% CVSS 9.8
CRITICAL Act Now

The Rust Programming Language Standard Library version 1.29.0, 1.28.0, 1.27.2, 1.27.1, 127.0, 126.2, 126.1, 126.0 contains a CWE-680: Integer Overflow to Buffer Overflow vulnerability in standard. Rated critical severity (CVSS 9.8), this vulnerability is remotely exploitable, no authentication required, low attack complexity. No vendor patch available.

Buffer Overflow Integer Overflow Rust +1
NVD
EPSS 1% CVSS 7.8
HIGH PATCH This Week

Rust Programming Language Rust standard library version Commit bfa0e1f58acf1c28d500c34ed258f09ae021893e and later; stable release 1.3.0 and later contains a Buffer Overflow vulnerability in. Rated high severity (CVSS 7.8), this vulnerability is low attack complexity.

RCE Buffer Overflow Rust +1
NVD GitHub
EPSS 2% CVSS 7.8
HIGH This Week

The Rust Programming Language rustdoc version Between 0.8 and 1.27.0 contains a CWE-427: Uncontrolled Search Path Element vulnerability in rustdoc plugins that can result in local code execution as a. Rated high severity (CVSS 7.8), this vulnerability is no authentication required, low attack complexity. No vendor patch available.

RCE Rust Rust Lang
NVD

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy