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

CVE-2026-31730

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

In the Linux kernel, the following vulnerability has been resolved:

misc: fastrpc: possible double-free of cctx->remote_heap

fastrpc_init_create_static_process() may free cctx->remote_heap on the
err_map path but does not clear the pointer. Later, fastrpc_rpmsg_remove()
frees cctx->remote_heap again if it is non-NULL, which can lead to a
double-free if the INIT_CREATE_STATIC ioctl hits the error path and the rpmsg
device is subsequently removed/unbound.
Clear cctx->remote_heap after freeing it in the error path to prevent the
later cleanup from freeing it again.

This issue was found by an in-house analysis workflow that extracts AST-based
information and runs static checks, with LLM assistance for triage, and was
confirmed by manual code review.
No hardware testing was performed.

🤖 ملخص AI

CVE-2026-31730 is a double-free vulnerability in the Linux kernel's fastrpc driver that occurs when the INIT_CREATE_STATIC ioctl fails and the rpmsg device is subsequently removed. The vulnerability allows local attackers to trigger a kernel crash or potentially execute arbitrary code with kernel privileges. This affects Linux kernel versions up to 7.0-rc6 and requires local access to trigger.

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

🤖 التحليل الذكي آخر تحليل: May 7, 2026 20:00
🇸🇦 التأثير على المملكة العربية السعودية
This vulnerability primarily impacts Saudi organizations running Linux-based infrastructure, particularly: (1) Government agencies and NCA systems using Linux servers for critical operations; (2) ARAMCO and energy sector facilities utilizing Linux in industrial control systems and edge computing; (3) Banking and financial institutions (SAMA-regulated) running Linux-based payment processing and core banking systems; (4) Telecommunications providers (STC, Mobily) operating Linux infrastructure for network services; (5) Healthcare organizations managing patient data on Linux systems. The local privilege escalation potential makes this critical for multi-tenant environments and shared hosting scenarios common in Saudi data centers.
🏢 القطاعات السعودية المتأثرة
Government Banking and Financial Services Energy and Utilities Telecommunications Healthcare Defense and Security
⚖️ درجة المخاطر السعودية (AI)
7.2
/ 10.0
🔧 Remediation Steps (English)
Immediate Actions:
1. Identify all Linux systems running kernel versions up to 7.0-rc6, particularly those with fastrpc driver enabled
2. Restrict local user access to /dev/fastrpc* devices using file permissions (chmod 600) and SELinux policies
3. Disable fastrpc module if not required: echo 'blacklist fastrpc' >> /etc/modprobe.d/blacklist.conf
4. Monitor system logs for fastrpc-related errors and kernel panics

Patching Guidance:
1. Apply kernel patches from upstream Linux repository that include the fix clearing cctx->remote_heap pointer
2. For RHEL/CentOS systems: Update to patched kernel versions when available from Red Hat
3. For Ubuntu systems: Apply security updates from Canonical when released
4. Test patches in non-production environments before deployment

Compensating Controls:
1. Implement AppArmor or SELinux profiles restricting fastrpc device access
2. Use Linux Security Modules (LSM) to prevent unprivileged ioctl calls to fastrpc
3. Deploy kernel module signing and verification to prevent unauthorized module loading
4. Enable kernel address space layout randomization (ASLR) and stack canaries

Detection Rules:
1. Monitor kernel logs for 'fastrpc' error messages and double-free warnings
2. Alert on unexpected kernel panic/oops messages containing 'fastrpc' or 'remote_heap'
3. Track failed INIT_CREATE_STATIC ioctl calls followed by rpmsg device removal events
4. Monitor /dev/fastrpc* device access patterns from unprivileged processes
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. تحديد جميع أنظمة Linux التي تعمل بإصدارات النواة حتى 7.0-rc6، خاصة تلك التي تحتوي على برنامج تشغيل fastrpc مفعل
2. تقييد وصول المستخدم المحلي إلى أجهزة /dev/fastrpc* باستخدام أذونات الملفات (chmod 600) وسياسات SELinux
3. تعطيل وحدة fastrpc إذا لم تكن مطلوبة: echo 'blacklist fastrpc' >> /etc/modprobe.d/blacklist.conf
4. مراقبة سجلات النظام للأخطاء المتعلقة بـ fastrpc وأعطال النواة

