📧 info@ciso.sa | 📱 +966550939344 | الرياض، المملكة العربية السعودية
🔧 صيانة مجدولة — السبت 2:00-4:00 صباحاً. قد تكون بعض الميزات غير متاحة مؤقتاً.    ●   
💎
خطة Pro بخصم 50% احصل على جميع ميزات AI والتقارير غير المحدودة والدعم ذي الأولوية. الترقية الآن
مركز البحث
ESC للإغلاق
Global vulnerability قطاع التكنولوجيا وتطوير البرمجيات HIGH 1h Global vulnerability الحكومة والوكالات الفيدرالية CRITICAL 1h Global supply_chain تطوير البرمجيات والنظم البيئية مفتوحة المصدر HIGH 2h Global vulnerability برامج المؤسسات/البرامج كخدمة MEDIUM 2h Global supply_chain تطوير البرمجيات HIGH 2h Global general التأمين/إدارة المخاطر HIGH 3h Global data_breach برامج المؤسسات / تكنولوجيا المعلومات CRITICAL 4h Global vulnerability التكنولوجيا/البرمجيات CRITICAL 6h Global malware وسائل التواصل الاجتماعي وتكنولوجيا المستهلك HIGH 6h Global botnet تكنولوجيا المعلومات وإنترنت الأشياء HIGH 6h Global vulnerability قطاع التكنولوجيا وتطوير البرمجيات HIGH 1h Global vulnerability الحكومة والوكالات الفيدرالية CRITICAL 1h Global supply_chain تطوير البرمجيات والنظم البيئية مفتوحة المصدر HIGH 2h Global vulnerability برامج المؤسسات/البرامج كخدمة MEDIUM 2h Global supply_chain تطوير البرمجيات HIGH 2h Global general التأمين/إدارة المخاطر HIGH 3h Global data_breach برامج المؤسسات / تكنولوجيا المعلومات CRITICAL 4h Global vulnerability التكنولوجيا/البرمجيات CRITICAL 6h Global malware وسائل التواصل الاجتماعي وتكنولوجيا المستهلك HIGH 6h Global botnet تكنولوجيا المعلومات وإنترنت الأشياء HIGH 6h Global vulnerability قطاع التكنولوجيا وتطوير البرمجيات HIGH 1h Global vulnerability الحكومة والوكالات الفيدرالية CRITICAL 1h Global supply_chain تطوير البرمجيات والنظم البيئية مفتوحة المصدر HIGH 2h Global vulnerability برامج المؤسسات/البرامج كخدمة MEDIUM 2h Global supply_chain تطوير البرمجيات HIGH 2h Global general التأمين/إدارة المخاطر HIGH 3h Global data_breach برامج المؤسسات / تكنولوجيا المعلومات CRITICAL 4h Global vulnerability التكنولوجيا/البرمجيات CRITICAL 6h Global malware وسائل التواصل الاجتماعي وتكنولوجيا المستهلك HIGH 6h Global botnet تكنولوجيا المعلومات وإنترنت الأشياء HIGH 6h
الثغرات

CVE-2026-44728

مرتفع
CWE-94 — نوع الضعف
نُشر: May 26, 2026  ·  آخر تحديث: Jun 2, 2026  ·  المصدر: NVD
CVSS v3
8.2
🔗 NVD الرسمي
📄 الوصف (الإنجليزية)

Babel is a compiler for writing next generation JavaScript. From 7.12.0 to before 7.29.4 and 8.0.0-alpha.13, using Babel to compile code that was specifically crafted by an attacker can cause Babel to generate output code that executes arbitrary code. This vulnerability is fixed in 7.29.4 and 8.0.0-alpha.13.

🤖 ملخص AI

CVE-2026-44728 is a critical code injection vulnerability in Babel JavaScript compiler (versions 7.12.0-7.29.3 and 8.0.0-alpha.0 through alpha.12) that allows attackers to inject malicious code through specially crafted input, resulting in arbitrary code execution during compilation. This vulnerability poses significant risk to Saudi development organizations and CI/CD pipelines that rely on Babel for JavaScript transpilation. The vulnerability requires attacker-controlled source code input but can compromise entire build systems and deployed applications.

📄 الوصف (العربية)

