poc
A privileged container built from Ubuntu 24.04 that clones dnscrypt-proxy v2.1.0, builds it, and plants a fake 'id' script at /usr/local/bin/id. The CMD attempts to run the proxy with '-service install', which is the vulnerable action. The planted 'id' binary is the payload that demonstrates privilege escalation when executed.
Dockerfile:1-20docker-compose.yaml:1-9README.md:11-27