إرشادات التصحيح:
1. تطبيق تصحيحات النواة من مستودع Linux الأساسي التي تتضمن إصلاح مؤشر cctx->remote_heap
2. لأنظمة RHEL/CentOS: التحديث إلى إصدارات النواة المصححة عند توفرها من Red Hat
3. لأنظمة Ubuntu: تطبيق تحديثات الأمان من Canonical عند إصدارها
4. اختبار التصحيحات في بيئات غير الإنتاج قبل النشر

الضوابط البديلة:
1. تنفيذ ملفات تعريف AppArmor أو SELinux تقيد وصول جهاز fastrpc
2. استخدام وحدات أمان Linux (LSM) لمنع استدعاءات ioctl غير المصرح بها إلى fastrpc
3. تفعيل توقيع وحدة النواة والتحقق منها لمنع تحميل الوحدات غير المصرح بها
4. تفعيل عشوائية تخطيط مساحة العناوين (ASLR) وحماية مكدس البيانات

قواعد الكشف:
1. مراقبة سجلات النواة للأخطاء المتعلقة بـ 'fastrpc' وتحذيرات التحرير المزدوج
2. التنبيه على رسائل انهيار/oops النواة غير المتوقعة التي تحتوي على 'fastrpc' أو 'remote_heap'
3. تتبع استدعاءات INIT_CREATE_STATIC ioctl الفاشلة متبوعة بأحداث إزالة جهاز rpmsg
4. مراقبة أنماط وصول جهاز /dev/fastrpc* من العمليات غير المميزة
📋 خريطة الامتثال التنظيمي
🟢 NCA ECC 2024
ECC 2024 A.12.6.1 - Management of technical vulnerabilities ECC 2024 A.12.2.1 - Secure development policy ECC 2024 A.14.2.1 - Information security requirements analysis and specification
🔵 SAMA CSF
SAMA CSF ID.RA-1 - Asset Management and Vulnerability Management SAMA CSF PR.PT-2 - System and Communications Protection SAMA CSF DE.CM-1 - Detection and Analysis
🟡 ISO 27001:2022
ISO 27001:2022 A.12.6.1 - Management of technical vulnerabilities ISO 27001:2022 A.14.2.1 - Information security requirements ISO 27001:2022 A.12.2.1 - Secure development and maintenance
🟣 PCI DSS v4.0.1
PCI DSS 6.2 - Security patches and updates PCI DSS 6.3.1 - Vulnerability scanning and remediation
📦 المنتجات المتأثرة 10 منتج
linux:linux_kernel
linux:linux_kernel
linux:linux_kernel
linux:linux_kernel
linux:linux_kernel:7.0
linux:linux_kernel:7.0
linux:linux_kernel:7.0
linux:linux_kernel:7.0
linux:linux_kernel:7.0
linux:linux_kernel:7.0
📊 CVSS Score
7.8
/ 10.0 — مرتفع
📊 CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack VectorL — Low / Local
Attack ComplexityL — Low / Local
Privileges RequiredL — Low / Local
User InteractionN — None / Network
ScopeU — Unchanged
ConfidentialityH — High
IntegrityH — High
AvailabilityH — High
📋 حقائق سريعة
الخطورة مرتفع
CVSS Score7.8
CWECWE-415
EPSS0.02%
اختراق متاح لا
تصحيح متاح ✓ نعم
تاريخ النشر 2026-05-01
المصدر nvd
المشاهدات 2
🇸🇦 درجة المخاطر السعودية
7.2
/ 10.0 — مخاطر السعودية
أولوية: HIGH
🏷️ الوسوم
patch-available CWE-415
مشاركة ثغرة
LinkedIn X / Twitter WhatsApp Telegram

💬 التعليقات

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

عرّفنا بنفسك

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

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

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

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

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

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

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