
Proof of concept (POC) for CVE-2024-45337
CVE-2024-45337에 대한 개념 증명(POC)
go version
# go version go1.23.2 linux/amd64
go build
Usage of ./CVE-2024-45337-POC:
-addr string
Address of ssh server (default "127.0.0.1:2222")
-authorised-pubkey string
The allowed pubkey that will pass verification (Must be pub key) (default "id_ed25519.pub")
이것을 시험해 볼 수 있는 더미 프로젝트를 작성했습니다.
github.com/NHAS/VULNERABLE-CVE-2024-45337