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-2020-14386 — Reproducer for Linux kernel memory corruption vulnerability CVE-2020-14386, deployed as a Kubernetes pod to test node vulnerability by triggering a crash or reboot. | Kitploit
Tools/GitHubGitHub/cgwalters/cve-2020-14386
Container SecurityVulnerability AnalysisExploitationCloud SecurityBinary Exploitation
GitHubcgwalters/cve-2020-14386

cve-2020-14386

Reproducer for Linux kernel memory corruption vulnerability CVE-2020-14386, deployed as a Kubernetes pod to test node vulnerability by triggering a crash or reboot.

View Repository
43175 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Reproducer for CVE-2020-14386

Pre-built container: registry.svc.ci.openshift.org/coreos/cve-2020-14386

You probably want to test against an explicit node, like this:

root@kitploit:~
apiVersion: v1
kind: Pod
metadata:
  name: cve-2020-14386
spec:
  restartPolicy: Never
  nodeName: <yournode>
  containers:
  - name: cve-2020-14386
    image: registry.svc.ci.openshift.org/coreos/cve-2020-14386
    imagePullPolicy: Always

Replace yournode with a particular node you want to validate, then kubectl create -f pod.yaml from the content above. If your kernel is vulnerable, the node may crash or reboot; use e.g. kubectl get node/<nodename> and check if the node goes NotReady and reboots.

If the node is not vulnerable, then kubectl logs pod/cve-2020-14386 will show something like:

root@kitploit:~
Running reproducer for CVE-2020-14386 in 5s - this may crash the node
Reproducer exited successfully - node probably not vulnerable
Download Tool