In radare2 through 3.1.3, the assemble function inside libr/asm/p/asm_arm_cs.c allows attackers to cause a denial-of-service (application crash via an r_num_calc 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-20459.
References
Link | Resource |
---|---|
https://github.com/radare/radare2/issues/12417 | Patch Third Party Advisory |
https://github.com/radareorg/radare2/commit/e5c14c167b0dcf0a53d76bd50bacbbcc0dfc1ae7 | Patch Vendor Advisory |
https://github.com/radare/radare2/issues/12417 | Patch Third Party Advisory |
https://github.com/radareorg/radare2/commit/e5c14c167b0dcf0a53d76bd50bacbbcc0dfc1ae7 | Patch Vendor Advisory |
Configurations
History
21 Nov 2024, 04:01
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/radare/radare2/issues/12417 - Patch, Third Party Advisory | |
References | () https://github.com/radareorg/radare2/commit/e5c14c167b0dcf0a53d76bd50bacbbcc0dfc1ae7 - Patch, Vendor Advisory |
Information
Published : 2018-12-25 19:29
Updated : 2024-11-21 04:01
NVD link : CVE-2018-20457
Mitre link : CVE-2018-20457
CVE.ORG link : CVE-2018-20457
JSON object : View
Products Affected
radare
- radare2
CWE
CWE-125
Out-of-bounds Read