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

CVE-2026-25506

مرتفع
MUNGE is an authentication service for creating and validating user credentials. From 0.5 to 0.5.17, local attacker can exploit a buffer overflow vulnerability in munged (the MUNGE authentication daem
CWE-787 — نوع الضعف
نُشر: Feb 10, 2026  ·  آخر تحديث: Feb 28, 2026  ·  المصدر: NVD
CVSS v3
7.7
🔗 NVD الرسمي
📄 الوصف (الإنجليزية)

MUNGE is an authentication service for creating and validating user credentials. From 0.5 to 0.5.17, local attacker can exploit a buffer overflow vulnerability in munged (the MUNGE authentication daemon) to leak cryptographic key material from process memory. With the leaked key material, the attacker could forge arbitrary MUNGE credentials to impersonate any user (including root) to services that rely on MUNGE for authentication. The vulnerability allows a buffer overflow by sending a crafted message with an oversized address length field, corrupting munged's internal state and enabling extraction of the MAC subkey used for credential verification. This vulnerability is fixed in 0.5.18.

🤖 ملخص AI

CVE-2026-25506 is a critical buffer overflow vulnerability in MUNGE authentication daemon (versions 0.5 to 0.5.17) that allows local attackers to extract cryptographic key material from process memory. Attackers can leverage leaked MAC subkeys to forge arbitrary credentials and impersonate any user, including root, on systems relying on MUNGE for authentication. This vulnerability poses severe risk to HPC clusters, research institutions, and enterprise environments using MUNGE for distributed authentication. Immediate patching to version 0.5.18 or later is essential.

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

🤖 التحليل الذكي آخر تحليل: Apr 29, 2026 15:35
🇸🇦 التأثير على المملكة العربية السعودية
Saudi organizations operating HPC clusters, research institutions (KAUST, universities), and government research facilities using MUNGE for distributed authentication are at significant risk. The vulnerability affects: (1) Research & Academic Sector - universities and research centers using MUNGE for cluster authentication; (2) Government IT Infrastructure - agencies utilizing distributed computing environments; (3) Energy Sector - ARAMCO and related entities operating technical computing clusters; (4) Telecommunications - STC and other operators managing network infrastructure with MUNGE-based authentication. The ability to forge credentials as root-equivalent users could lead to complete system compromise, unauthorized access to sensitive research data, and lateral movement across distributed systems.
🏢 القطاعات السعودية المتأثرة
Research & Academic Institutions Government IT Infrastructure Energy Sector (ARAMCO, related entities) Telecommunications (STC, operators) High-Performance Computing Centers Scientific Research Facilities Enterprise IT Infrastructure
⚖️ درجة المخاطر السعودية (AI)
8.2
/ 10.0
🔧 Remediation Steps (English)
IMMEDIATE ACTIONS:
1. Identify all systems running MUNGE versions 0.5 to 0.5.17 using: rpm -qa | grep munge or dpkg -l | grep munge
2. Restrict local access to munged daemon - limit user accounts with local shell access
3. Implement strict file permissions on MUNGE socket files (/var/run/munge/munge.sock.2)
4. Monitor for suspicious credential validation attempts in munged logs

PATCHING GUIDANCE:
1. Upgrade MUNGE to version 0.5.18 or later immediately
2. For Debian 11: apt-get update && apt-get install munge=0.5.18-1 (or later)
3. For openSUSE: zypper update munge to 0.5.18+
4. Restart munged service: systemctl restart munge
5. Verify patch installation: munge --version

COMPENSATING CONTROLS (if immediate patching delayed):
1. Disable MUNGE authentication temporarily if not critical to operations
2. Implement SELinux/AppArmor policies to restrict munged process capabilities
3. Use Linux kernel seccomp filters to restrict munged syscalls
4. Implement network segmentation to isolate systems using MUNGE
5. Enable audit logging: auditctl -w /var/run/munge/ -p wa -k munge_access

DETECTION RULES:
1. Monitor for munged crashes or restarts: journalctl -u munge -f
2. Alert on failed credential validations in munged logs
3. Detect oversized MUNGE messages: tcpdump -i lo 'tcp port 11002' -A
4. Monitor /proc/[munged_pid]/maps for unexpected memory access patterns
5. Implement YARA rule to detect crafted MUNGE messages with malformed address length fields
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. تحديد جميع الأنظمة التي تقوم بتشغيل إصدارات MUNGE من 0.5 إلى 0.5.17 باستخدام: rpm -qa | grep munge أو dpkg -l | grep munge
2. تقييد الوصول المحلي إلى خادم munged - تحديد حسابات المستخدمين التي لها وصول shell محلي
3. تطبيق أذونات ملفات صارمة على ملفات مقبس MUNGE (/var/run/munge/munge.sock.2)
4. مراقبة محاولات التحقق من بيانات الاعتماد المريبة في سجلات munged

إرشادات التصحيح:
1. ترقية MUNGE إلى الإصدار 0.5.18 أو أحدث فوراً
2. لـ Debian 11: apt-get update && apt-get install munge=0.5.18-1 (أو أحدث)
3. لـ openSUSE: zypper update munge إلى 0.5.18+
4. إعادة تشغيل خدمة munged: systemctl restart munge
5. التحقق من تثبيت التصحيح: munge --version

الضوابط البديلة (إذا تأخر التصحيح الفوري):
1. تعطيل مصادقة MUNGE مؤقتاً إذا لم تكن حرجة للعمليات
2. تطبيق سياسات SELinux/AppArmor لتقييد قدرات عملية munged
3. استخدام مرشحات seccomp لنواة Linux لتقييد استدعاءات munged
4. تطبيق تقسيم الشبكة لعزل الأنظمة التي تستخدم MUNGE
5. تفعيل تسجيل التدقيق: auditctl -w /var/run/munge/ -p wa -k munge_access

قواعد الكشف:
1. مراقبة أعطال munged أو إعادة التشغيل: journalctl -u munge -f
2. التنبيه على فشل التحقق من بيانات الاعتماد في سجلات munged
3. كشف رسائل MUNGE الكبيرة: tcpdump -i lo 'tcp port 11002' -A
4. مراقبة /proc/[munged_pid]/maps للكشف عن أنماط الوصول إلى الذاكرة غير المتوقعة
5. تطبيق قاعدة YARA للكشف عن رسائل MUNGE المزيفة ذات حقول طول العنوان المشوهة
📋 خريطة الامتثال التنظيمي
🟢 NCA ECC 2024
ECC 2024 A.5.1.1 - Access Control Policies (credential forgery prevention) ECC 2024 A.5.2.1 - User Registration and Access Rights Management ECC 2024 A.6.2.1 - Restriction of Access to Information (cryptographic key protection) ECC 2024 A.8.2.1 - User Endpoint Devices (local attack surface reduction) ECC 2024 A.8.3.1 - Information and Other Assets (memory protection)
🔵 SAMA CSF
SAMA CSF ID.AM-2 - Asset Management (inventory MUNGE deployments) SAMA CSF PR.AC-1 - Access Control Policy (credential management) SAMA CSF PR.AC-4 - Access Rights (prevent privilege escalation via forged credentials) SAMA CSF PR.DS-2 - Data Security (cryptographic key material protection) SAMA CSF DE.CM-1 - Detection Processes (monitor for exploitation attempts)
🟡 ISO 27001:2022
ISO 27001:2022 A.5.2 - Information Security Policies (authentication policy) ISO 27001:2022 A.6.2 - Access Control (user authentication and authorization) ISO 27001:2022 A.8.2 - Asset Management (cryptographic asset inventory) ISO 27001:2022 A.8.3 - Media Handling (memory protection controls) ISO 27001:2022 A.10.1 - Cryptography (key material protection)
📦 المنتجات المتأثرة 2 منتج
opensuse:munge
debian:debian_linux:11.0
📊 CVSS Score
7.7
/ 10.0 — مرتفع
📊 CVSS Vector
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:L
Attack VectorL — Low / Local
Attack ComplexityH — High
Privileges RequiredL — Low / Local
User InteractionN — None / Network
ScopeC — Changed
ConfidentialityH — High
IntegrityH — High
AvailabilityL — Low / Local
📋 حقائق سريعة
الخطورة مرتفع
CVSS Score7.7
CWECWE-787
EPSS0.02%
اختراق متاح لا
تصحيح متاح ✓ نعم
تاريخ النشر 2026-02-10
المصدر nvd
المشاهدات 4
🇸🇦 درجة المخاطر السعودية
8.2
/ 10.0 — مخاطر السعودية
أولوية: CRITICAL
🏷️ الوسوم
patch-available CWE-787
مشاركة ثغرة
LinkedIn X / Twitter WhatsApp Telegram

💬 التعليقات

0
جارٍ التحميل
📣 وجدت هذا مفيداً؟
شاركه مع شبكة الأمن السيبراني الخاصة بك
in لينكدإن 𝕏 تويتر 💬 واتساب ✈ تليجرام
🍪 إعدادات الخصوصية
سيزو للاستشارات — متوافق مع نظام حماية البيانات الشخصية السعودي (PDPL)
نستخدم ملفات تعريف الارتباط والتقنيات المشابهة لتوفير أفضل تجربة على منصتنا. يمكنك اختيار الأنواع التي تقبلها.
🔒
ملفات ضرورية Always On
مطلوبة لعمل الموقع بشكل صحيح. لا يمكن تعطيلها.
📋 الجلسات، CSRF، المصادقة، تفضيلات اللغة
📊
ملفات التحليلات
تساعدنا في فهم كيفية استخدام الزوار للموقع وتحسين الأداء.
📋 إحصائيات الصفحات، مدة الجلسة، مصدر الزيارة
⚙️
ملفات وظيفية
تتيح ميزات محسنة مثل تخصيص المحتوى والتفضيلات.
📋 السمة المظلمة/الفاتحة، حجم الخط، لوحات التحكم المخصصة
📣
ملفات تسويقية
تُستخدم لتقديم محتوى وإعلانات ذات صلة باهتماماتك.
📋 تتبع الحملات، إعادة الاستهداف، تحليلات وسائل التواصل
سياسة الخصوصية →
مساعد CISO الذكي
اسألني أي شيء · وثائق · دعم
🔐

عرّفنا بنفسك

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

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

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

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

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

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

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