Bugzilla – Bug 1121994
VUL-1: CVE-2019-6291: nasm: A stack overflow was discovered in the function expr6 in eval.c in Netwide Assembler (NASM) through 2.14.02
Last modified: 2019-01-15 12:14:10 UTC
CVE-2019-6291 An issue was discovered in the function expr6 in eval.c in Netwide Assembler (NASM) through 2.14.02. There is a stack exhaustion problem caused by the expr6 function making recursive calls to itself in certain scenarios involving lots of '!' or '+' or '-' 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-6291 http://www.cvedetails.com/cve/CVE-2019-6291/ https://bugzilla.nasm.us/show_bug.cgi?id=3392549
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.