LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32494: Radare2 has a division by zero vulnerability in Mach-O parser's rebase_buffer function.

Radare2 has a division by zero vulnerability in Mach-O parser's rebase_buffer function. This allow attackers to create malicious inputs that can cause denial of service.

CriticalCVSS 10Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

Radare2 can crash when parsing a malicious Mach-O file because its Mach-O rebase handling can divide by zero. Business urgency is highest where radare2 processes files from untrusted sources, such as malware triage, reverse engineering, or automated analysis pipelines.

Executive priority

Prioritize remediation for security labs, CI systems, or customer-facing analysis services that process unknown binaries. For developer-only local use, urgency is lower but updating is still appropriate because crafted files can disrupt analysis workflows.

Technical view

The CVE describes CWE-369 in radare2's Mach-O parser, specifically rebase_buffer. Affected evidence names radare2 5.3.0-git 26142 and a fixing commit reference. The stated impact is denial of service from crafted input; the bundled CVSS vector rates it critical, but the public description does not substantiate remote code execution.

Likely exposure

Exposure is likely limited to systems running affected radare2 builds that parse Mach-O files, especially automated services accepting external samples. Default product status is listed as unaffected except for the named vulnerable build evidence.

Exploitation context

The source bundle says attackers can create malicious inputs causing denial of service. It does not show CISA KEV listing or cite active exploitation. Treat exploitation status as unconfirmed, not known exploited.

Researcher notes

Evidence is narrow: the CVE names a division-by-zero in rebase_buffer and links an issue and commit. The provided data supports denial of service, not broader confidentiality or integrity compromise despite the critical CVSS vector.

Mitigation direction

  • Upgrade to a vendor-fixed radare2 build containing the referenced fix.
  • Check radare2 guidance for the fixed release mapping before production rollout.
  • Avoid automatic parsing of untrusted Mach-O files until updated.
  • Sandbox radare2 analysis jobs with least privilege and resource limits.
  • Restrict file intake paths that can reach affected radare2 parsers.

Validation and detection

  • Inventory radare2 deployments and embedded package copies.
  • Confirm versions against 5.3.0-git 26142 and the fixing commit.
  • Identify workflows that parse externally supplied Mach-O files.
  • Review crash logs from radare2-based analysis services.
  • Track vendor issue and commit references for patch confirmation.
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-369: 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-2021-32494 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
Critical
CVSS
10 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H

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.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
10CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H3.96Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

10Critical
CVSS 3.1 vector shape for CVE-2021-32494Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
radare2radare25.3.0-git 26142unaffected
Weakness

CWE details

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

CWE-369 · source CWE mapping

Divide By Zero

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