Out-of-bounds read in FastNetMon - #VU138932
Published: July 21, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service and disclose sensitive information.
The vulnerability exists due to out-of-bounds read in the sFlow collector nested packet parser when processing a crafted sFlow v5 packet with an attacker-controlled header_size field. A remote attacker can send a specially crafted UDP packet to cause a denial of service and disclose sensitive information.
The issue occurs because the header_size field is trusted as the capture-length bound for nested Ethernet/IP/L4 parsing, causing bounds checks to use an attacker-inflated end pointer instead of the real buffer length.