### [CVE-2018-17582](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-17582) ![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen) ### Description Tcpreplay v4.3.0 beta1 contains a heap-based buffer over-read. The get_next_packet() function in the send_packets.c file uses the memcpy() function unsafely to copy sequences from the source buffer pktdata to the destination (*prev_packet)->pktdata. This will result in a Denial of Service (DoS) and potentially Information Exposure when the application attempts to process a file. ### POC #### Reference - https://github.com/SegfaultMasters/covering360/blob/master/tcpreplay - https://github.com/appneta/tcpreplay/issues/484 #### Github No PoCs found on GitHub currently.