CVE-2018-16517
MEDIUMNetwide Assembler < 2.13.03 - Denial of Service via Crafted File
Title source: llmExploitation 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)
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()`.
References (6)
Scores
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H