CVE-2021-4034 Local Privilege Escalation
2022-4-12 20:10:55 Author: reconshell.com(查看原文) 阅读量:44 收藏

pinkit

CVE-2021-4034 Proof of concept for pwnkit vulnerability. Local privilege escalation via pkexec


YouTube video

Run locally

make all && ./pwnkit && make clean

Run in docker

# Build the docker image
docker build -t pwnkit .

# Run the exploit
docker run -it pwnkit bash
make all && ./pwnkit && make clean

Detect using snyk-cli

snyk container test pwnkit:latest --file=Dockerfile

Resources

The CVE-2021-4034 Poc is a github repository by PwnFunction



文章来源: https://reconshell.com/cve-2021-4034-local-privilege-escalation/
如有侵权请联系:admin#unsafe.sh