Vulnerability Details : CVE-2021-32613
In radare2 through 5.3.0 there is a double free vulnerability in the pyc parse via a crafted file which can lead to DoS.
Vulnerability category: Memory CorruptionDenial of service
Products affected by CVE-2021-32613
- cpe:2.3:o:fedoraproject:fedora:33:*:*:*:*:*:*:*
- cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:*
- cpe:2.3:a:radare:radare2:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2021-32613
0.16%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 53 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2021-32613
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
4.3
|
MEDIUM | AV:N/AC:M/Au:N/C:N/I:N/A:P |
8.6
|
2.9
|
NIST | |
5.5
|
MEDIUM | CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H |
1.8
|
3.6
|
NIST |
CWE ids for CVE-2021-32613
-
The product calls free() twice on the same memory address, potentially leading to modification of unexpected memory locations.Assigned by: nvd@nist.gov (Primary)
-
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.Assigned by: patrick@puiterwijk.org (Secondary)
References for CVE-2021-32613
-
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/Y3S7JB46PONPHXZHIMR2XDPLGJCN5ZIX/
[SECURITY] Fedora 34 Update: iaito-5.2.2-3.fc34 - package-announce - Fedora Mailing-ListsMailing List;Third Party Advisory
-
https://github.com/radareorg/radare2/issues/18666
Heap-use-after-free bug on .pyc parser · Issue #18666 · radareorg/radare2 · GitHubExploit;Issue Tracking;Patch;Third Party Advisory
-
https://github.com/radareorg/radare2/issues/18679
Heap memory bugs on pyc parse · Issue #18679 · radareorg/radare2 · GitHubExploit;Issue Tracking;Patch;Third Party Advisory
-
https://github.com/radareorg/radare2/commit/5e16e2d1c9fe245e4c17005d779fde91ec0b9c05
Fix #18666 - uaf in python bin parser · radareorg/radare2@5e16e2d · GitHubPatch;Third Party Advisory
-
https://github.com/radareorg/radare2/issues/18667
Floating point exception on Mach-O parser · Issue #18667 · radareorg/radare2 · GitHubExploit;Issue Tracking;Patch;Third Party Advisory
-
https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/W3LPB5VGCIA7WA55FSB3YZQFUGZKWD7O/
[SECURITY] Fedora 33 Update: iaito-5.2.2-3.fc33 - package-announce - Fedora Mailing-ListsMailing List;Third Party Advisory
-
https://bugzilla.redhat.com/show_bug.cgi?id=1959939
1959939 – (CVE-2021-32613) CVE-2021-32613 radare2: double free in pyc parse via creafted fileIssue Tracking;Patch;Third Party Advisory
-
https://github.com/radareorg/radare2/commit/a07dedb804a82bc01c07072861942dd80c6b6d62
Fix #18667 - division by zero in the macho parser ##bin · radareorg/radare2@a07dedb · GitHubPatch;Third Party Advisory
Jump to