Filtered by vendor Nasm Subscriptions
Filtered by product Nasm Subscriptions
Total 3 CVE
CVE Vendors Products Updated CVSS v3.1
CVE-2026-6068 1 Nasm 1 Nasm 2026-04-10 6.5 Medium
NASM contains a heap use after free vulnerability in response file (-@) processing where a dangling pointer to freed memory is stored in the global depend_file and later dereferenced, as the response-file buffer is freed before the pointer is used, allowing for data corruption or unexpected behavior.
CVE-2026-6067 1 Nasm 1 Nasm 2026-04-10 7.5 High
A heap buffer overflow vulnerability exists in the Netwide Assembler (NASM) due to a lack of bounds checking in the obj_directive() function. This vulnerability can be exploited by a user assembling a malicious .asm file, potentially leading to heap memory corruption, denial of service (crash), and arbitrary code execution.
CVE-2026-6069 1 Nasm 1 Nasm 2026-04-10 7.5 High
NASM’s disasm() function contains a stack based buffer overflow when formatting disassembly output, allowing an attacker triggered out-of-bounds write when `slen` exceeds the buffer capacity.