Lucene search

K

Rust Security Vulnerabilities

cve
cve

CVE-2024-32984

Yamux is a stream multiplexer over reliable, ordered connections such as TCP/IP. The Rust implementation of the Yamux stream multiplexer uses a vector for pending frames. This vector is not bounded in length. Every time the Yamux protocol requires sending of a new frame, this frame gets appended...

7.5CVSS

7.3AI Score

0.0004EPSS

2024-05-01 11:15 AM
26
cve
cve

CVE-2024-24576

Rust is a programming language. The Rust Security Response WG was notified that the Rust standard library prior to version 1.77.2 did not properly escape arguments when invoking batch files (with the bat and cmd extensions) on Windows using the Command. An attacker able to control the arguments...

10CVSS

9.7AI Score

0.0005EPSS

2024-04-09 06:15 PM
56
cve
cve

CVE-2023-42444

phonenumber is a library for parsing, formatting and validating international phone numbers. Prior to versions 0.3.3+8.13.9 and 0.2.5+8.11.3, the phonenumber parsing code may panic due to a panic-guarded out-of-bounds access on the phonenumber string. In a typical deployment of rust-phonenumber,...

7.5CVSS

7.5AI Score

0.001EPSS

2023-09-19 03:15 PM
20
cve
cve

CVE-2023-30610

aws-sigv4 is a rust library for low level request signing in the aws cloud platform. The aws_sigv4::SigningParams struct had a derived Debug implementation. When debug-formatted, it would include a user's AWS access key, AWS secret key, and security token in plaintext. When TRACE-level logging is.....

5.5CVSS

5.4AI Score

0.0004EPSS

2023-04-19 06:15 PM
9
cve
cve

CVE-2022-23486

libp2p-rust is the official rust language Implementation of the libp2p networking stack. In versions prior to 0.45.1 an attacker node can cause a victim node to allocate a large number of small memory chunks, which can ultimately lead to the victim’s process running out of memory and thus getting.....

7.5CVSS

7.4AI Score

0.001EPSS

2022-12-07 09:15 PM
57
cve
cve

CVE-2022-39292

Slack Morphism is a modern client library for Slack Web/Events API/Socket Mode and Block Kit. Debug logs expose sensitive URLs for Slack webhooks that contain private information. The problem is fixed in version 1.3.2 which redacts sensitive URLs for webhooks. As a workaround, people who use Slack....

7.5CVSS

7.4AI Score

0.001EPSS

2022-10-10 03:15 PM
211
5
cve
cve

CVE-2022-39252

matrix-rust-sdk is an implementation of a Matrix client-server library in Rust, and matrix-sdk-crypto is the Matrix encryption library. Prior to version 0.6, when a user requests a room key from their devices, the software correctly remembers the request. When the user receives a forwarded room...

7.5CVSS

7.4AI Score

0.001EPSS

2022-09-29 03:15 PM
36
8
cve
cve

CVE-2022-35922

Rust-WebSocket is a WebSocket (RFC6455) library written in Rust. In versions prior to 0.26.5 untrusted websocket connections can cause an out-of-memory (OOM) process abort in a client or a server. The root cause of the issue is during dataframe parsing. Affected versions would allocate a buffer...

7.5CVSS

7.4AI Score

0.002EPSS

2022-08-01 10:15 PM
358
6
cve
cve

CVE-2022-31162

Slack Morphism is an async client library for Rust. Prior to 0.41.0, it was possible for Slack OAuth client information to leak in application debug logs. Stricter and more secure debug formatting was introduced in v0.41.0 for OAuth secret types to reduce the possibility of printing sensitive...

7.5CVSS

7.2AI Score

0.001EPSS

2022-07-22 04:15 AM
414
4
cve
cve

CVE-2022-21658

Rust is a multi-paradigm, general-purpose programming language designed for performance and safety, especially safe concurrency. The Rust Security Response WG was notified that the std::fs::remove_dir_all standard library function is vulnerable a race condition enabling symlink following...

6.3CVSS

6.4AI Score

0.001EPSS

