SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-68765

MEDIUM · CVSS 6.1 EPSS 0.13% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-17 · Last synced 2026-09-16

CyberRota Analysis

AI-Generated

The vulnerability affects the KeePass AESKDF/KDBX v4 module in hashcat builds after version 7.1.2, where an oversized ninth hash field token can lead to a heap buffer overflow. This flaw allows attackers to corrupt adjacent heap memory, potentially leading to heap corruption or memory access violations. Organizations using affected versions of hashcat should prioritize this issue to mitigate risks of exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-68765
Severity
MEDIUM
CVSS
6.1
EPSS
0.13%

Original NVD Description

hashcat master branch builds after v7.1.2 contain a heap buffer overflow vulnerability in the KeePass AESKDF/KDBX v4 module (module 34301) that allows attackers to corrupt adjacent heap memory by supplying an oversized ninth hash field token. The module accepts up to 600 hex characters for the ninth token field but decodes it into a fixed 256-byte buffer with no length check, allowing a maximal input to write up to 44 bytes past the buffer boundary into adjacent esalt fields and heap chunk metadata, potentially enabling heap corruption or memory access violations.