├── README.md ├── asterinas ├── README.md ├── syscall-execve-5313689-check_segment_align-panic ├── syscall-execve-5313689-check_segment_align-panic-2 ├── syscall-execve-5313689-read_updated_state-panic └── syscall-mmap-e6c613f-VmarInner_alloc_free_region-panic.c ├── bento4 ├── README.md └── poc19-ReadUI32-SEGV ├── cjson └── README.md ├── exiv2 ├── CVE-2018-16336 │ ├── README.md │ ├── poc1-heapoverflow │ └── poc2-heapoverflow ├── CVE-2018-17229 │ ├── README.md │ └── poc4-d2Data ├── CVE-2018-17230 │ ├── README.md │ └── poc6-ul2Data ├── CVE-2018-17282 │ ├── README.md │ └── poc8-DataValue copy ├── CVE-2018-19607 │ ├── README.md │ └── poc9-isoSpeed ├── README.md ├── driver-API-41a8a4b-TiffComponent::accept-UAF.cc ├── poc-API-41a8a4b-TiffComponent::accept-UAF ├── poc3-us2Data ├── poc5-l2Data └── poc7-s2Data ├── ffjpeg ├── README.md ├── poc-ffjpeg-d5cfd49-jfif_encode-SEGV ├── poc20-idct2d8x8-SEGV ├── poc21-huffman_decode_step-SEGV └── poc22-jfif_load-heapoverflow ├── flvmeta ├── README.md └── poc17-xml_on_metadata_tag_only-SEGV ├── gpac ├── README.md ├── poc12-SEGV ├── poc13-leak └── poc14-heapoverflow ├── jhead └── README.md ├── liblouis ├── README.md ├── driver-API-3d95765-analyzeTable-leak.c ├── driver-API-3d95765-lou_indexTables-leak.c ├── driver-API-3d95765-parseQuery-leak.c ├── driver-API-6223f21-lou_logFile-BO.c ├── driver-API-6223f21-lou_setDataPath-BO.c ├── poc-API-2442891-back_passDoAction-HBO ├── poc-API-2442891-doPassSearch-HBO ├── poc-API-2442891-isEmphasizable-infinite_loop ├── poc-API-3d95765-analyzeTable-SEGV ├── poc-API-3d95765-analyzeTable-leak ├── poc-API-3d95765-back_passDoAction-HBO ├── poc-API-3d95765-doPassSearch-HBO ├── poc-API-3d95765-lou_indexTables-leak ├── poc-API-3d95765-parseQuery-SEGV ├── poc-API-3d95765-parseQuery-leak ├── poc-API-3d95765-passDoAction-HBO ├── poc-API-6223f21-lou_logFile-BO └── poc-API-6223f21-lou_setDataPath-BO ├── libmagic ├── README.md └── poc-file-f77a109-cvt_64-FPE ├── libming ├── README.md ├── driver-API-04aee52-SWFShape_drawCubic-infinite_loop.c ├── poc-API-04aee52-SWFShape_drawCubic-infinite_loop ├── poc-makeswf-04aee52-newBuffer-leak ├── poc-makeswf-04aee52-openswf-leak.swf ├── poc-makeswf-04aee52-r_readc-HBO.swf ├── poc-makeswf-04aee52-swf5lex-leak └── poc1 ├── libpng ├── README.md ├── driver-API-44f97f0-png_read_end-SEGV.cpp └── poc-API-44f97f0-png_read_end-SEGV ├── libtiff ├── CVE-2018-15209 │ ├── README.md │ └── poc1 ├── CVE-2018-16335 │ ├── README.md │ └── poc2 ├── README.md ├── poc-tiffcmp-fcd4c86c-_TIFFSwab16BitData-assertion └── poc-tiffsplit-b2d61984-_TIFFVGetField-stackoverflow ├── libwav ├── README.md ├── poc18-gain_file-SEGV └── poc23-libwav-5cc8746-wav_chunk_read-leak ├── maestro └── README.md ├── ngiflib ├── CVE-2022-30858 │ ├── README.md │ └── poc-SDLaffgif-0245fd4-SDL_LoadAnimatedGif-SEGV ├── README.md ├── poc-SDL_LoadAnimatedGif-4557142-segv ├── poc-SDL_LoadGIF-4557142-segv ├── poc-ngiflib-0245fd4-GetByte-overflow ├── poc-ngiflib-0245fd4-GetByteStr-overflow ├── poc10-GifIndexToTrueColor-HeapOverFlow ├── poc11-GifIndexToTrueColor-SEGV ├── poc12-DecodeGifImg-stackoverflow ├── poc13-WritePixel-heapoverflow └── poc14-WritePixels-heapoverflow ├── redox ├── CVE-2024-57492 │ └── README.md ├── CVE-2024-57493 │ └── README.md ├── CVE-2025-46158 │ └── README.md └── README.md ├── ruxos └── README.md └── tcpreplay ├── README.md ├── poc-tcpreplay-09f0774-packet2tree-assertion ├── poc-tcpreplay-0ca82e3-add_tree_ipv4-assertion ├── poc-tcpreplay-0ca82e3-add_tree_ipv6-assertion ├── poc-tcpreplay-43693c4-dlt_en10mb_merge_layer3-assertion ├── poc-tcprewrite-bcb107a-read_hexstring-SEGV ├── poc-tcprewrite-bcb107a-tcpedit_dlt_cleanup-assertion ├── poc15-packet2tree-heapoverflow └── poc16-get_l2len-heapoverflow /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/README.md -------------------------------------------------------------------------------- /asterinas/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/asterinas/README.md -------------------------------------------------------------------------------- /asterinas/syscall-execve-5313689-check_segment_align-panic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/asterinas/syscall-execve-5313689-check_segment_align-panic -------------------------------------------------------------------------------- /asterinas/syscall-execve-5313689-check_segment_align-panic-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/asterinas/syscall-execve-5313689-check_segment_align-panic-2 -------------------------------------------------------------------------------- /asterinas/syscall-execve-5313689-read_updated_state-panic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/asterinas/syscall-execve-5313689-read_updated_state-panic -------------------------------------------------------------------------------- /asterinas/syscall-mmap-e6c613f-VmarInner_alloc_free_region-panic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/asterinas/syscall-mmap-e6c613f-VmarInner_alloc_free_region-panic.c -------------------------------------------------------------------------------- /bento4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/bento4/README.md -------------------------------------------------------------------------------- /bento4/poc19-ReadUI32-SEGV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/bento4/poc19-ReadUI32-SEGV -------------------------------------------------------------------------------- /cjson/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/cjson/README.md -------------------------------------------------------------------------------- /exiv2/CVE-2018-16336/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/exiv2/CVE-2018-16336/README.md -------------------------------------------------------------------------------- /exiv2/CVE-2018-16336/poc1-heapoverflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/exiv2/CVE-2018-16336/poc1-heapoverflow -------------------------------------------------------------------------------- /exiv2/CVE-2018-16336/poc2-heapoverflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/exiv2/CVE-2018-16336/poc2-heapoverflow -------------------------------------------------------------------------------- /exiv2/CVE-2018-17229/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/exiv2/CVE-2018-17229/README.md -------------------------------------------------------------------------------- /exiv2/CVE-2018-17229/poc4-d2Data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/exiv2/CVE-2018-17229/poc4-d2Data -------------------------------------------------------------------------------- /exiv2/CVE-2018-17230/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/exiv2/CVE-2018-17230/README.md -------------------------------------------------------------------------------- /exiv2/CVE-2018-17230/poc6-ul2Data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/exiv2/CVE-2018-17230/poc6-ul2Data -------------------------------------------------------------------------------- /exiv2/CVE-2018-17282/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/exiv2/CVE-2018-17282/README.md -------------------------------------------------------------------------------- /exiv2/CVE-2018-17282/poc8-DataValue copy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/exiv2/CVE-2018-17282/poc8-DataValue copy -------------------------------------------------------------------------------- /exiv2/CVE-2018-19607/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/exiv2/CVE-2018-19607/README.md -------------------------------------------------------------------------------- /exiv2/CVE-2018-19607/poc9-isoSpeed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/exiv2/CVE-2018-19607/poc9-isoSpeed -------------------------------------------------------------------------------- /exiv2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/exiv2/README.md -------------------------------------------------------------------------------- /exiv2/driver-API-41a8a4b-TiffComponent::accept-UAF.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/exiv2/driver-API-41a8a4b-TiffComponent::accept-UAF.cc -------------------------------------------------------------------------------- /exiv2/poc-API-41a8a4b-TiffComponent::accept-UAF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/exiv2/poc-API-41a8a4b-TiffComponent::accept-UAF -------------------------------------------------------------------------------- /exiv2/poc3-us2Data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/exiv2/poc3-us2Data -------------------------------------------------------------------------------- /exiv2/poc5-l2Data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/exiv2/poc5-l2Data -------------------------------------------------------------------------------- /exiv2/poc7-s2Data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/exiv2/poc7-s2Data -------------------------------------------------------------------------------- /ffjpeg/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/ffjpeg/README.md -------------------------------------------------------------------------------- /ffjpeg/poc-ffjpeg-d5cfd49-jfif_encode-SEGV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/ffjpeg/poc-ffjpeg-d5cfd49-jfif_encode-SEGV -------------------------------------------------------------------------------- /ffjpeg/poc20-idct2d8x8-SEGV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/ffjpeg/poc20-idct2d8x8-SEGV -------------------------------------------------------------------------------- /ffjpeg/poc21-huffman_decode_step-SEGV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/ffjpeg/poc21-huffman_decode_step-SEGV -------------------------------------------------------------------------------- /ffjpeg/poc22-jfif_load-heapoverflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/ffjpeg/poc22-jfif_load-heapoverflow -------------------------------------------------------------------------------- /flvmeta/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/flvmeta/README.md -------------------------------------------------------------------------------- /flvmeta/poc17-xml_on_metadata_tag_only-SEGV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/flvmeta/poc17-xml_on_metadata_tag_only-SEGV -------------------------------------------------------------------------------- /gpac/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/gpac/README.md -------------------------------------------------------------------------------- /gpac/poc12-SEGV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/gpac/poc12-SEGV -------------------------------------------------------------------------------- /gpac/poc13-leak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/gpac/poc13-leak -------------------------------------------------------------------------------- /gpac/poc14-heapoverflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/gpac/poc14-heapoverflow -------------------------------------------------------------------------------- /jhead/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/jhead/README.md -------------------------------------------------------------------------------- /liblouis/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/liblouis/README.md -------------------------------------------------------------------------------- /liblouis/driver-API-3d95765-analyzeTable-leak.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/liblouis/driver-API-3d95765-analyzeTable-leak.c -------------------------------------------------------------------------------- /liblouis/driver-API-3d95765-lou_indexTables-leak.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/liblouis/driver-API-3d95765-lou_indexTables-leak.c -------------------------------------------------------------------------------- /liblouis/driver-API-3d95765-parseQuery-leak.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/liblouis/driver-API-3d95765-parseQuery-leak.c -------------------------------------------------------------------------------- /liblouis/driver-API-6223f21-lou_logFile-BO.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/liblouis/driver-API-6223f21-lou_logFile-BO.c -------------------------------------------------------------------------------- /liblouis/driver-API-6223f21-lou_setDataPath-BO.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/liblouis/driver-API-6223f21-lou_setDataPath-BO.c -------------------------------------------------------------------------------- /liblouis/poc-API-2442891-back_passDoAction-HBO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/liblouis/poc-API-2442891-back_passDoAction-HBO -------------------------------------------------------------------------------- /liblouis/poc-API-2442891-doPassSearch-HBO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/liblouis/poc-API-2442891-doPassSearch-HBO -------------------------------------------------------------------------------- /liblouis/poc-API-2442891-isEmphasizable-infinite_loop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/liblouis/poc-API-2442891-isEmphasizable-infinite_loop -------------------------------------------------------------------------------- /liblouis/poc-API-3d95765-analyzeTable-SEGV: -------------------------------------------------------------------------------- 1 | #+G -------------------------------------------------------------------------------- /liblouis/poc-API-3d95765-analyzeTable-leak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/liblouis/poc-API-3d95765-analyzeTable-leak -------------------------------------------------------------------------------- /liblouis/poc-API-3d95765-back_passDoAction-HBO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/liblouis/poc-API-3d95765-back_passDoAction-HBO -------------------------------------------------------------------------------- /liblouis/poc-API-3d95765-doPassSearch-HBO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/liblouis/poc-API-3d95765-doPassSearch-HBO -------------------------------------------------------------------------------- /liblouis/poc-API-3d95765-lou_indexTables-leak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/liblouis/poc-API-3d95765-lou_indexTables-leak -------------------------------------------------------------------------------- /liblouis/poc-API-3d95765-parseQuery-SEGV: -------------------------------------------------------------------------------- 1 | . 2 | -------------------------------------------------------------------------------- /liblouis/poc-API-3d95765-parseQuery-leak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/liblouis/poc-API-3d95765-parseQuery-leak -------------------------------------------------------------------------------- /liblouis/poc-API-3d95765-passDoAction-HBO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/liblouis/poc-API-3d95765-passDoAction-HBO -------------------------------------------------------------------------------- /liblouis/poc-API-6223f21-lou_logFile-BO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/liblouis/poc-API-6223f21-lou_logFile-BO -------------------------------------------------------------------------------- /liblouis/poc-API-6223f21-lou_setDataPath-BO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/liblouis/poc-API-6223f21-lou_setDataPath-BO -------------------------------------------------------------------------------- /libmagic/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/libmagic/README.md -------------------------------------------------------------------------------- /libmagic/poc-file-f77a109-cvt_64-FPE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/libmagic/poc-file-f77a109-cvt_64-FPE -------------------------------------------------------------------------------- /libming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/libming/README.md -------------------------------------------------------------------------------- /libming/driver-API-04aee52-SWFShape_drawCubic-infinite_loop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/libming/driver-API-04aee52-SWFShape_drawCubic-infinite_loop.c -------------------------------------------------------------------------------- /libming/poc-API-04aee52-SWFShape_drawCubic-infinite_loop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/libming/poc-API-04aee52-SWFShape_drawCubic-infinite_loop -------------------------------------------------------------------------------- /libming/poc-makeswf-04aee52-newBuffer-leak: -------------------------------------------------------------------------------- 1 | branch 2 | -------------------------------------------------------------------------------- /libming/poc-makeswf-04aee52-openswf-leak.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/libming/poc-makeswf-04aee52-openswf-leak.swf -------------------------------------------------------------------------------- /libming/poc-makeswf-04aee52-r_readc-HBO.swf: -------------------------------------------------------------------------------- 1 | FWS 2 | -------------------------------------------------------------------------------- /libming/poc-makeswf-04aee52-swf5lex-leak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/libming/poc-makeswf-04aee52-swf5lex-leak -------------------------------------------------------------------------------- /libming/poc1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/libming/poc1 -------------------------------------------------------------------------------- /libpng/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/libpng/README.md -------------------------------------------------------------------------------- /libpng/driver-API-44f97f0-png_read_end-SEGV.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/libpng/driver-API-44f97f0-png_read_end-SEGV.cpp -------------------------------------------------------------------------------- /libpng/poc-API-44f97f0-png_read_end-SEGV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/libpng/poc-API-44f97f0-png_read_end-SEGV -------------------------------------------------------------------------------- /libtiff/CVE-2018-15209/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/libtiff/CVE-2018-15209/README.md -------------------------------------------------------------------------------- /libtiff/CVE-2018-15209/poc1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/libtiff/CVE-2018-15209/poc1 -------------------------------------------------------------------------------- /libtiff/CVE-2018-16335/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/libtiff/CVE-2018-16335/README.md -------------------------------------------------------------------------------- /libtiff/CVE-2018-16335/poc2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/libtiff/CVE-2018-16335/poc2 -------------------------------------------------------------------------------- /libtiff/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/libtiff/README.md -------------------------------------------------------------------------------- /libtiff/poc-tiffcmp-fcd4c86c-_TIFFSwab16BitData-assertion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/libtiff/poc-tiffcmp-fcd4c86c-_TIFFSwab16BitData-assertion -------------------------------------------------------------------------------- /libtiff/poc-tiffsplit-b2d61984-_TIFFVGetField-stackoverflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/libtiff/poc-tiffsplit-b2d61984-_TIFFVGetField-stackoverflow -------------------------------------------------------------------------------- /libwav/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/libwav/README.md -------------------------------------------------------------------------------- /libwav/poc18-gain_file-SEGV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/libwav/poc18-gain_file-SEGV -------------------------------------------------------------------------------- /libwav/poc23-libwav-5cc8746-wav_chunk_read-leak: -------------------------------------------------------------------------------- 1 | dataad j  -------------------------------------------------------------------------------- /maestro/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/maestro/README.md -------------------------------------------------------------------------------- /ngiflib/CVE-2022-30858/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/ngiflib/CVE-2022-30858/README.md -------------------------------------------------------------------------------- /ngiflib/CVE-2022-30858/poc-SDLaffgif-0245fd4-SDL_LoadAnimatedGif-SEGV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/ngiflib/CVE-2022-30858/poc-SDLaffgif-0245fd4-SDL_LoadAnimatedGif-SEGV -------------------------------------------------------------------------------- /ngiflib/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/ngiflib/README.md -------------------------------------------------------------------------------- /ngiflib/poc-SDL_LoadAnimatedGif-4557142-segv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/ngiflib/poc-SDL_LoadAnimatedGif-4557142-segv -------------------------------------------------------------------------------- /ngiflib/poc-SDL_LoadGIF-4557142-segv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/ngiflib/poc-SDL_LoadGIF-4557142-segv -------------------------------------------------------------------------------- /ngiflib/poc-ngiflib-0245fd4-GetByte-overflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/ngiflib/poc-ngiflib-0245fd4-GetByte-overflow -------------------------------------------------------------------------------- /ngiflib/poc-ngiflib-0245fd4-GetByteStr-overflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/ngiflib/poc-ngiflib-0245fd4-GetByteStr-overflow -------------------------------------------------------------------------------- /ngiflib/poc10-GifIndexToTrueColor-HeapOverFlow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/ngiflib/poc10-GifIndexToTrueColor-HeapOverFlow -------------------------------------------------------------------------------- /ngiflib/poc11-GifIndexToTrueColor-SEGV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/ngiflib/poc11-GifIndexToTrueColor-SEGV -------------------------------------------------------------------------------- /ngiflib/poc12-DecodeGifImg-stackoverflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/ngiflib/poc12-DecodeGifImg-stackoverflow -------------------------------------------------------------------------------- /ngiflib/poc13-WritePixel-heapoverflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/ngiflib/poc13-WritePixel-heapoverflow -------------------------------------------------------------------------------- /ngiflib/poc14-WritePixels-heapoverflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/ngiflib/poc14-WritePixels-heapoverflow -------------------------------------------------------------------------------- /redox/CVE-2024-57492/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/redox/CVE-2024-57492/README.md -------------------------------------------------------------------------------- /redox/CVE-2024-57493/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/redox/CVE-2024-57493/README.md -------------------------------------------------------------------------------- /redox/CVE-2025-46158/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/redox/CVE-2025-46158/README.md -------------------------------------------------------------------------------- /redox/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ruxos/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/ruxos/README.md -------------------------------------------------------------------------------- /tcpreplay/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/tcpreplay/README.md -------------------------------------------------------------------------------- /tcpreplay/poc-tcpreplay-09f0774-packet2tree-assertion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/tcpreplay/poc-tcpreplay-09f0774-packet2tree-assertion -------------------------------------------------------------------------------- /tcpreplay/poc-tcpreplay-0ca82e3-add_tree_ipv4-assertion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/tcpreplay/poc-tcpreplay-0ca82e3-add_tree_ipv4-assertion -------------------------------------------------------------------------------- /tcpreplay/poc-tcpreplay-0ca82e3-add_tree_ipv6-assertion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/tcpreplay/poc-tcpreplay-0ca82e3-add_tree_ipv6-assertion -------------------------------------------------------------------------------- /tcpreplay/poc-tcpreplay-43693c4-dlt_en10mb_merge_layer3-assertion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/tcpreplay/poc-tcpreplay-43693c4-dlt_en10mb_merge_layer3-assertion -------------------------------------------------------------------------------- /tcpreplay/poc-tcprewrite-bcb107a-read_hexstring-SEGV: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/tcpreplay/poc-tcprewrite-bcb107a-read_hexstring-SEGV -------------------------------------------------------------------------------- /tcpreplay/poc-tcprewrite-bcb107a-tcpedit_dlt_cleanup-assertion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/tcpreplay/poc-tcprewrite-bcb107a-tcpedit_dlt_cleanup-assertion -------------------------------------------------------------------------------- /tcpreplay/poc15-packet2tree-heapoverflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/tcpreplay/poc15-packet2tree-heapoverflow -------------------------------------------------------------------------------- /tcpreplay/poc16-get_l2len-heapoverflow: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Marsman1996/pocs/HEAD/tcpreplay/poc16-get_l2len-heapoverflow --------------------------------------------------------------------------------