LiveActive security incident?Get immediate response
CVE Record

CVE-2020-27794: A double free issue was discovered in radare2 in cmd_info.c:cmd_info().

A double free issue was discovered in radare2 in cmd_info.c:cmd_info(). Successful exploitation could lead to modification of unexpected memory locations and potentially causing a crash.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

CVE-2020-27794 is a radare2 memory-management flaw. A vulnerable version may free the same memory twice, which can corrupt memory and potentially crash the program. The available sources say it was fixed in radare2 v4.4.0, but do not provide a CVSS score or evidence of active exploitation.

Executive priority

Treat this as a targeted maintenance issue, not an emergency, unless radare2 is used heavily on untrusted inputs. Prioritize updating analyst and build environments where outdated radare2 versions may still be present.

Technical view

The issue is a CWE-415 double free in radare2's cmd_info.c cmd_info() function. The CVE description says successful exploitation could modify unexpected memory locations and potentially cause a crash. The affected product is radare2, with the available source bundle identifying v4.4.0 as the fixed version.

Likely exposure

Exposure is limited to environments running radare2 versions before v4.4.0. This is most relevant for developer, reverse-engineering, malware-analysis, or CI systems where radare2 is installed. The sources do not identify broader dependent products or packaged distributions.

Exploitation context

The source bundle does not cite active exploitation, public weaponization, or CISA KEV listing. Impact is described as memory corruption and potential crash, with no confirmed remote exploitation path in the provided evidence.

Researcher notes

Evidence is sparse: no CVSS, no exploit status, and no detailed attack path are included. The strongest remediation anchor is the referenced upstream fix commit and the affected-version note stating the issue is fixed in v4.4.0.

Mitigation direction

  • Upgrade radare2 to v4.4.0 or later.
  • Check radare2 vendor issue and commit history for applicable downstream guidance.
  • Reduce use of outdated radare2 builds on systems handling untrusted files.
  • Track operating-system package updates if radare2 is installed through a distribution repository.

Validation and detection

  • Inventory systems and containers for installed radare2 versions.
  • Confirm radare2 reports version v4.4.0 or later.
  • Review package manifests and CI images for bundled radare2 copies.
  • Verify vulnerability records do not show the host running an older radare2 build.
Prepared
Confidence
medium
Sources
4

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-415: 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-27794 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
3Source 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-415 · source CWE mapping

Double Free

Double Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.