2022-01-20 06:15 PM
156
3
cve
cve

CVE-2021-45712

An issue was discovered in the rust-embed crate before 6.3.0 for Rust. A ../ directory traversal can sometimes occur in debug...

7.5CVSS

7.5AI Score

0.002EPSS

2021-12-26 10:15 PM
23
cve
cve

CVE-2021-29922

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 bypass access control that is based on IP addresses, because of unexpected octal...

9.1CVSS

8.9AI Score

0.005EPSS

2021-08-07 05:15 PM
105
11
cve
cve

CVE-2021-20332

Specific MongoDB Rust Driver versions can include credentials used by the connection pool to authenticate connections in the monitoring event that is emitted when the pool is created. The user's logging infrastructure could then potentially ingest these events and unexpectedly leak the...

4.4CVSS

4.6AI Score

0.0004EPSS

2021-08-02 01:15 PM
23
4
cve
cve

CVE-2018-25008

In the standard library in Rust before 1.29.0, there is weak synchronization in the Arc::get_mut method. This synchronization issue can be lead to memory safety issues through race...

5.9CVSS

5.8AI Score

0.001EPSS

2021-04-14 07:15 AM
49
2
cve
cve

CVE-2017-20004

In the standard library in Rust before 1.19.0, there is a synchronization problem in the MutexGuard object. MutexGuards can be used across threads with any types, allowing for memory safety issues through race...

5.9CVSS

5.9AI Score

0.001EPSS

2021-04-14 07:15 AM
45
2
cve
cve

CVE-2020-36323

In the standard library in Rust before 1.52.0, there is an optimization for joining strings that can cause uninitialized bytes to be exposed (or the program to crash) if the borrowed string changes after its length is...

8.2CVSS

8.7AI Score

0.005EPSS

2021-04-14 07:15 AM
88
11
cve
cve

CVE-2021-31162

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

9.8CVSS

9.2AI Score

0.017EPSS

2021-04-14 07:15 AM
84
11
cve
cve

CVE-2021-28875

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. This bug could lead to a buffer...

7.5CVSS

7.8AI Score

0.002EPSS

2021-04-11 08:15 PM
71
8
cve
cve

CVE-2021-28878

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 used together. This bug could lead to a memory safety violation due to an unmet safety requirement for....

7.5CVSS

8.4AI Score

0.008EPSS

2021-04-11 08:15 PM
84
8
cve
cve

CVE-2020-36317

In the standard library in Rust before 1.49.0, String::retain() function has a panic safety problem. It allows creation of a non-UTF-8 Rust string when the provided closure panics. This bug could result in a memory safety violation when other string APIs assume that UTF-8 encoding is used on the...

7.5CVSS

7.8AI Score

0.002EPSS

2021-04-11 08:15 PM
63
6
cve
cve

CVE-2021-28879

In the standard library in Rust before 1.52.0, the Zip implementation can report an incorrect size due to an integer overflow. This bug can lead to a buffer overflow when a consumed Zip iterator is used...

9.8CVSS

9.4AI Score

0.01EPSS

2021-04-11 08:15 PM
86
7
cve
cve

CVE-2021-28877

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. This bug can lead to a memory safety violation due to an unmet safety requirement for the TrustedRandomAccess...

7.5CVSS

7.8AI Score

0.001EPSS

2021-04-11 08:15 PM
66
7
cve
cve

CVE-2021-28876

In the standard library in Rust before 1.52.0, the Zip implementation has a panic safety issue. It calls __iterator_get_unchecked() more than once for the same index when the underlying iterator panics (in certain conditions). This bug could lead to a memory safety violation due to an unmet safety....

5.3CVSS

7AI Score

0.002EPSS

2021-04-11 08:15 PM
86
9
cve
cve

CVE-2015-20001

In the standard library in Rust before 1.2.0, BinaryHeap is not panic-safe. The binary heap is left in an inconsistent state when the comparison of generic elements inside sift_up or sift_down_range panics. This bug leads to a drop of zeroed memory as an arbitrary type, which can result in a...

7.5CVSS

