Lucene search
K

23 matches found

Tenable Nessus
Tenable Nessus
added 2026/03/25 12:0 a.m.3 views

Ubuntu 20.04 LTS : sized-chunks vulnerabilities (USN-8118-1)

The remote Ubuntu 20.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-8118-1 advisory. Yechan Bae discovered that sized-chunks did not properly validate array size when constructing Chunk. An attacker could possibly use these issues to caus...

7.5CVSS5.9AI score0.00521EPSS
Exploits5References6
Ubuntu
Ubuntu
added 2026/03/23 4:35 p.m.3 views

USN-8118-1: sized-chunks vulnerabilities

Yechan Bae discovered that sized-chunks did not properly validate array size when constructing Chunk. An attacker could possibly use these issues to cause out-of-bounds access, leading to memory corruption or undefined behavior. CVE-2020-25791, CVE-2020-25792, CVE-2020-25793 Yechan Bae discovered...

7.5CVSS7.1AI score0.00521EPSS
Exploits5
OSV
OSV
added 2026/03/23 4:35 p.m.2 views

USN-8118-1 rust-sized-chunks vulnerabilities

Yechan Bae discovered that sized-chunks did not properly validate array size when constructing Chunk. An attacker could possibly use these issues to cause out-of-bounds access, leading to memory corruption or undefined behavior. CVE-2020-25791, CVE-2020-25792, CVE-2020-25793 Yechan Bae discovered...

7.5CVSS7AI score0.00521EPSS
Exploits5References6
EUVD
EUVD
added 2025/10/07 12:30 a.m.1 views

EUVD-2021-1631

Malware in sbrugna...

7.5CVSS7.4AI score0.00213EPSS
Exploits0References5
RedhatCVE
RedhatCVE
added 2025/05/22 3:32 p.m.4 views

CVE-2020-35894

An issue was discovered in the obstack crate before 0.1.4 for Rust. Unaligned references can occur...

7.5CVSS6.8AI score0.00213EPSS
Exploits0
OSV
OSV
added 2021/08/25 8:48 p.m.12 views

GHSA-85J6-F8J6-Q26X Unaligned references in Obstack

Obstack generates unaligned references for types that require a large alignment...

7.5CVSS7.5AI score0.00213EPSS
Exploits0References4
Github Security Blog
Github Security Blog
added 2021/08/25 8:48 p.m.26 views

Unaligned references in Obstack

Obstack generates unaligned references for types that require a large alignment...

7.5CVSS7.3AI score0.00213EPSS
Exploits0References4Affected Software1
Github Security Blog
Github Security Blog
added 2021/08/25 8:45 p.m.23 views

Missing release of memory in sized-chunks

Chunk: Array size is not checked when constructed with unit and pair. Array size is not checked when constructed with From. Clone and insertfrom are not panic-safe; A panicking iterator causes memory safety issues with them. InlineArray: Generates unaligned references for types with a large...

7.5CVSS7.8AI score0.00433EPSS
Exploits1References4Affected Software1
OSV
OSV
added 2021/08/25 8:45 p.m.19 views

GHSA-X54V-QXXR-93QC Missing release of memory in sized-chunks

Chunk: Array size is not checked when constructed with unit and pair. Array size is not checked when constructed with From. Clone and insertfrom are not panic-safe; A panicking iterator causes memory safety issues with them. InlineArray: Generates unaligned references for types with a large...

7.5CVSS7.7AI score0.00521EPSS
Exploits6References4
NVD
NVD
added 2020/12/31 10:15 a.m.14 views

CVE-2020-35894

An issue was discovered in the obstack crate before 0.1.4 for Rust. Unaligned references can occur...

7.5CVSS7.5AI score0.00213EPSS
Exploits0References1
OSV
OSV
added 2020/12/31 10:15 a.m.11 views

CVE-2020-35894

An issue was discovered in the obstack crate before 0.1.4 for Rust. Unaligned references can occur...

7.5CVSS7.1AI score
Exploits0References1
Prion
Prion
added 2020/12/31 10:15 a.m.10 views

Design/Logic Flaw

An issue was discovered in the obstack crate before 0.1.4 for Rust. Unaligned references can occur...

5CVSS7.5AI score0.00213EPSS
Exploits0References1Affected Software1
CVE
CVE
added 2020/12/31 8:23 a.m.47 views

CVE-2020-35894

CVE-2020-35894 affects the Rust crate obstack prior to 0.1.4. The underlying issue is unaligned references for types that require a large alignment, as described in the RustSec advisory (RUSTSEC-2020-0040). Reported through multiple feeds, this vulnerability is tied to the obstack crate’s handlin...

7.5CVSS7.4AI score0.00213EPSS
Exploits0References1Affected Software1
Cvelist
Cvelist
added 2020/12/31 8:23 a.m.16 views

CVE-2020-35894

An issue was discovered in the obstack crate before 0.1.4 for Rust. Unaligned references can occur...

7.5AI score0.00213EPSS
Exploits0References1
CNNVD
CNNVD
added 2020/12/31 12:0 a.m.1 views

Rust Security Vulnerabilities

Rust is a general-purpose, compiled programming language from the Mozilla Foundation. A security vulnerability exists in Rust obstack crate before 0.1.4, which stems from possible unaligned references...

7.5CVSS5.8AI score0.00213EPSS
Exploits0References2
Microsoft CVE
Microsoft CVE
added 2020/09/26 7:0 a.m.2 views

An issue was discovered in the sized-chunks crate through 0.6.2 for Rust. In the InlineArray implementation an unaligned reference may be generated for a type that has a large alignment requirement.

...

7.5CVSS7AI score0.00433EPSS
Exploits1
CNVD
CNVD
added 2020/09/22 12:0 a.m.9 views

Mozilla Rust Input Validation Error Vulnerability

Rust is a general-purpose, compiled programming language. An input validation error vulnerability exists in Mozilla Rust version 0.6.2, which originates in the nonlinearray implementation and can be exploited by an attacker to generate unaligned references for types with large alignment...

7.5CVSS6.5AI score0.00433EPSS
Exploits1References1
RustSec
RustSec
added 2020/09/06 12:0 p.m.30 views

Multiple soundness issues in Chunk and InlineArray

Chunk: Array size is not checked when constructed with unit and pair. Array size is not checked when constructed with From. Clone and insertfrom are not panic-safe; A panicking iterator causes memory safety issues with them. InlineArray: Generates unaligned references for types with a large...

7.5CVSS2.3AI score0.00521EPSS
Exploits6Affected Software1
OSV
OSV
added 2020/09/06 12:0 p.m.29 views

RUSTSEC-2020-0041 Multiple soundness issues in Chunk and InlineArray

Chunk: Array size is not checked when constructed with unit and pair. Array size is not checked when constructed with From. Clone and insertfrom are not panic-safe; A panicking iterator causes memory safety issues with them. InlineArray: Generates unaligned references for types with a large...

7.5CVSS7.7AI score0.00521EPSS
Exploits6References3
Positive Technologies
Positive Technologies
added 2020/09/06 12:0 a.m.2 views

PT-2020-16211

Name of the Vulnerable Software and Affected Versions sized-chunks crate versions through 0.6.2 Description An issue was discovered in the sized-chunks crate, where the array size is not checked when constructed with unit, pair, or From in the Chunk implementation. Additionally, the Clone and...

7.5CVSS7AI score0.00521EPSS
Exploits6References31
Rows per page
Query Builder