CVE-2020-25795: Missing release of memory in sized-chunks
7.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.55097%
CWE
Published
8/25/2021
Updated
6/13/2023
KEV Status
No
Technology
Rust
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
sized-chunks | rust | < 0.6.3 | 0.6.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability reports explicitly identify these functions through: 1) Direct mentions in CVE/GHSA descriptions 2) Test case demonstrations showing memory corruption 3) Code references in issue #11 showing unsafe patterns. Each function matches specific vulnerability patterns: missing size checks, improper panic safety, and alignment violations. The test cases provided in the GitHub issue directly demonstrate memory safety violations through these functions.