CVE-2024-24787 Proof of Concept# CVE-2024-24787-PoC
On Darwin, building a Go module which contains CGO can trigger arbitrary code execution when using the Apple version of ld, due to usage of the -lto_library flag in a "#cgo LDFLAGS" directive.

This is not my bug, I just made a PoC for it.
# Reference
- [https://pkg.go.dev/vuln/GO-2024-2825](https://pkg.go.dev/vuln/GO-2024-2825)
[4.0K] /data/pocs/e22cda447beded220e4f2d701547fa698c145a07
├── [ 11] go.mod
├── [ 32K] malicious.dylib
├── [ 230] malicious.m
├── [ 108] poc.go
├── [ 377] README.md
└── [290K] result.png
0 directories, 6 files