7.7AI Score

0.001EPSS

2021-04-11 08:15 PM
169
4
cve
cve

CVE-2020-36318

In the standard library in Rust before 1.49.0, VecDeque::make_contiguous has a bug that pops the same element more than once under certain condition. This bug could result in a use-after-free or double...

9.8CVSS

9.2AI Score

0.003EPSS

2021-04-11 08:15 PM
76
5
cve
cve

CVE-2020-25016

A safety violation was discovered in the rgb crate before 0.8.20 for Rust, leading to (for example) dereferencing of arbitrary pointers or disclosure of uninitialized memory. This occurs because structs can be treated as bytes for read and write...

9.1CVSS

9.1AI Score

0.003EPSS

2020-08-29 04:15 PM
36
cve
cve

CVE-2019-16143

An issue was discovered in the blake2 crate before 0.8.1 for Rust. The BLAKE2b and BLAKE2s algorithms, when used with HMAC, produce incorrect results because the block sizes are half of the required...

9.8CVSS

9.4AI Score

0.002EPSS

2019-09-09 12:15 PM
36
cve
cve

CVE-2019-15544

An issue was discovered in the protobuf crate before 2.6.0 for Rust. Attackers can exhaust all memory via Vec::reserve...

7.5CVSS

7.5AI Score

0.007EPSS

2019-08-26 06:15 PM
45
cve
cve

CVE-2018-20997

An issue was discovered in the openssl crate before 0.10.9 for Rust. A use-after-free occurs in CMS...

9.8CVSS

9.4AI Score

0.002EPSS

2019-08-26 06:15 PM
37
2
cve
cve

CVE-2018-20993

An issue was discovered in the yaml-rust crate before 0.4.1 for Rust. There is uncontrolled recursion during...

7.5CVSS

7.5AI Score

0.001EPSS

2019-08-26 01:15 PM
29
cve
cve

CVE-2016-10931

An issue was discovered in the openssl crate before 0.9.0 for Rust. There is an SSL/TLS man-in-the-middle vulnerability because certificate verification is off by default and there is no API for hostname...

8.1CVSS

7.9AI Score

0.001EPSS

2019-08-26 12:15 PM
33
2
cve
cve

CVE-2019-1010182

yaml-rust 0.4.0 and earlier is affected by: Uncontrolled Recursion. The impact is: Denial of service by impossible to catch abort. The component is: YamlLoader::load_from_str function. The attack vector is: Parsing of a malicious YAML document. The fixed version is: 0.4.1 and...

6.5CVSS

6.4AI Score

0.001EPSS

2019-07-25 02:15 PM
18
cve
cve

CVE-2019-12083

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. If the Error::type_id method is overridden then any type can be safely cast to any other type, causing memory...

8.1CVSS

8.3AI Score

0.003EPSS

2019-05-13 08:29 PM
142
cve
cve

CVE-2018-1000810

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 library that can result in buffer overflow. This attack appear to be exploitable via str::repeat,...

9.8CVSS

9.6AI Score

0.004EPSS

2018-10-08 03:29 PM
23
cve
cve

CVE-2018-1000657

Rust Programming Language Rust standard library version Commit bfa0e1f58acf1c28d500c34ed258f09ae021893e and later; stable release 1.3.0 and later contains a Buffer Overflow vulnerability in std::collections::vec_deque::VecDeque::reserve() function that can result in Arbitrary code execution, but...

7.8CVSS

7.7AI Score

0.001EPSS

2018-08-20 07:31 PM
25
cve
cve

CVE-2018-1000622

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 different user. This attack appear to be exploitable via using the --plugin flag without the...

7.8CVSS

7.7AI Score

0.001EPSS

2018-07-09 08:29 PM
121
cve
cve

CVE-2017-1000430

rust-base64 version <= 0.5.1 is vulnerable to a buffer overflow when calculating the size of a buffer to use when encoding base64 using the 'encode_config_buf' and 'encode_config'...

9.8CVSS

9.6AI Score

0.002EPSS

2018-01-02 08:29 PM
33