📧 info@ciso.sa | 📱 +966550939344 | Riyadh, Kingdom of Saudi Arabia
🔧 Scheduled Maintenance — Saturday 2:00-4:00 AM AST. Some features may be temporarily unavailable.    ●   
💎
Pro Plan 50% Off Unlock all AI features, unlimited reports, and priority support. Upgrade
Search Center
ESC to close
Global supply_chain Software Development HIGH 49m Global data_breach Enterprise Software / Information Technology CRITICAL 1h Global vulnerability Technology/Software CRITICAL 3h Global malware Social Media and Consumer Technology HIGH 4h Global botnet Information Technology and IoT HIGH 4h Global vulnerability Enterprise Security, Software Development CRITICAL 5h Global vulnerability Software Development, Artificial Intelligence HIGH 5h Global apt Defense and Military CRITICAL 5h Global vulnerability Networking, Software, Infrastructure HIGH 5h Global phishing Information Technology HIGH 6h Global supply_chain Software Development HIGH 49m Global data_breach Enterprise Software / Information Technology CRITICAL 1h Global vulnerability Technology/Software CRITICAL 3h Global malware Social Media and Consumer Technology HIGH 4h Global botnet Information Technology and IoT HIGH 4h Global vulnerability Enterprise Security, Software Development CRITICAL 5h Global vulnerability Software Development, Artificial Intelligence HIGH 5h Global apt Defense and Military CRITICAL 5h Global vulnerability Networking, Software, Infrastructure HIGH 5h Global phishing Information Technology HIGH 6h Global supply_chain Software Development HIGH 49m Global data_breach Enterprise Software / Information Technology CRITICAL 1h Global vulnerability Technology/Software CRITICAL 3h Global malware Social Media and Consumer Technology HIGH 4h Global botnet Information Technology and IoT HIGH 4h Global vulnerability Enterprise Security, Software Development CRITICAL 5h Global vulnerability Software Development, Artificial Intelligence HIGH 5h Global apt Defense and Military CRITICAL 5h Global vulnerability Networking, Software, Infrastructure HIGH 5h Global phishing Information Technology HIGH 6h
Vulnerabilities

CVE-2026-44728

High
CWE-94 — Weakness Type
Published: May 26, 2026  ·  Modified: Jun 2, 2026  ·  Source: NVD
CVSS v3
8.2
🔗 NVD Official
📄 Description (English)

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 Executive Summary

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.

📄 Description (Arabic)

🤖 AI Intelligence Analysis Analyzed: May 31, 2026 06:36
🇸🇦 Saudi Arabia Impact Assessment
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.
🏢 Affected Saudi Sectors
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
⚖️ Saudi Risk Score (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. تتبع تغييرات بصمة أعمال البناء بدون تغييرات مصدر الكود المقابلة
📋 Regulatory Compliance Mapping
🟢 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)
📦 Affected Products / CPE 14 entries
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 — High
📊 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
📋 Quick Facts
Severity High
CVSS Score8.2
CWECWE-94
EPSS0.02%
Exploit No
Patch ✗ No
Published 2026-05-26
Source Feed nvd
🇸🇦 Saudi Risk Score
8.5
/ 10.0 — Saudi Risk
Priority: HIGH
🏷️ Tags
CWE-94
Share this CVE
📣 Found this valuable?
Share it with your cybersecurity network
in LinkedIn 𝕏 X / Twitter 💬 WhatsApp ✈ Telegram
🍪 Privacy Preferences
CISO Consulting — Compliant with Saudi Personal Data Protection Law (PDPL)
We use cookies and similar technologies to provide the best experience on our platform. You can choose which types you accept.
🔒
Essential Always On
Required for the website to function properly. Cannot be disabled.
📋 Sessions, CSRF tokens, authentication, language preferences
📊
Analytics
Help us understand how visitors use the site and improve performance.
📋 Page views, session duration, traffic sources, performance metrics
⚙️
Functional
Enable enhanced features like content personalization and preferences.
📋 Dark/light theme, font size, custom dashboards, saved filters
📣
Marketing
Used to deliver content and ads relevant to your interests.
📋 Campaign tracking, retargeting, social media analytics
Privacy Policy →
CISO AI Assistant
Ask anything · Documents · Support
🔐

Introduce Yourself

Enter your details to access the full assistant

Your info is private and never shared
💬
CyberAssist
Online · responds in seconds
5 / 5
🔐 Verify Your Identity

Enter your email to receive a verification code before submitting a support request.

Enter to send · / for commands 0 / 2000
CISO AI · Powered by Anthropic Claude
✦ Quick Survey Help Us Improve CISO Consulting Your feedback shapes the future of our platform — takes less than 2 minutes.
⚠ Please answer this question to continue

How would you rate your overall experience with our platform?

Rate from 1 (poor) to 5 (excellent)

🎉
Thank you!
Your response has been recorded.