CVE-2018-16517

MEDIUM

Netwide Assembler < 2.13.03 - Denial of Service via Crafted File

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2018-16517. PoCs published by Fakhri Zulkifli.

AI-analyzed exploit summary This PoC demonstrates a NULL pointer dereference vulnerability in NASM 2.14rc15 and earlier, triggered by a crafted assembly file. The issue occurs in `asm/labels.c` when `insn_is_label` remains FALSE, leaving `result->label` as NULL, which is then dereferenced in `islocal()`.

Description

asm/labels.c in Netwide Assembler (NASM) is prone to NULL Pointer Dereference, which allows the attacker to cause a denial of service via a crafted file.

Exploits (1)

exploitdb WORKING POC
by Fakhri Zulkifli · textdosmultiple
https://www.exploit-db.com/exploits/46726

This PoC demonstrates a NULL pointer dereference vulnerability in NASM 2.14rc15 and earlier, triggered by a crafted assembly file. The issue occurs in `asm/labels.c` when `insn_is_label` remains FALSE, leaving `result->label` as NULL, which is then dereferenced in `islocal()`.

Classification
Working Poc 90%
Attack Type
Dos
Complexity
Trivial
Reliability
Reliable
Target: Netwide Assembler (NASM) 2.14rc15 and earlier
No auth needed
Prerequisites: A crafted assembly file with specific content
devstral-2 · analyzed Feb 16, 2026 Full analysis →

References (6)

Core 6
Core References
Exploit, Issue Tracking, Third Party Advisory x_refsource_misc
https://bugzilla.nasm.us/show_bug.cgi?id=3392513
Exploit, Third Party Advisory x_refsource_misc
https://fakhrizulkifli.github.io/CVE-2018-16517.html
Exploit, Third Party Advisory, VDB Entry exploit x_refsource_exploit-db
https://www.exploit-db.com/exploits/46726/
Mailing List, Third Party Advisory vendor-advisory x_refsource_suse
http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00017.html
Mailing List, Third Party Advisory vendor-advisory x_refsource_suse
http://lists.opensuse.org/opensuse-security-announce/2020-07/msg00015.html

Scores

CVSS v3 5.5
EPSS 0.0517
EPSS Percentile 91.4%
Attack Vector LOCAL
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H

Details

CWE
CWE-476
Status published
Products (3)
nasm/netwide_assembler 2.14 rc15
nasm/netwide_assembler 2.14.0 rc1 (14 CPE variants)
nasm/netwide_assembler < 2.13.03
Published Sep 06, 2018
Tracked Since Feb 18, 2026