Lucene search
K

9526 matches found

Microsoft CVE
Microsoft CVE
added 2021/04/23 7:0 a.m.5 views

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 the TrustedRandomAccess trait.

...

7.5CVSS7AI score0.01997EPSS
Exploits1
Microsoft CVE
Microsoft CVE
added 2021/04/23 7:0 a.m.4 views

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

...

7.5CVSS7AI score0.02122EPSS
Exploits1
Microsoft CVE
Microsoft CVE
added 2021/04/23 7:0 a.m.4 views

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 requirement for the TrustedRandomAccess trait.

...

5.3CVSS7AI score0.01566EPSS
Exploits1
Microsoft CVE
Microsoft CVE
added 2021/04/23 7:0 a.m.4 views

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

...

7.5CVSS7AI score0.01509EPSS
Exploits1
CNVD
CNVD
added 2021/04/23 12:0 a.m.7 views

Rust Resource Management Error Vulnerability (CNVD-2021-30582)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A resource management error vulnerability exists in endiantrait crate for Rust 2021-01-04 and earlier versions, which stems from an error that can occur when a user-supplied endian impl occurs panic. No detailed...

7.5CVSS6.6AI score0.01135EPSS
Exploits1References1
CNVD
CNVD
added 2021/04/22 12:0 a.m.10 views

Rust Buffer Overflow Vulnerability (CNVD-2021-31914)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A buffer overflow vulnerability exists in the Rust standard library prior to version 1.2.0, which stems from the binary heap being in a failure to agree state when comparing generic elements of sift up or...

7.5CVSS7.1AI score0.01324EPSS
Exploits1References1
CNVD
CNVD
added 2021/04/22 12:0 a.m.15 views

Rust Buffer Overflow Vulnerability (CNVD-2021-31913)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in the Rust standard library prior to version 1.52.0 that stems from an unmet security requirement for the TrustedRandomAccess feature, an error that could result in a memory...

5.3CVSS6.5AI score0.01566EPSS
Exploits1References1
CNVD
CNVD
added 2021/04/22 12:0 a.m.9 views

Mozilla Rust Buffer Overflow Vulnerability (CNVD-2021-31912)

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A buffer overflow vulnerability exists in the Rust standard library prior to version 1.52.0, which stems from an unmet security requirement for the TrustedRandomAccess feature, an error that could result in a...

7.5CVSS7AI score0.01997EPSS
Exploits1References1
Photon
Photon
added 2021/04/21 12:0 a.m.46 views

Critical Photon OS Security Update - PHSA-2021-4.0-0012

Updates of 'nettle', 'rust' packages of Photon OS have been released...

9.8CVSS7.2AI score0.0289EPSS
Exploits1
Photon
Photon
added 2021/04/21 12:0 a.m.40 views

Critical Photon OS Security Update - PHSA-2021-3.0-0223

Updates of 'nettle', 'rust' packages of Photon OS have been released...

9.8CVSS7.2AI score0.0289EPSS
Exploits1
Photon
Photon
added 2021/04/21 12:0 a.m.29 views

Critical Photon OS Security Update - PHSA-2021-0223

Updates of 'nettle', 'rust' packages of Photon OS have been released...

7.5CVSS1.6AI score0.0289EPSS
Exploits1
Tenable Nessus
Tenable Nessus
added 2021/04/21 12:0 a.m.67 views

Photon OS 3.0: Rust PHSA-2021-3.0-0223

An update of the rust package has been released. C Tenable, Inc. The descriptive text and package checks in this plugin were extracted from VMware Security Advisory PHSA-2021-3.0-0223. The text itself is copyright C VMware, Inc. include'compat.inc'; if description scriptid148908;...

9.8CVSS9.5AI score0.0289EPSS
Exploits1References2
Tenable Nessus
Tenable Nessus
added 2021/04/21 12:0 a.m.64 views

Photon OS 4.0: Rust PHSA-2021-4.0-0012

An update of the rust package has been released. C Tenable, Inc. The descriptive text and package checks in this plugin were extracted from VMware Security Advisory PHSA-2021-4.0-0012. The text itself is copyright C VMware, Inc. include'compat.inc'; if description scriptid148910;...

9.8CVSS9.5AI score0.0289EPSS
Exploits1References2
Photon
Photon
added 2021/04/21 12:0 a.m.32 views

Critical Photon OS Security Update - PHSA-2021-0012

Updates of 'rust', 'nettle' packages of Photon OS have been released...

7.5CVSS1.6AI score0.0289EPSS
Exploits1
RedhatCVE
RedhatCVE
added 2021/04/17 5:8 p.m.27 views

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

9.8CVSS2.8AI score0.02412EPSS
Exploits1References3
Microsoft CVE
Microsoft CVE
added 2021/04/17 7:0 a.m.4 views

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.

...

9.8CVSS7AI score0.0289EPSS
Exploits1
RedhatCVE
RedhatCVE
added 2021/04/16 8:1 p.m.35 views

CVE-2021-28878

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.5CVSS2AI score0.01997EPSS
Exploits1References3
RedhatCVE
RedhatCVE
added 2021/04/16 2:31 p.m.29 views

CVE-2021-31162

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.8CVSS2AI score0.0289EPSS
Exploits1References3
RedhatCVE
RedhatCVE
added 2021/04/16 2:31 p.m.27 views

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

5.9CVSS2.9AI score0.00799EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2021/04/16 2:31 p.m.30 views

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

8.2CVSS3.2AI score0.02025EPSS
Exploits0References3
Rows per page
Query Builder