Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Kwenma

#20853of 56,330
13.4Total CVSS
Vulnerabilities · 2
Medium
2
PT-2026-79259
6.7
2026-08-20
Ghidra · Ghidra · CVE-2026-54389
**Name of the Vulnerable Software and Affected Versions** Ghidra versions prior to 12.1.3 **Description** The PDB parser contains an uncontrolled resource consumption issue. An attacker can crash the application by providing a specially crafted PDB file with an oversized parameters section. This occurs because the `AbstractPdb` deserialization routine reads all remaining parameters into an unbounded list, leading to uncontrolled heap growth. This process triggers an OutOfMemoryError, which bypasses exception handling and terminates the process. **Recommendations** Update Ghidra to version 12.1.3 or later.
PT-2026-48419
6.7
2026-06-10
Ghidra · Ghidra · CVE-2026-52759
**Name of the Vulnerable Software and Affected Versions** Ghidra versions prior to 12.1.1 **Description** The Mach-O binary parser contains an uncontrolled memory allocation issue that can lead to a denial of service. An attacker can provide a specially crafted Mach-O binary with an arbitrarily large `ncmds` load command count value. This forces the parser to allocate excessive heap memory without validating the file size, resulting in a crash of the Ghidra JVM (Java Virtual Machine). **Recommendations** Update to version 12.1.1 or later.