mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-04 09:48:02 +02:00
18 lines
866 B
Markdown
18 lines
866 B
Markdown
### [CVE-2020-27795](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-27795)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
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).
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/Live-Hack-CVE/CVE-2020-27795
|
|
|