A segmentation fault was discovered in radare2 with adf...
High severity
Unreviewed
Published
Aug 20, 2022
to the GitHub Advisory Database
•
Updated Jan 27, 2023
Description
Published by the National Vulnerability Database
Aug 19, 2022
Published to the GitHub Advisory Database
Aug 20, 2022
Last updated
Jan 27, 2023
A segmentation fault was discovered in radare2 with adf command. In libr/core/cmd_anal.c, when command "adf" has no or wrong argument, anal_fcn_data (core, input + 1) --> RAnalFunction *fcn = r_anal_get_fcn_in (core->anal, core->offset, -1); returns null pointer for fcn causing segmentation fault later in ensure_fcn_range (fcn).
References