Fix out-of-bounds access in Nping EchoClient

This commit is contained in:
dmiller 2026-04-15 21:28:35 +00:00
parent a35225d3e1
commit 884bde1d72
3 changed files with 20 additions and 7 deletions

View file

@ -1,5 +1,9 @@
#Nmap Changelog ($Id$); -*-text-*-
o Fix a out-of-bounds access in Nping Echo client allowing a malicious Nping
EchoServer to zero 32 bytes of memory outside the packet buffer. Reported by
Harshit Gupta. [Daniel Miller]
o Fix a 1-byte overrun (read) while reading certain crafted DNS labels,
reported by Peter Parker. [Daniel Miller]