Out-of-bounds read in nfdump - #VU142751
Published: August 15, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to an out-of-bounds read in the sFlow parser getData32_nobswap() read function when parsing sFlow datagrams. A remote attacker can send a specially crafted sFlow packet that reaches the end of the buffer to cause a denial of service.
The issue occurs because the buffer pointer is dereferenced before bounds are checked, and a crash may occur if the read crosses a page boundary into unmapped memory.