CVE-2021-30455 – id-map
Package
Manager: cargo
Name: id-map
Vulnerable Version: >=0 <=0.2.1
Severity
Level: Critical
CVSS v3.1: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
EPSS: 0.00433 pctl0.6196
Details
Double-free in id-map The clone_from implementation for IdMap drops the values present in the map and then begins cloning values from the other map. If a .clone() call pancics, then the afformentioned dropped elements can be freed again. get_or_insert get_or_insert reserves space for a value, before calling the user provided insertion function f. If the function f panics then uninitialized or previously freed memory can be dropped. remove_set When removing a set of elements, ptr::drop_in_place is called on each of the element to be removed. If the Drop impl of one of these elements panics then the previously dropped elements can be dropped again.
Metadata
Created: 2021-08-25T20:55:11Z
Modified: 2023-06-13T17:37:47Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2021/08/GHSA-8gmx-cpcg-f8h5/GHSA-8gmx-cpcg-f8h5.json
CWE IDs: ["CWE-415"]
Alternative ID: GHSA-8gmx-cpcg-f8h5
Finding: F138
Auto approve: 1