Out-of-bounds read in nfdump - #VU142756
Published: August 15, 2026
Vulnerability details
The vulnerability allows a remote attacker to cause a denial of service.
The vulnerability exists due to out-of-bounds read in the MPLS label stack parser in decodeLinkLayer() when parsing crafted sFlow data. A remote attacker can send specially crafted sFlow input to cause a denial of service.
After VLAN tag peeling, the parser may reach MPLS processing with insufficient remaining bytes, and a dereference past the end of the buffer may trigger a SIGSEGV when determining the inner protocol type.