CVE-2026-100505
Received Received - Intake

Heap Out-of-Bounds Read in Ghidra Decompiler

Vulnerability report for CVE-2026-100505, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-26

Last updated on: 2026-09-26

Assigner: VulnCheck

Description

Ghidra versions 11.2 through 12.1.4 contain a heap out-of-bounds read vulnerability in StringManager::getCodepoint when decoding multi-byte UTF-8, UTF-16, or UTF-32 characters without validating remaining buffer length. Attackers can craft malicious binaries with constant byte stores ending in multi-byte lead units to trigger out-of-bounds reads that crash the decompiler or leak adjacent heap memory into decompiled output.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-26
Last Modified
2026-09-26
Generated
2026-09-26
AI Q&A
2026-09-26
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
national_security_agency ghidra From 11.2 (inc) to 12.1.4 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-125 The product reads data past the end, or before the beginning, of the intended buffer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-100505 is a heap out-of-bounds read vulnerability in Ghidra versions 11.2 through 12.1.4. It occurs in the StringManager::getCodepoint function when decoding multi-byte UTF-8, UTF-16, or UTF-32 characters without validating the remaining buffer length. Attackers can craft malicious binaries to trigger out-of-bounds reads, causing crashes or leaking adjacent heap memory into decompiled output.

Detection Guidance

This vulnerability is specific to Ghidra versions 11.2 through 12.1.4 and involves heap out-of-bounds reads during string decoding. Detection requires checking installed Ghidra versions and analyzing decompiler logs for crashes or memory leaks when processing malformed Unicode strings.

Impact Analysis

This vulnerability can crash the Ghidra decompiler or leak sensitive heap memory into decompiled output. If exploited, it may disrupt reverse engineering tasks, expose confidential data, or cause denial-of-service conditions during analysis of malicious binaries.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR or HIPAA as it involves a heap out-of-bounds read in Ghidra's decompiler, which is a tool for reverse engineering. However, if Ghidra is used to analyze software handling sensitive data, a crash or memory leak could potentially expose personal or health information during analysis, indirectly impacting compliance.

Mitigation Strategies

Upgrade Ghidra to a version that includes the patch for CVE-2026-100505. The fix involves adding buffer length validation in the StringManager::getCodepoint function. Alternatively, avoid using affected Ghidra versions for processing untrusted binaries.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-100505. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart