Lucene search
+L

227 matches found

Cvelist
Cvelist
added 2026/08/22 2:12 p.m.31 views

CVE-2026-68768 hashcat through 7.1.2 Heap Buffer Overflow in outfile_write() via Oversized Username

hashcat contains a heap-based buffer overflow out-of-bounds write in the outfilewrite function in src/outfile.c. When assembling output into a fixed-size buffer HCBUFSIZLARGE, 16 MB, the function sequentially appends the username, separator, hash, and plaintext via memcpy without validating that...

6.9CVSS0.00141EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/22 2:12 p.m.12 views

CVE-2026-68768

hashcat contains a heap-based buffer overflow out-of-bounds write in the outfilewrite function in src/outfile.c. When assembling output into a fixed-size buffer HCBUFSIZLARGE, 16 MB, the function sequentially appends the username, separator, hash, and plaintext via memcpy without validating that...

6.9CVSS5.7AI score0.00141EPSS
SaveExploits0
CVE
CVE
added 2026/08/22 2:12 p.m.27 views

CVE-2026-68768

hashcat through 7.1.2 is affected by a heap buffer overflow in the outfile_write() function (src/outfile.c). When assembling output into a fixed-size buffer (~16 MB), the function appends the username, separator, hash, and plaintext via memcpy without validating that the accumulated length stays ...

6.9CVSS5.6AI score0.00141EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/22 2:12 p.m.12 views

EUVD-2026-64313

hashcat contains a heap-based buffer overflow out-of-bounds write in the outfilewrite function in src/outfile.c. When assembling output into a fixed-size buffer HCBUFSIZLARGE, 16 MB, the function sequentially appends the username, separator, hash, and plaintext via memcpy without validating that...

6.9CVSS5.6AI score0.00141EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/22 2:12 p.m.23 views

CVE-2026-68768 hashcat through 7.1.2 Heap Buffer Overflow in outfile_write() via Oversized Username

hashcat contains a heap-based buffer overflow out-of-bounds write in the outfilewrite function in src/outfile.c. When assembling output into a fixed-size buffer HCBUFSIZLARGE, 16 MB, the function sequentially appends the username, separator, hash, and plaintext via memcpy without validating that...

6.9CVSS5.8AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/22 2:12 p.m.32 views

CVE-2026-68767 hashcat through 7.1.2 Off-by-One Out-of-Bounds Heap Write in fgetl()

hashcat's fgetl function in src/filehandling.c writes a null terminator one byte past the caller's buffer when an input line is exactly the buffer length. Attackers can trigger this out-of-bounds heap write by providing a hash file, potfile, or wordlist containing a line of exactly HCBUFSIZLARGE...

6.9CVSS0.00128EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/22 2:12 p.m.10 views

CVE-2026-68767

hashcat's fgetl function in src/filehandling.c writes a null terminator one byte past the caller's buffer when an input line is exactly the buffer length. Attackers can trigger this out-of-bounds heap write by providing a hash file, potfile, or wordlist containing a line of exactly HCBUFSIZLARGE...

6.9CVSS5.6AI score0.00128EPSS
SaveExploits0
OSV
OSV
added 2026/08/22 2:12 p.m.22 views

CVE-2026-68767 hashcat through 7.1.2 Off-by-One Out-of-Bounds Heap Write in fgetl()

hashcat's fgetl function in src/filehandling.c writes a null terminator one byte past the caller's buffer when an input line is exactly the buffer length. Attackers can trigger this out-of-bounds heap write by providing a hash file, potfile, or wordlist containing a line of exactly HCBUFSIZLARGE...

6.9CVSS5.7AI score
SaveExploits0References7
CVE
CVE
added 2026/08/22 2:12 p.m.42 views

CVE-2026-68767

hashcat through 7.1.2 contains an off-by-one out-of-bounds heap write in the fgetl() function (src/filehandling.c). When an input line is exactly HCBUFSIZ_LARGE bytes long, the function writes a null terminator one byte past the caller's buffer. An attacker can trigger this by supplying a crafted...

