7.8
CVE-2020-36401
- EPSS 0.24%
- Published 01.07.2021 03:15:07
- Last modified 21.11.2024 05:29:25
- Source cve@mitre.org
- CVE-Watchlists
- Open
mruby 2.1.2 has a double free in mrb_default_allocf (called from mrb_free and obj_free).
| Type | Source | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.24% | 0.446 |
| Source | Base Score | Exploit Score | Impact Score | Vector string |
|---|---|---|---|---|
| nvd@nist.gov | 7.8 | 1.8 | 5.9 |
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
|
| nvd@nist.gov | 6.8 | 8.6 | 6.4 |
AV:N/AC:M/Au:N/C:P/I:P/A:P
|
CWE-415 Double Free
The product calls free() twice on the same memory address, potentially leading to modification of unexpected memory locations.