GlitchTip gzip decompression PoC This PoC demonstrates that compressed input can decompress above the chunk limit, showing the risk of decompressing before strict size enforcement. Install sh npm install Steps to reproduce sh npx ts-node .\glitchtip-gzip-decompression-poc.ts --chunk-limit-bytes 33554432 --extra-bytes 1024 1. Run the PoC with a chosen chunk limit. 2. The script builds a payload tha
PoC Research
Vulners
Apply vendor security patch