Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
cve-2022-0185-crash-poc — Docker container that runs a crash proof-of-concept for CVE-2022-0185, a Linux kernel vulnerability. Designed for unprivileged execution to test container escape conditions. | Kitploit
Tools/GitHubGitHub/discordianfish/cve-2022-0185-crash-poc
Container SecurityVulnerability AnalysisExploitationCloud SecurityBinary Exploitation
GitHubdiscordianfish/cve-2022-0185-crash-poc

cve-2022-0185-crash-poc

Docker container that runs a crash proof-of-concept for CVE-2022-0185, a Linux kernel vulnerability. Designed for unprivileged execution to test container escape conditions.

View Repository

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
5124 years agoNot yet reviewed

Container running cve-2022-0185 crash POC

seccomp or bust

This is a docker container that runs the crash POC from https://www.willsroot.io/2022/01/cve-2022-0185.html.

The container runs unprivileged as UID 65534. You can also use docker run -u or set a security context with RunAsUser additionally, all should yield the same result.

Run it

To be clear, if you're vulnerable that will crash your server!

Docker

docker run docker.io/fish/cve-2022-0185-crash-poc

You can also build it yourself:

root@kitploit:~
docker build -t crashtest .
docker run crashtest

Kubernetes

kubectl apply -f pod.yaml

Download Tool