Ecosyste.ms: Advisories
An open API service providing security vulnerability metadata for many open source software ecosystems.
Security Advisories: GSA_kwCzR0hTQS02OHA0LXBqcGYteHdjcc4AAnhW
insert_slice_clone can double drop if Clone panics.
Affected versions of this crate used ptr::copy when inserting into the middle of a Vec. When ownership was temporarily duplicated during this copy, it calls the clone method of a user provided element.
This issue can result in an element being double-freed if the clone call panics.
Commit 20cb73d
fixed this issue by adding a set_len(0) call before operating on the vector to avoid dropping the elements during a panic.
JSON: https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS02OHA0LXBqcGYteHdjcc4AAnhW
Source: GitHub Advisory Database
Origin: Unspecified
Severity: Moderate
Classification: General
Published: over 2 years ago
Updated: over 1 year ago
CVSS Score: 5.3
CVSS vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
Identifiers: GHSA-68p4-pjpf-xwcq, CVE-2021-26954
References:
- https://nvd.nist.gov/vuln/detail/CVE-2021-26954
- https://rustsec.org/advisories/RUSTSEC-2021-0018.html
- https://github.com/qwertz19281/rust_utils/issues/3
- https://github.com/qwertz19281/rust_utils/commit/20cb73d
- https://github.com/advisories/GHSA-68p4-pjpf-xwcq
Blast Radius: 1.0
Affected Packages
cargo:qwutils
Dependent packages: 2Dependent repositories: 0
Downloads: 5,723 total
Affected Version Ranges: < 0.3.1
Fixed in: 0.3.1
All affected versions: 0.1.0, 0.1.1, 0.2.0, 0.3.0
All unaffected versions: 0.3.1