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

CVE-2025-64438

مرتفع
Fast DDS is a C++ implementation of the DDS (Data Distribution Service) standard of the OMG (Object Management Group ). Prior to versions 3.4.1, 3.3.1, and 2.6.11, a remotely triggerable Out-of-Memory
CWE-835 — نوع الضعف
نُشر: Feb 3, 2026  ·  آخر تحديث: Feb 28, 2026  ·  المصدر: NVD
CVSS v3
7.5
🔗 NVD الرسمي
📄 الوصف (الإنجليزية)

Fast DDS is a C++ implementation of the DDS (Data Distribution Service) standard of the OMG (Object Management Group
). Prior to versions 3.4.1, 3.3.1, and 2.6.11, a remotely triggerable Out-of-Memory (OOM) denial-of-service exists in Fast
-DDS when processing RTPS GAP submessages under RELIABLE QoS. By sending a tiny GAP packet with a huge gap range (`gapList
.base - gapStart`), an attacker drives `StatefulReader::processGapMsg()` into an unbounded loop that inserts millions of s
equence numbers into `WriterProxy::changes_received_` (`std::set`), causing multi-GB heap growth and process termination.
No authentication is required beyond network reachability to the reader on the DDS domain. In environments without an RSS
limit (non-ASan / unlimited), memory consumption was observed to rise to ~64 GB. Versions 3.4.1, 3.3.1, and 2.6.11 patch t
he issue.

🤖 ملخص AI

Fast DDS versions prior to 3.4.1, 3.3.1, and 2.6.11 contain a critical remote denial-of-service vulnerability in RTPS GAP submessage processing that triggers unbounded memory allocation, potentially consuming up to 64GB of heap memory and causing process termination. The vulnerability requires only network reachability to a DDS reader and no authentication, making it highly exploitable in networked industrial and IoT environments. Organizations using Fast DDS in critical infrastructure must immediately patch to mitigate service disruption risks.

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

🤖 التحليل الذكي آخر تحليل: May 2, 2026 13:16
🇸🇦 التأثير على المملكة العربية السعودية
This vulnerability poses significant risk to Saudi critical infrastructure sectors: (1) Energy/ARAMCO and downstream petroleum operations utilizing DDS for SCADA and industrial control systems; (2) Telecommunications (STC, Mobily, Zain) deploying DDS in 5G/6G network management and IoT platforms; (3) Government agencies and NCA infrastructure using DDS for distributed command-and-control systems; (4) Healthcare institutions implementing DDS-based medical device networks and patient monitoring systems; (5) Financial institutions (SAMA-regulated banks) using DDS for real-time transaction processing and market data distribution. The attack requires only network access without authentication, making it particularly dangerous in environments with inadequate network segmentation. Service disruption could cascade across interconnected systems in critical infrastructure.
🏢 القطاعات السعودية المتأثرة
Energy/Oil & Gas (ARAMCO, downstream operations) Telecommunications (STC, Mobily, Zain) Government/Critical Infrastructure (NCA, defense) Healthcare (hospital networks, medical devices) Financial Services (SAMA-regulated banks) Water/Utilities Transportation/Logistics
⚖️ درجة المخاطر السعودية (AI)
8.2
/ 10.0
🔧 Remediation Steps (English)
IMMEDIATE ACTIONS:
1. Identify all Fast DDS deployments across your infrastructure using network scanning and software inventory tools
2. Isolate or restrict network access to DDS readers/writers to trusted networks only using firewall rules
3. Implement network segmentation to prevent untrusted sources from reaching DDS domains
4. Monitor system memory usage on DDS processes for anomalous growth patterns

PATCHING GUIDANCE:
1. Upgrade Fast DDS to version 3.4.1, 3.3.1, or 2.6.11 immediately
2. Test patches in non-production environments first, particularly for critical infrastructure
3. Plan maintenance windows for production systems to minimize service disruption
4. Verify patch application by checking version strings and restarting DDS services

COMPENSATING CONTROLS (if patching delayed):
1. Implement strict ingress filtering at network boundaries to block RTPS traffic from untrusted sources
2. Deploy DDS traffic inspection rules to detect and block malformed GAP submessages with suspicious gap ranges
3. Configure process-level resource limits (ulimit, cgroups) to prevent memory exhaustion beyond defined thresholds
4. Enable detailed logging of RTPS message processing to detect attack patterns