🤖 التحليل الذكي آخر تحليل: May 31, 2026 06:36
🇸🇦 التأثير على المملكة العربية السعودية
High impact on Saudi technology sector: (1) FinTech and Banking — organizations using Babel in web application development for SAMA-regulated systems face code injection risks; (2) Government Digital Transformation — NCA-supervised digital initiatives and e-government platforms built with JavaScript/Babel are vulnerable; (3) Telecommunications — STC and other telecom providers using Babel in customer-facing web applications; (4) Enterprise Software Development — Saudi software development companies and system integrators relying on Babel for build pipelines; (5) Cloud and SaaS Providers — organizations hosting applications built with vulnerable Babel versions. Supply chain risk is elevated as compromised builds can affect downstream users.
🏢 القطاعات السعودية المتأثرة
Banking and Financial Services Government and Public Sector Telecommunications Healthcare Energy and Utilities E-commerce and Retail Software Development and IT Services Cloud and SaaS Providers
⚖️ درجة المخاطر السعودية (AI)
8.5
/ 10.0
🔧 Remediation Steps (English)
IMMEDIATE ACTIONS:
1. Inventory all Babel installations across development, CI/CD, and build environments — run 'npm list babel' and 'npm list @babel/core' in all projects
2. Identify projects using vulnerable versions (7.12.0-7.29.3 or 8.0.0-alpha.0 through alpha.12)
3. Restrict code compilation to trusted sources only — implement code review and approval workflows before compilation
4. Isolate build systems from production networks to contain potential compromise

PATCHING GUIDANCE:
1. Upgrade Babel to version 7.29.4 or later (stable branch) or 8.0.0-alpha.13 or later (alpha branch)
2. Update package.json: change 'babel' and '@babel/core' version constraints to >=7.29.4 or >=8.0.0-alpha.13
3. Run 'npm audit fix' to resolve dependency conflicts
4. Rebuild all artifacts and redeploy applications
5. Test thoroughly in staging environment before production deployment

COMPENSATING CONTROLS (if immediate patching not possible):
1. Implement strict input validation on all source code before Babel compilation
2. Use sandboxed build environments with minimal privileges
3. Enable build artifact signing and verification
4. Monitor build logs for suspicious compilation patterns
5. Restrict Babel plugin usage to whitelisted, vetted plugins only
6. Implement network segmentation to prevent lateral movement from compromised builds

DETECTION RULES:
1. Monitor npm/yarn package manager for Babel version downgrades or suspicious version pins
2. Alert on Babel compilation of untrusted or externally-sourced code
3. Detect unusual process execution from build environments (spawning shells, network connections)
4. Monitor for modifications to .babelrc, babel.config.js, or package.json in version control
5. Track build artifact hash changes without corresponding source code changes
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. حصر جميع تثبيتات Babel عبر بيئات التطوير و CI/CD والبناء — قم بتشغيل 'npm list babel' و 'npm list @babel/core' في جميع المشاريع
2. تحديد المشاريع التي تستخدم الإصدارات الضعيفة (7.12.0-7.29.3 أو 8.0.0-alpha.0 إلى alpha.12)
3. تقييد ترجمة الأكواد للمصادر الموثوقة فقط — تنفيذ سير عمل المراجعة والموافقة على الأكواد قبل الترجمة
4. عزل أنظمة البناء عن شبكات الإنتاج لاحتواء الاختراق المحتمل

إرشادات التصحيح:
1. ترقية Babel إلى الإصدار 7.29.4 أو أحدث (الفرع المستقر) أو 8.0.0-alpha.13 أو أحدث (فرع ألفا)
2. تحديث package.json: تغيير قيود إصدار 'babel' و '@babel/core' إلى >=7.29.4 أو >=8.0.0-alpha.13
3. تشغيل 'npm audit fix' لحل تضاربات التبعيات
4. إعادة بناء جميع الأعمال وإعادة نشر التطبيقات
5. الاختبار الشامل في بيئة التجريب قبل نشر الإنتاج

الضوابط البديلة (إذا لم يكن التصحيح الفوري ممكناً):
1. تنفيذ التحقق الصارم من المدخلات على جميع الأكواد المصدرية قبل ترجمة Babel
2. استخدام بيئات بناء معزولة بامتيازات دنيا
3. تفعيل توقيع التحقق من أعمال البناء
4. مراقبة سجلات البناء للأنماط المريبة في الترجمة
5. تقييد استخدام مكونات Babel الإضافية على المكونات الموثوقة والمدققة فقط
6. تنفيذ تقسيم الشبكة لمنع الحركة الجانبية من عمليات البناء المخترقة

