Description
Ghidra before 12.1.3 contains an uncontrolled resource consumption vulnerability in the PDB parser that allows attackers to terminate the Ghidra process by supplying a crafted PDB file with an oversized parameters section. The AbstractPdb deserialization routine reads all remaining parameters into an unbounded list, causing uncontrolled heap growth that triggers an OutOfMemoryError which bypasses exception handling and crashes the application.
Published: 2026-08-20
Score: 6.7 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In versions of the National Security Agency’s reverse‑engineering tool released before 12.1.3, the PDB parser can read a parameters section without size bounds. An attacker who supplies a crafted PDB file with an oversized parameters payload causes the parser’s internal list to expand without limit, triggering an OutOfMemoryError that bypasses normal exception handling. The resulting application crash prevents further analysis or processing, delivering a denial‑of‑service to the user. This flaw is a classic uncontrolled resource consumption weakness.

Affected Systems

The affected software is the National Security Agency’s Ghidra reverse‑engineering suite, specifically any release older than 12.1.3. The vulnerability is present in all builds dependent on the legacy PDB parsing routine and is not limited to a specific sub‑component or module within Ghidra.

Risk and Exploitability

The CVSS score of 6.7 indicates a moderate severity vulnerability. No EPSS data is available, and the flaw is not listed in the CISA Known Exploited Vulnerabilities catalog. Since the flaw requires a crafted PDB file, the attack vector is likely local or administrative; an attacker must be able to load a malicious PDB into the application. The risk is mitigated by patching, but until the fix is applied, an attacker could interrupt the workflow of any analyst or automated process that imports large PDB files.

Generated by OpenCVE AI on August 21, 2026 at 00:09 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the 12.1.3 or later release of Ghidra, which limits the size of the parameters list in the PDB parser.
  • If an upgrade is not immediately possible, restrict the import of PDB files or disable PDB parsing until the update can be applied.
  • Enforce a file size cap on PDB imports to prevent oversized parameter sections from being processed.

Generated by OpenCVE AI on August 21, 2026 at 00:09 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 21 Aug 2026 01:15:00 +0000

Type Values Removed Values Added
First Time appeared Nationalsecurityagency
Nationalsecurityagency ghidra
Vendors & Products Nationalsecurityagency
Nationalsecurityagency ghidra

Thu, 20 Aug 2026 22:15:00 +0000

Type Values Removed Values Added
Description Ghidra before 12.1.3 contains an uncontrolled resource consumption vulnerability in the PDB parser that allows attackers to terminate the Ghidra process by supplying a crafted PDB file with an oversized parameters section. The AbstractPdb deserialization routine reads all remaining parameters into an unbounded list, causing uncontrolled heap growth that triggers an OutOfMemoryError which bypasses exception handling and crashes the application.
Title Ghidra < 12.1.3 PDB Parser Uncontrolled Heap Growth DoS via AbstractPdb
Weaknesses CWE-770
References
Metrics cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H'}

cvssV4_0

{'score': 6.7, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Nationalsecurityagency Ghidra
cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-25T15:34:30.502Z

Reserved: 2026-06-12T20:20:02.950Z

Link: CVE-2026-54389

cve-icon Vulnrichment

Updated: 2026-08-25T15:34:23.435Z

cve-icon NVD

Status : Received

Published: 2026-08-20T22:17:21.117

Modified: 2026-08-25T16:16:54.200

Link: CVE-2026-54389

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T01:00:04Z

Weaknesses
  • CWE-770

    Allocation of Resources Without Limits or Throttling