CVE-2026-58058 PUBLISHED

Nmap - Integer Underflow in IPv6 Extension Header Parsing

Assigner: VulnCheck
Reserved: 28.06.2026 Published: 28.06.2026 Updated: 28.06.2026

Nmap through 7.99 does not keep the IPv6 extension-header walk within the captured packet in ipv6_get_data_primitive (libnetutil/netutil.cc), so the pointer advances past the buffer and the remaining-length computation underflows to a large value. A scanned target or on-path attacker returning a crafted IPv6 response with a truncated extension header can trigger out-of-bounds reads and a crash during raw IPv6 scans.

Metrics

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

Product Status

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

Credits

  • Himanshu Anand finder

References

Problem Types

  • Integer Underflow (Wrap or Wraparound) CWE