9.1
CVE-2020-27794
- EPSS 0.91%
- Veröffentlicht 19.08.2022 23:15:08
- Zuletzt bearbeitet 21.11.2024 05:21:50
- Quelle secalert@redhat.com
- CVE-Watchlists
- Unerledigt
A double free issue was discovered in radare2 in cmd_info.c:cmd_info(). Successful exploitation could lead to modification of unexpected memory locations and potentially causing a crash.
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 0.91% | 0.553 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 9.1 | 3.9 | 5.2 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:H
|
CWE-415 Double Free
The product calls free() twice on the same memory address.
https://github.com/radareorg/radare2/commit/cb8b683758edddae2d2f62e8e63a738c39f92683
https://github.com/radareorg/radare2/issues/16303