Bugzilla – Bug 1214520
VUL-0: CVE-2020-21528: nasm: Segmentation Fault in in ieee_segment function in outieee.c
Last modified: 2024-04-19 08:58:45 UTC
CVE-2020-21528 A Segmentation Fault issue discovered in in ieee_segment function in outieee.c in nasm 2.14.03 and 2.15 allows remote attackers to cause a denial of service via crafted assembly file. References: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-21528 https://www.cve.org/CVERecord?id=CVE-2020-21528 https://bugzilla.nasm.us/show_bug.cgi?id=3392637
Created attachment 868964 [details] Reproducer # nasm -f ieee -o /dev/null test.asm Segmentation fault (core dumped)
Upstream fix: https://github.com/netwide-assembler/nasm/commit/93c774d482694643cafbc82578ac8b729fb5bc8b
Note: Do not trust data from unknown sources. Do not assemble/disassemble binaries from unknown sources without a sandbox environment that protects you from possible attacks. In general: This is not a severe issue. It can only exploited if general security measurements and best practices are not followed.
Please see https://bugzilla.suse.com/show_bug.cgi?id=1214499#c4
Closing as WONTFIX as discussed above.