قواعد الكشف:
1. مراقبة مدير الحزم npm/yarn لخفض إصدار Babel أو تثبيت إصدار مريب
2. التنبيه على ترجمة Babel للأكواد غير الموثوقة أو المصدرة خارجياً
3. كشف تنفيذ العمليات غير العادية من بيئات البناء (فتح الأصداف، الاتصالات الشبكية)
4. مراقبة التعديلات على .babelrc أو babel.config.js أو package.json في التحكم بالإصدار
5. تتبع تغييرات بصمة أعمال البناء بدون تغييرات مصدر الكود المقابلة
📋 خريطة الامتثال التنظيمي
🟢 NCA ECC 2024
ECC 2024 A.14.2.1 — Secure development and change management ECC 2024 A.14.2.5 — Access control for development tools and repositories ECC 2024 A.12.6.1 — Management of technical vulnerabilities ECC 2024 A.12.2.1 — Monitoring and logging of security events
🔵 SAMA CSF
SAMA CSF ID.SC-4 — Supply chain risk management (Babel as critical build tool) SAMA CSF PR.DS-6 — Data and information security (code integrity) SAMA CSF DE.CM-1 — Detection and analysis (build environment monitoring) SAMA CSF RS.MI-2 — Incident response and recovery
🟡 ISO 27001:2022
ISO 27001:2022 A.8.1.1 — Inventory of information assets (software components) ISO 27001:2022 A.8.2.3 — Segregation of development and production environments ISO 27001:2022 A.14.2.1 — Secure development policy ISO 27001:2022 A.14.2.5 — Secure development environment ISO 27001:2022 A.12.6.1 — Management of technical vulnerabilities
🟣 PCI DSS v4.0.1
PCI DSS 6.2 — Ensure security patches are installed within defined timeframe PCI DSS 6.3.2 — Review of security patches and updates PCI DSS 6.5.1 — Injection flaws prevention PCI DSS 8.2.3 — Strong cryptography and secure transmission (code signing)
📦 المنتجات المتأثرة 14 منتج
babel:babel
babel:babel:8.0.0
babel:babel:8.0.0
babel:babel:8.0.0
babel:babel:8.0.0
babel:babel:8.0.0
babel:babel:8.0.0
babel:babel:8.0.0
babel:babel:8.0.0
babel:babel:8.0.0
babel:babel:8.0.0
babel:babel:8.0.0
babel:babel:8.0.0
babel:babel:8.0.0
📊 CVSS Score
8.2
/ 10.0 — مرتفع
📊 CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H
Attack VectorL — Low / Local
Attack ComplexityL — Low / Local
Privileges RequiredL — Low / Local
User InteractionR — Required
ScopeC — Changed
ConfidentialityH — High
IntegrityH — High
AvailabilityH — High
📋 حقائق سريعة
الخطورة مرتفع
CVSS Score8.2
CWECWE-94
EPSS0.02%
اختراق متاح لا
تصحيح متاح ✗ لا
تاريخ النشر 2026-05-26
المصدر nvd
المشاهدات 1
🇸🇦 درجة المخاطر السعودية
8.5
/ 10.0 — مخاطر السعودية
أولوية: HIGH
🏷️ الوسوم
CWE-94
مشاركة ثغرة
LinkedIn X / Twitter WhatsApp Telegram
📣 وجدت هذا مفيداً؟
شاركه مع شبكة الأمن السيبراني الخاصة بك
in لينكدإن 𝕏 تويتر 💬 واتساب ✈ تليجرام
🍪 إعدادات الخصوصية
سيزو للاستشارات — متوافق مع نظام حماية البيانات الشخصية السعودي (PDPL)
نستخدم ملفات تعريف الارتباط والتقنيات المشابهة لتوفير أفضل تجربة على منصتنا. يمكنك اختيار الأنواع التي تقبلها.
🔒
ملفات ضرورية Always On
مطلوبة لعمل الموقع بشكل صحيح. لا يمكن تعطيلها.
📋 الجلسات، CSRF، المصادقة، تفضيلات اللغة
📊
ملفات التحليلات
تساعدنا في فهم كيفية استخدام الزوار للموقع وتحسين الأداء.
📋 إحصائيات الصفحات، مدة الجلسة، مصدر الزيارة
⚙️
ملفات وظيفية
تتيح ميزات محسنة مثل تخصيص المحتوى والتفضيلات.
📋 السمة المظلمة/الفاتحة، حجم الخط، لوحات التحكم المخصصة
📣
ملفات تسويقية
تُستخدم لتقديم محتوى وإعلانات ذات صلة باهتماماتك.
📋 تتبع الحملات، إعادة الاستهداف، تحليلات وسائل التواصل
سياسة الخصوصية →
مساعد CISO الذكي
اسألني أي شيء · وثائق · دعم
🔐

عرّفنا بنفسك

أدخل بياناتك للوصول إلى المساعد الكامل

معلوماتك آمنة ولن تُشارك
💬
المساعد السيبراني
متصل — يرد في ثوانٍ
5 / 5
🔐 تحقق من هويتك

أدخل بريدك الإلكتروني لإرسال رمز تحقق قبل إرسال طلب الدعم.

Enter للإرسال · / للأوامر 0 / 2000
CISO AI · مدعوم بالذكاء الاصطناعي
✦ استطلاع سريع ساعدنا في تحسين منصة سيزو للاستشارات ملاحظاتك تشكّل مستقبل منصتنا — لا تستغرق سوى دقيقتين.
⚠ يرجى الإجابة على هذا السؤال للمتابعة

كيف تقيّم تجربتك العامة مع منصتنا؟

قيّم من 1 (ضعيف) إلى 5 (ممتاز)

🎉
شكراً جزيلاً!
تم تسجيل إجابتك بنجاح.