ShadowTrackr

Search the CVE vulnerability database

Look up vulnerabilities by software, product or CVE number.

1 result for “CVE-2020-27795”

CVEPublishedCVSSShadowTrackr CVSSSummary
CVE:
CVE-2020-27795
Published
2022-08-19
CVSS:
7.5
ShadowTrackr CVSS:
6.9
Summary:
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).