Out-of-bounds read in Tcpreplay - #VU139398
Published: July 27, 2026
Vulnerability details
The vulnerability allows a remote attacker to disclose sensitive information.
The vulnerability exists due to out-of-bounds read in tcpreplay and tcpreplay-edit default non-LIBXDP send path when replaying a crafted pcap file with the --pktlen and --preload-pcap options. A remote attacker can supply a specially crafted pcap file to disclose sensitive information.
The issue occurs because the cached packet buffer is sized from the captured length while the transmitted length is taken from the packet header length field. No special build configuration is required.