6.9CVSS5.5AI score0.00128EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/22 2:12 p.m.13 views

EUVD-2026-64312

hashcat's fgetl function in src/filehandling.c writes a null terminator one byte past the caller's buffer when an input line is exactly the buffer length. Attackers can trigger this out-of-bounds heap write by providing a hash file, potfile, or wordlist containing a line of exactly HCBUFSIZLARGE...

6.9CVSS5.5AI score0.00128EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/22 2:12 p.m.33 views

CVE-2026-68766 hashcat through 7.1.2 Arbitrary File Write via Restore File Option Injection

hashcat fails to restrict command-line options when parsing restore files, allowing attackers to inject output-redirecting options like --outfile and --potfile-path. Attackers can craft restore files with malicious options to append attacker-controlled content to arbitrary files, enabling code...

8.5CVSS0.00162EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/22 2:12 p.m.18 views

CVE-2026-68766 hashcat through 7.1.2 Arbitrary File Write via Restore File Option Injection

hashcat fails to restrict command-line options when parsing restore files, allowing attackers to inject output-redirecting options like --outfile and --potfile-path. Attackers can craft restore files with malicious options to append attacker-controlled content to arbitrary files, enabling code...

8.5CVSS6.2AI score
SaveExploits0References7
CVE
CVE
added 2026/08/22 2:12 p.m.41 views

CVE-2026-68766

hashcat through 7.1.2 is vulnerable to arbitrary file write via restore file option injection. The restore file parser (in src/restore.c) fails to restrict command-line options, allowing an attacker to inject directives such as --outfile and --potfile-path into a crafted restore file. This enable...

8.5CVSS6AI score0.00162EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/22 2:12 p.m.14 views

CVE-2026-68766

hashcat fails to restrict command-line options when parsing restore files, allowing attackers to inject output-redirecting options like --outfile and --potfile-path. Attackers can craft restore files with malicious options to append attacker-controlled content to arbitrary files, enabling code...

8.5CVSS6.1AI score0.00162EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/22 2:12 p.m.17 views

EUVD-2026-64311

hashcat fails to restrict command-line options when parsing restore files, allowing attackers to inject output-redirecting options like --outfile and --potfile-path. Attackers can craft restore files with malicious options to append attacker-controlled content to arbitrary files, enabling code...

8.5CVSS6AI score0.00162EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.27 views

PT-2026-79566

Name of the Vulnerable Software and Affected Versions hashcat affected versions not specified Description The software fails to restrict command-line options when parsing restore files. This allows attackers to inject output-redirecting options, such as --outfile and --potfile-path. By crafting...

8.5CVSS6.3AI score0.00162EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-68767

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - hashcat's fgetl function in src/filehandling.c writes a null terminator one byte past the caller's buffer when an input line is exactly the buffer length...

6.9CVSS5.7AI score0.00128EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.17 views

PT-2026-79567

hashcat's fgetl function in src/filehandling.c writes a null terminator one byte past the caller's buffer when an input line is exactly the buffer length. Attackers can trigger this out-of-bounds heap write by providing a hash file, potfile, or wordlist containing a line of exactly HCBUFSIZ LARGE...

6.9CVSS5.5AI score0.00128EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.21 views

PT-2026-79568

hashcat contains a heap-based buffer overflow out-of-bounds write in the outfile write function in src/outfile.c. When assembling output into a fixed-size buffer HCBUFSIZ LARGE, 16 MB, the function sequentially appends the username, separator, hash, and plaintext via memcpy without validating tha...

6.9CVSS5.6AI score0.00141EPSS
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/08/22 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-68766

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - hashcat fails to restrict command-line options when parsing restore files, allowing attackers to inject output-redirecting options like --outfile and...

8.5CVSS6.1AI score0.00162EPSS
SaveExploits0References3
Rows per page
Query Builder