CVE-2026-72712 PUBLISHED

Nmap 7.99 Denial of Service via Zero-Length TCP Option Packet

Assigner: VulnCheck
Reserved: 10.08.2026 Published: 11.08.2026 Updated: 11.08.2026

Nmap versions up to and including 7.99 contains a denial of service vulnerability that allows remote attackers to crash the application by sending a crafted packet containing a zero-length TCP option. The malformed packet forces the Packet:parse_options() function in nselib/packet.lua to allocate objects in an infinite loop, causing an out-of-memory condition that results in application crash.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
CVSS Score: 6.9

Product Status

Vendor Nmap Project
Product Nmap
Versions Default: affected
  • affected from 0 to 7.99 (incl.)

Credits

  • Maxim Suhanov finder

References

Problem Types

  • Loop with Unreachable Exit Condition ('Infinite Loop') CWE