CVE-2026-42483

A heap-based buffer overflow in the Kerberos hash parser in hashcat v7.1.2 allows an attacker to cause a denial of service or possibly execute arbitrary code via a crafted Kerberos hash file. The issue affects module_hash_decode in multiple Kerberos-related modules because account_info_len is calculated from untrusted delimiter positions without upper-bound validation before memcpy copies the data into a fixed-size account_info buffer.
References
Link Resource
https://gist.github.com/sgInnora/107f2eb20367e47d58c911e38d56a91f Exploit Mitigation Third Party Advisory
https://gist.github.com/sgInnora/107f2eb20367e47d58c911e38d56a91f Exploit Mitigation Third Party Advisory
Configurations

Configuration 1 (hide)

cpe:2.3:a:hashcat:hashcat:7.1.2:*:*:*:*:*:*:*

History

No history.

Information

Published : 2026-05-01 14:16

Updated : 2026-06-17 10:47


NVD link : CVE-2026-42483

Mitre link : CVE-2026-42483

CVE.ORG link : CVE-2026-42483


JSON object : View

Products Affected

hashcat

  • hashcat
CWE
CWE-787

Out-of-bounds Write

CWE-122

Heap-based Buffer Overflow