First published: Tue Dec 25 2018(Updated: )
In radare2 through 3.1.3, the armass_assemble function in libr/asm/arch/arm/armass.c allows attackers to cause a denial-of-service (application crash by out-of-bounds read) by crafting an arm assembly input because a loop uses an incorrect index in armass.c and certain length validation is missing in armass64.c, a related issue to CVE-2018-20457.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
radare2 | <=3.1.3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2018-20459 is considered a medium severity vulnerability due to its potential for denial-of-service attacks.
To fix CVE-2018-20459, upgrade radare2 to version 3.1.4 or later, where the issue has been addressed.
CVE-2018-20459 enables attackers to trigger application crashes through crafted assembly inputs.
CVE-2018-20459 affects all versions of radare2 up to and including 3.1.3.
The root cause of CVE-2018-20459 is an inappropriate index usage in the armass_assemble function, leading to potential out-of-bounds reads.