CVE-2017-10686
HighSummary
In Netwide Assembler (NASM) 2.14rc0, there are multiple heap use after free vulnerabilities in the tool. These issues can lead to corrupted double-linked lists, double free or corruption, and out-of-bounds writes.
Risk Assessment
These vulnerabilities have a high possibility to lead to a remote code execution attack, posing a serious security threat to systems using NASM.
Recommendation
It is recommended to update to the latest version of NASM to mitigate these vulnerabilities and to monitor systems for unauthorized access.
Other vulnerabilities in Netwide Assembler (NASM) 2.14rc0
See all- CVE-2017-17818High
In Netwide Assembler (NASM) version 2.14rc0, there is a heap-based buffer over-read that can lead to a remote denial of service attack. This issue is related to a while loop in the paste_tokens function in asm/preproc.c.
- CVE-2017-11111High
In version 2.14rc0 of Netwide Assembler (NASM), a vulnerability in preproc.c allows remote attackers to cause a denial of service (heap-based buffer overflow and application crash) or possibly have unspecified other impact via a crafted file.
Original NVD description (English source)
In Netwide Assembler (NASM) 2.14rc0, there are multiple heap use after free vulnerabilities in the tool nasm. The related heap is allocated in the token() function and freed in the detoken() function (called by pp_getline()) - it is used again at multiple positions later that could cause multiple damages. For example, it causes a corrupted double-linked list in detoken(), a double free or corruption in delete_Token(), and an out-of-bounds write in detoken(). It has a high possibility to lead to a remote code execution attack.

