{
  "affected": [
    {
      "ranges": [
        {
          "database_specific": {
            "extracted_events": [
              {
                "introduced": "0"
              },
              {
                "fixed": "6.2.0"
              }
            ],
            "source": [
              "AFFECTED_FIELD",
              "REFERENCES"
            ]
          },
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "a73de09fea7516f65c14917d66113316ec7e7d6e"
            },
            {
              "fixed": "e1fc278734ad62f933fc6f91edb29e4ba732f402"
            }
          ],
          "repo": "https://github.com/radareorg/radare2",
          "type": "GIT"
        }
      ]
    }
  ],
  "aliases": [
    "GHSA-c2g2-2mc7-3x5w"
  ],
  "database_specific": {
    "cna_assigner": "GitHub_M",
    "cwe_ids": [
      "CWE-125"
    ],
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/81xxx/CVE-2026-81884.json"
  },
  "details": "radare2 is a UNIX-like reverse engineering framework and command-line toolset. Prior to 6.2.0, radare2's Mach-O LC_DATA_IN_CODE parser was vulnerable because the Mach-O LC_DATA_IN_CODE parser trusted dataoff and datasize and allowed a final partial record to be processed. The vulnerability is triggered by opening a crafted Mach-O file while the non-default bin.verbose option is enabled. When datasize was not a multiple of data_in_code_entry, the last iteration read beyond the allocated buffer. This can cause a heap out-of-bounds read and possible process termination; no attacker-observable memory disclosure has been demonstrated. This issue is fixed in version 6.2.0.",
  "id": "CVE-2026-81884",
  "modified": "2026-09-25T03:30:34.637922351Z",
  "published": "2026-09-22T15:10:43.501Z",
  "references": [
    {
      "type": "WEB",
      "url": "https://github.com/radareorg/radare2/releases/tag/6.2.0"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/81xxx/CVE-2026-81884.json"
    },
    {
      "type": "ADVISORY",
      "url": "https://github.com/radareorg/radare2/security/advisories/GHSA-c2g2-2mc7-3x5w"
    },
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-81884"
    },
    {
      "type": "REPORT",
      "url": "https://github.com/radareorg/radare2/issues/26226"
    },
    {
      "type": "FIX",
      "url": "https://github.com/radareorg/radare2/commit/a73de09fea7516f65c14917d66113316ec7e7d6e"
    },
    {
      "type": "FIX",
      "url": "https://github.com/radareorg/radare2/pull/26193"
    }
  ],
  "schema_version": "1.9.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:N/I:N/A:L",
      "type": "CVSS_V3"
    }
  ],
  "summary": "radare2: Heap out-of-bounds read in radare2 Mach-O LC_DATA_IN_CODE parser"
}