Bugzilla – Bug 1121982
VUL-1: CVE-2019-6290: nasm: An infinite recursion issue was discovered in eval.c in Netwide Assembler (NASM) through 2.14.02
Last modified: 2019-01-16 12:32:14 UTC
CVE-2019-6290 An infinite recursion issue was discovered in eval.c in Netwide Assembler (NASM) through 2.14.02. There is a stack exhaustion problem resulting from infinite recursion in the functions expr, rexp, bexpr and cexpr in certain scenarios involving lots of '{' characters. Remote attackers could leverage this vulnerability to cause a denial-of-service via a crafted asm file. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-6290 http://www.cvedetails.com/cve/CVE-2019-6290/ https://bugzilla.nasm.us/show_bug.cgi?id=3392548
This bug does not affect our codestreams; nasm just throws an error when testing the reproducer against version 2.13 without exhausting much of a memory.