Bugzilla – Bug 1142604
VUL-1: CVE-2019-14248: nasm: NULL pointer dereference in asm/pragma.c leading to Segmentation fault
Last modified: 2020-11-06 12:11:41 UTC
CVE-2019-14248 In libnasm.a in Netwide Assembler (NASM) 2.14.xx, asm/pragma.c allows a NULL pointer dereference in process_pragma, search_pragma_list, and nasm_set_limit when "%pragma limit" is mishandled. Upstream Issue: https://bugzilla.nasm.us/show_bug.cgi?id=3392576 References: https://bugzilla.redhat.com/show_bug.cgi?id=1732714 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-14248 https://bugzilla.nasm.us/show_bug.cgi?id=3392576
Created attachment 811411 [details] PoC nasm -felf64 nullderef_nasm-2.14.02_pragma_limit.asm
Tumbleweed is at 2.15.05 now and not affected anymore $ nasm -felf64 nullderef_nasm-2.14.02_pragma_limit $ ls nullderef_nasm-2.14.02_pragma_limit nullderef_nasm-2.14.o