Netwide Assembler (NASM) 2.14rc0 has an endless while loop in the assemble_file function of asm/nasm.c because of a globallineno integer overflow.
The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.
Link | Tags |
---|---|
https://bugzilla.nasm.us/show_bug.cgi?id=3392474 | third party advisory issue tracking exploit |
http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00017.html | vendor advisory |
http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00015.html | vendor advisory |