DETECTION RULES:
1. Alert on RTPS GAP submessages where (gapList.base - gapStart) exceeds 1,000,000 sequence numbers
2. Monitor DDS process memory growth exceeding 500MB per minute
3. Track RTPS protocol errors and malformed message rejections
4. Correlate memory spikes with specific source IP addresses sending RTPS traffic
🔧 خطوات المعالجة (العربية)
الإجراءات الفورية:
1. تحديد جميع نشرات Fast DDS عبر البنية التحتية الخاصة بك باستخدام أدوات المسح الشبكي وجرد البرامج
2. عزل أو تقييد الوصول إلى الشبكة لقارئي/كاتبي DDS إلى الشبكات الموثوقة فقط باستخدام قواعد جدار الحماية
3. تنفيذ تقسيم الشبكة لمنع المصادر غير الموثوقة من الوصول إلى مجالات DDS
4. مراقبة استخدام ذاكرة النظام في عمليات DDS للكشف عن أنماط النمو الشاذة

إرشادات التصحيح:
1. ترقية Fast DDS إلى الإصدار 3.4.1 أو 3.3.1 أو 2.6.11 فوراً
2. اختبار التصحيحات في بيئات غير الإنتاج أولاً، خاصة للبنية التحتية الحرجة
3. التخطيط لنوافذ الصيانة لأنظمة الإنتاج لتقليل انقطاع الخدمة
4. التحقق من تطبيق التصحيح بفحص سلاسل الإصدار وإعادة تشغيل خدمات DDS

الضوابط البديلة (إذا تأخر التصحيح):
1. تنفيذ تصفية الدخول الصارمة على حدود الشبكة لحظر حركة RTPS من مصادر غير موثوقة
2. نشر قواعد فحص حركة DDS للكشف عن رسائل GAP المشوهة وحظرها برطولة فجوة مريبة
3. تكوين حدود موارد على مستوى العملية (ulimit، cgroups) لمنع استنزاف الذاكرة بما يتجاوز الحدود المحددة
4. تفعيل السجلات التفصيلية لمعالجة رسائل RTPS للكشف عن أنماط الهجوم

قواعد الكشف:
1. تنبيه رسائل RTPS GAP حيث (gapList.base - gapStart) يتجاوز 1,000,000 رقم تسلسلي
2. مراقبة نمو ذاكرة عملية DDS يتجاوز 500 ميجابايت في الدقيقة
3. تتبع أخطاء بروتوكول RTPS ورفض الرسائل المشوهة
4. ربط ارتفاعات الذاكرة بعناوين IP المصدر المحددة التي ترسل حركة RTPS
📋 خريطة الامتثال التنظيمي
🟢 NCA ECC 2024
ECC 2024 A.12.6.1 - Management of technical vulnerabilities in network services ECC 2024 A.12.2.1 - Monitoring and control of network services ECC 2024 A.8.2.3 - Segregation of networks and systems ECC 2024 A.12.4.1 - Event logging and monitoring
🔵 SAMA CSF
ID.RA-1 - Asset Management and vulnerability identification PR.IP-12 - System and information integrity monitoring DE.CM-1 - Network monitoring and anomaly detection RS.MI-2 - Incident response and containment procedures
🟡 ISO 27001:2022
A.12.2.1 - Monitoring of information systems A.12.6.1 - Management of technical vulnerabilities A.13.1.1 - Network security perimeter controls A.12.4.1 - Event logging and monitoring
🟣 PCI DSS v4.0.1
Requirement 6.2 - Security patches and vulnerability management Requirement 11.2 - Vulnerability scanning and assessment Requirement 12.2 - Configuration standards for systems
📦 المنتجات المتأثرة 3 منتج
eprosima:fast_dds
eprosima:fast_dds
eprosima:fast_dds:3.4.0
📊 CVSS Score
7.5
/ 10.0 — مرتفع
📊 CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack VectorN — None / Network
Attack ComplexityL — Low / Local
Privileges RequiredN — None / Network
User InteractionN — None / Network
ScopeU — Unchanged
ConfidentialityN — None / Network
IntegrityN — None / Network
AvailabilityH — High
📋 حقائق سريعة
الخطورة مرتفع
CVSS Score7.5
CWECWE-835
EPSS0.03%
اختراق متاح لا
تصحيح متاح ✓ نعم
تاريخ النشر 2026-02-03
المصدر nvd
المشاهدات 7
🇸🇦 درجة المخاطر السعودية
8.2
/ 10.0 — مخاطر السعودية
أولوية: CRITICAL
🏷️ الوسوم
patch-available CWE-835
مشاركة ثغرة
LinkedIn X / Twitter WhatsApp Telegram

💬 التعليقات

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

عرّفنا بنفسك

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

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

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

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

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

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

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