Pwn2Own Berlin 2026 Day One Highlights: Multiple Zero-Day Vulnerabilities Discovered
Security researchers at the Pwn2Own Berlin 2026 competition successfully demonstrated 24 previously unknown security flaws in major AI tools, web browsers, and operating systems, prompting urgent calls for developers to release security updates.

English Brief
Security researchers at the Pwn2Own Berlin 2026 competition successfully demonstrated 24 previously unknown security flaws in major AI tools, web browsers, and operating systems, prompting urgent calls for developers to release security updates.
الموجز العربي
أبرز نتائج اليوم الأول من مسابقة Pwn2Own برلين 2026: اكتشاف ثغرات أمنية جديدة
نجح باحثون أمنيون في مسابقة Pwn2Own برلين 2026 في إثبات وجود 24 ثغرة أمنية غير معروفة سابقاً في أدوات ذكاء اصطناعي رئيسية، ومتصفحات ويب، وأنظمة تشغيل، مما يستوجب على المطورين إصدار تحديثات أمنية بشكل عاجل.
- 1Inventory every affected affected systems deployment and identify its owner.
- 2Apply the vendor security update or documented mitigation as soon as possible.
- 3Restrict external exposure and privileged access until remediation is verified.
English Advisory
// Intelligence Summary
During the first day of Pwn2Own Berlin 2026, security researchers demonstrated 24 unique zero-day exploits targeting modern AI ecosystems, enterprise software, and operating systems. These findings include remote code execution (RCE) chains, sandbox escapes, and privilege escalation vulnerabilities.
التقرير العربي
// ملخص استخباراتي
خلال اليوم الأول من مسابقة Pwn2Own برلين 2026، استعرض باحثون أمنيون 24 ثغرة أمنية غير مكتشفة سابقاً (Zero-Day) تستهدف أنظمة الذكاء الاصطناعي الحديثة، والبرمجيات المؤسسية، وأنظمة التشغيل. تشمل هذه الاكتشافات ثغرات تنفيذ برمجيات عن بُعد (RCE)، وهروب من بيئة الحماية (Sandbox Escape)، وتصعيد صلاحيات.
// Technical Context
Successful exploits targeted Microsoft Edge (sandbox escape), NV Container Toolkit, LiteLLM (SSRF/Code Injection), OpenAI Codex (CWE-150), Microsoft Windows 11 (Heap buffer overflow, Use-After-Free, Improper Access Control), and Chroma (CWE-190/CWE-362). Other affected technologies include NVIDIA Megatron Bridge, LM Studio, and RHEL.
// السياق الفني
شملت الثغرات الناجحة متصفح Microsoft Edge، وNV Container Toolkit، وLiteLLM (عبر SSRF وحقن الأكواد)، وOpenAI Codex (CWE-150)، ونظام Microsoft Windows 11 (فيض الذاكرة المؤقتة، واستخدام الذاكرة بعد تحريرها)، وChroma (CWE-190/CWE-362). كما تأثرت تقنيات NVIDIA Megatron Bridge، وLM Studio، وRHEL.
// Exposure Notes
Many of these vulnerabilities involve complex chains of logic errors and memory corruption. The exploitation of AI-specific tools like LiteLLM and NVIDIA Megatron Bridge highlights a shift in the threat landscape toward AI-infrastructure components.
// ملاحظات التعرض
تتضمن العديد من هذه الثغرات سلاسل معقدة من أخطاء المنطق وفساد الذاكرة. يشير استهداف أدوات الذكاء الاصطناعي إلى تحول في مشهد التهديدات نحو مكونات البنية التحتية للذكاء الاصطناعي.
// Defensive Priority
Organizations utilizing these platforms should monitor vendor security bulletins for upcoming patches. Immediate priority should be given to updating RHEL, Windows 11, and containerization toolkits to their latest versions.
// أولوية الدفاع
يجب على المؤسسات التي تستخدم هذه المنصات مراقبة نشرات أمن الموردين للحصول على التحديثات القادمة. يجب إعطاء أولوية فورية لتحديث RHEL وWindows 11 ومجموعات أدوات الحاويات إلى أحدث إصداراتها.
Mitigation Checklist
- 1Inventory every affected affected systems deployment and identify its owner.
- 2Apply the vendor security update or documented mitigation as soon as possible.
- 3Restrict external exposure and privileged access until remediation is verified.
- 4Monitor authentication, process, file, and outbound-network telemetry for exploitation signals.
- 5Record validation evidence and retain compensating controls until remediation is closed.
قائمة إجراءات التخفيف
- 1حصر جميع عمليات نشر الأنظمة المتأثرة المتأثرة وتحديد مالكيها.
- 2تطبيق تحديث الأمان أو التخفيف الموثق من المورّد بأسرع وقت.
- 3تقييد الوصول الخارجي والصلاحيات العالية إلى أن يتم التحقق من المعالجة.
- 4مراقبة سجلات المصادقة والعمليات والملفات والاتصالات الخارجية بحثاً عن مؤشرات استغلال.
- 5توثيق أدلة التحقق والإبقاء على الضوابط التعويضية حتى إغلاق المعالجة.
- Source: Zero Day Initiative
# Review all vendor security advisories from Microsoft, NVIDIA, Red Hat, and AI tool developers. # Update all affected systems: Microsoft Windows 11, RHEL, and containerization frameworks. # Audit AI infrastructure deployments for SSRF vulnerabilities and ensure strict access controls. # Apply least privilege principles to containerized AI applications.