Lucene search
+L

9481 matches found

CVE
CVE
added 2021/08/10 10:12 p.m.118 views

CVE-2021-38512

CVE-2021-38512 affects the actix-http crate for Rust, with the vulnerability in HTTP/1 request handling (HRS) present in versions before 3.0.0-beta.9. The issue can lead to credential disclosure when interacting with a vulnerable front-end proxy. Affected component: actix-http (Rust). Root cause:...

7.5CVSS7.2AI score0.0181EPSS
SaveExploits1References3Affected Software1
RedHat Linux
RedHat Linux
added 2021/08/10 4:14 p.m.4 views

rust: double free in Vec::from_iter function if freeing the element panics

In the standard library in Rust before 1.52.0, a double free can occur in the Vec::fromiter function if freeing the element panics...

9.8CVSS5.8AI score0.0289EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2021/08/10 4:14 p.m.8 views

rust: optimization for joining strings can cause uninitialized bytes to be exposed

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

8.2CVSS5.8AI score0.02025EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2021/08/10 4:14 p.m.15 views

rust: memory safety violation in Zip implementation when next_back() and next() are used together

In the standard library in Rust before 1.52.0, the Zip implementation calls iteratorgetunchecked more than once for the same index under certain conditions when nextback and next are used together. This bug could lead to a memory safety violation due to an unmet safety requirement for the...

7.5CVSS5.8AI score0.01997EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2021/08/10 4:14 p.m.10 views

rust: panic safety issue in Zip implementation

In the standard library in Rust before 1.52.0, the Zip implementation has a panic safety issue. It calls iteratorgetunchecked 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.3CVSS5.8AI score0.01566EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2021/08/10 4:14 p.m.11 views

rust: integer overflow in the Zip implementation can lead to a buffer overflow

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

9.8CVSS6.2AI score0.02412EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2021/08/10 4:14 p.m.5 views

rust: heap-based buffer overflow in read_to_end() because it does not validate the return value from Read in an unsafe context

In the standard library in Rust before 1.50.0, readtoend does not validate the return value from Read in an unsafe context. This bug could lead to a buffer overflow...

7.5CVSS6.2AI score0.02122EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2021/08/10 4:14 p.m.47 views

Moderate: Red Hat Security Advisory: rust-toolset:rhel8 security, bug fix, and enhancement update

An update for the rust-toolset:rhel8 module is now available for Red Hat Enterprise Linux 8. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each...

9.8CVSS6.9AI score0.0289EPSS
SaveExploits5References9
RedHat Linux
RedHat Linux
added 2021/08/10 4:14 p.m.12 views

rust: memory safety violation in Zip implementation for nested iter::Zips

In the standard library in Rust before 1.51.0, the Zip implementation calls iteratorgetunchecked 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 trait...

7.5CVSS5.8AI score0.01387EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2021/08/10 2:10 p.m.41 views

CVE-2021-29922

A flaw was found in rust. Extraneous zero characters at the beginning of an IP address string are not properly considered which can allow an attacker to bypass IP-based access controls. The highest threat from this vulnerability is to data confidentiality and integrity. Mitigation Mitigation for...

9.1CVSS1.5AI score0.02623EPSS
SaveExploits1References3
AlmaLinux
AlmaLinux
added 2021/08/10 11:59 a.m.50 views

Moderate: rust-toolset:rhel8 security, bug fix, and enhancement update

Rust Toolset provides the Rust programming language compiler rustc, the cargo build tool and dependency manager, and required libraries. The following packages have been upgraded to a later upstream version: rust 1.52.1. BZ1953002 Security Fixes: rust: optimization for joining strings can cause...

7.5CVSS1AI score0.0289EPSS
SaveExploits5References7
OSV
OSV
added 2021/08/10 11:59 a.m.31 views

RLSA-2021:3063 Moderate: rust-toolset:rhel8 security, bug fix, and enhancement update

Rust Toolset provides the Rust programming language compiler rustc, the cargo build tool and dependency manager, and required libraries. The following packages have been upgraded to a later upstream version: rust 1.52.1. BZ1953002 Security Fixes: rust: optimization for joining strings can cause...

9.8CVSS8.8AI score0.0289EPSS
SaveExploits5References8
Rockylinux
Rockylinux
added 2021/08/10 11:59 a.m.39 views

rust-toolset:rhel8 security, bug fix, and enhancement update

An update is available for rust-toolset, rust. This update affects Rocky Linux 8. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list Rust Toolset provides the Rust programming language compiler rustc...

9.8CVSS8.7AI score0.0289EPSS
SaveExploits5
RedHat Linux
RedHat Linux
added 2021/08/10 7:28 a.m.60 views

Moderate: Red Hat Security Advisory: rust-toolset-1.52 and rust-toolset-1.52-rust security and enhancement update

New rust-toolset-1.52 packages are now available as a part of Red Hat Developer Tools for Red Hat Enterprise Linux. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating...

9.8CVSS6.9AI score0.0289EPSS
SaveExploits5References9
RedHat Linux
RedHat Linux
added 2021/08/10 7:28 a.m.8 views

rust: integer overflow in the Zip implementation can lead to a buffer overflow

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

9.8CVSS6.2AI score0.02412EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2021/08/10 7:28 a.m.7 views

rust: memory safety violation in Zip implementation for nested iter::Zips

In the standard library in Rust before 1.51.0, the Zip implementation calls iteratorgetunchecked 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 trait...

7.5CVSS5.8AI score0.01387EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2021/08/10 7:28 a.m.9 views

rust: panic safety issue in Zip implementation

In the standard library in Rust before 1.52.0, the Zip implementation has a panic safety issue. It calls iteratorgetunchecked 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.3CVSS5.8AI score0.01566EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2021/08/10 7:28 a.m.4 views

rust: optimization for joining strings can cause uninitialized bytes to be exposed

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

8.2CVSS5.8AI score0.02025EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2021/08/10 7:28 a.m.8 views

rust: double free in Vec::from_iter function if freeing the element panics

In the standard library in Rust before 1.52.0, a double free can occur in the Vec::fromiter function if freeing the element panics...

9.8CVSS5.8AI score0.0289EPSS
SaveExploits1References4
RedHat Linux
RedHat Linux
added 2021/08/10 7:28 a.m.4 views

rust: heap-based buffer overflow in read_to_end() because it does not validate the return value from Read in an unsafe context

In the standard library in Rust before 1.50.0, readtoend does not validate the return value from Read in an unsafe context. This bug could lead to a buffer overflow...

7.5CVSS6.2AI score0.02122EPSS
SaveExploits1References4
Rows per page
Query Builder