LiveActive security incident?Get immediate response
CVE Record

CVE-2020-27795: A segmentation fault was discovered in radare2 with adf command.

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).

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2020-27795 is a crash bug in radare2. A malformed or missing argument to an analysis command can make the tool dereference a null function pointer and terminate. Business impact is mainly disruption to reverse-engineering or analysis workflows, not confirmed data theft or remote compromise.

Executive priority

Handle as routine maintenance unless radare2 is embedded in critical automated analysis workflows. Prioritize upgrade where crashes could interrupt malware triage, incident response, or file-analysis pipelines.

Technical view

In radare2 libr/core/cmd_anal.c, the adf command path calls anal_fcn_data, where r_anal_get_fcn_in can return null. That null RAnalFunction pointer is later passed into ensure_fcn_range, causing a segmentation fault. Sources state the issue is fixed in v4.4.0.

Likely exposure

Exposure is most likely where radare2 versions before v4.4.0 are used by analysts, security teams, or automated tooling. The source bundle does not identify broader affected products or deployment-specific exposure.

Exploitation context

The sources describe a denial-of-service style crash in a local analysis tool. CISA KEV status is false, and the provided sources do not claim active exploitation or a public weaponized exploit.

Researcher notes

The public record is narrow: issue, pull request, and commit evidence support a null-pointer crash and fixed version. No CVSS vector, affected version range, or active exploitation evidence is provided in the source bundle.

Mitigation direction

  • Upgrade radare2 to v4.4.0 or later.
  • Check radare2 vendor guidance for any additional advisory details.
  • Limit automated analysis of untrusted inputs on outdated radare2 versions.
  • Monitor analysis systems for repeated radare2 crash patterns.

Validation and detection

  • Inventory radare2 installations and record installed versions.
  • Confirm no production analysis host runs a version before v4.4.0.
  • Review crash logs for segmentation faults involving radare2 analysis commands.
  • Verify automated pipelines use the upgraded radare2 binary.
Prepared
Confidence
medium
Sources
5

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-908: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-27795 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

0CVSS vectors
0Timeline events
0ADP providers
4Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/aradare2Fixed in v4.4.0.Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-908 · source CWE mapping

Use of Uninitialized Resource

Use of Uninitialized Resource represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.