Seungyeon Park
Seungyeon Park
**Describe the bug** Heap-based buffer overflow leading to out-of-bounds memory access. PoC file: [poc4.zip](https://github.com/user-attachments/files/20158626/poc4.zip) **To Reproduce** ``` $ export CC=gcc export CXX=g++ $ export CFLAGS="-g -fsanitize=address" export CXXFLAGS="-g -fsanitize=address" $...
**Describe the bug** There is a double free bug in dlt_linuxsll2_cleanup() while processing subctx when the user uses tcprewrite to open a crafted pcap file. This problem occurs in dlt_linuxsll2_cleanup(),while...
**To Reproduce** Steps to reproduce the behavior: 1. $ export CC=gcc export CXX=g++ 2. $ export CFLAGS="-g -fsanitize=address" export CXXFLAGS="-g -fsanitize=address" 3. $ ./autogen.sh 4. $ ./configure 5. $ make...
**Describe the bug** Out-of-bounds access while parsing options->services.tcp ``` In file: /home/sy46/tcpreplay/src/tcpprep.c:252 ► 252 if (options->services.tcp[ntohs(tcp_hdr->th_dport)]) { 253 dbgx(1, "TCP packet is destined for a server port: %d", ntohs(tcp_hdr->th_dport)); 254...