radare2 is a UNIX-like reverse engineering framework and command-line toolset. Prior to 6.2.0, radare2's CPython bytecode .pyc marshal parser was vulnerable because the CPython marshal readers accept…
Medium CVSS 5.5
Summary
radare2 is a UNIX-like reverse engineering framework and command-line toolset. Prior to 6.2.0, radare2's CPython bytecode .pyc marshal parser was vulnerable because the CPython marshal readers accepted a 32-bit string length without rejecting values that overflow the size-plus-one allocation. The vulnerability is triggered by opening or inspecting a crafted .pyc file through r2 or rabin2. A length of 0xffffffff wrapped the allocation to zero before the common byte reader wrote attacker-controll…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://github.com/radareorg/radare2/commit/6727454b666b28c33837b219a5f91136461357c0 Patch
- https://github.com/radareorg/radare2/issues/26222 Exploit
- https://github.com/radareorg/radare2/pull/26177 Patch
- https://github.com/radareorg/radare2/releases/tag/6.2.0 Release Notes
- https://github.com/radareorg/radare2/security/advisories/GHSA-9phv-v2w8-56j3 Patch
- https://github.com/radareorg/radare2/issues/26222 Exploit
Timeline
- nvd_ingest NVD